UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: daedra descent on October 25, 2012, 01:25:06 pm

Title: Zombie search distance
Post by: daedra descent on October 25, 2012, 01:25:06 pm
i've tried to edit the search distance, and have set it to 1400 Radiant Units (thats what i'm callind it, K?) but they still won't go to the windows that are a little far away's. is there something else that i need to edit?

i've also had trouble getting custom weapons(ones that where not originaly in the game) buy triggers to show/look proper and yes i did edit the zombie.str, but that didn't do much.

as of late, i've been looking for a model to use for a weapon showcase, instead of the guns in the wall.
Title: Re: Zombie search distance
Post by: Earth on October 25, 2012, 02:58:08 pm
search distance? what?
as long as there are pathnodes, zombies will find you, so there's an error in your pathings. if you've ever played nazi_zombie_lighthouse, they came from MILES away.

to make a custom weapon work (gg cfg) as a buyable weapon you need to add it in zombiemode_weapons and make a price for it, then add this line from zombiemode_weapons into zombie.str.
you'll need to add the weapon into dlc3_code.gsc if you want it in the mystery box.

Spoiler: click to open...
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi47.tinypic.com%2F27y1owp.jpg&hash=093946e81b302b51dafbcdbbdf366ef5ec14e447)
copy the line in the middle over to zombie.str
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi47.tinypic.com%2F166gkef.jpg&hash=e7ad9b9adb632789a6cfeaa99516461c600b842e)
hope this makes it more clear
Title: Re: Zombie search distance
Post by: daedra descent on October 25, 2012, 05:55:23 pm
no not that, the distance a zombie will search for a window to break after they spawn

i know that a zombie will walk any distance needed for it to get to the player (including traverses).

it's the detection system for zombie barriers.

i've also gotten the intervention to work, but  the trigger is still in the defualt format in _zombiemode_weapons.gsc, ive tried to change it but it'snot working :P
Title: Re: Zombie search distance
Post by: daedra descent on October 29, 2012, 12:03:27 am
italics :\
Title: Re: Zombie search distance
Post by: Earth on October 29, 2012, 12:18:30 am
reason to raise post count :/
Title: Re: Zombie search distance
Post by: daedra descent on October 29, 2012, 12:44:19 am
reason to raise post count :/

or BUMP it.

which ever you see fit.

my path noding system is a 128 radiant unit square with a 64 pathnode in the middle.

i don't think it could be much better.