i c .
about that error .i dont know what it could have been ,it didnt affect anything in the gameplay since it appeared at the end .and i didnt see any observable effect of it .it could be that im running the map on a lan
its because i lack good knowledge of scripting i dont know what this error means or what it does
Decompile a stock map. Botify it normaly (add pathnodes, make a boj script, etc). Run 1 time. Then , in your obj folder, you'll find a pth file. Now just replace the bsp w/ the original one.
I thought about this a long time ago but never tested...Dunno if it works...
but thats not the way i use for it, i can?t get succes with your way Krane.
i use a decompiled map too, but generate the pth with an other way as yours. its easy to add all things in mohradiant but a long and hard work to kill all errors at pathnode mesh and add the things that bots need without any errors to the bsp/scr/pth.
i do it for the other maps too
yesterday i was thinking about a small team to build fast the next addons
but thats not the way i use for it, i can?t get succes with your way Krane.
i use a decompiled map too, but generate the pth with an other way as yours. its easy to add all things in mohradiant but a long and hard work to kill all errors at pathnode mesh and add the things that bots need without any errors to the bsp/scr/pth.
Forgive me for being ignorance, but how did u decompiled the map? Since decompiled map from others stock or mod map will have the problem of textures missing, I cannt compile to bsp file (not to mention .pth files)after adding pathnodes.
And wow this is my first bots maps I have ever enjoyed so much so far, nice work- Cheech
Last edited by raiser on Thu Apr 08, 2004 12:36 pm, edited 1 time in total.
I was wondering how you added pathnodes in the script because I thought that crashes the game well I did some tests and if done before level waittill precache it does not crash the game . To my suprise it also created a .pth file too . So that got me to thinking what if you made a script that created script origins as you walk through the map . As you walk it checks the distance from you and any other script origins already created . If you are farther away from a script origin that a certain distance it makes another script origin . You can even use script_model coronas so you can see where you have been . When you are ready you use the use key and it prints the origins of the script origins or models out to the log file . like this println " spawn info_pathnode origin " $S_O[local.i].origin then you cut and paste from your log to your script for that map and run it once to make a .pth file .
I'm just curious so I did an experiment. I delete the .pth file since the .scr file have include the details of nodepaths and everythings. AND IT WORKS WITHOUT THE .pth FILE.
I search for the obj_team2 .pth in map/obj folder and delete the .pth file too. And it still work.
So I'm going to test decompile the stock map and just write down the location of my pathnodes and every details of script, to see if its only requre the .scr file. Hope this will work Maybe not