UGX-Mods

Call of Duty 5: World at War => Help Desk => Mapping => Topic started by: Swag_Chesse_xo1 on May 23, 2018, 08:56:19 pm

Title: I have a question/problem about zoning/pathnodes
Post by: Swag_Chesse_xo1 on May 23, 2018, 08:56:19 pm
In my spawn room, I have a barrier and a ground spawning zombie. I have path nodes everywhere but when both zombie spawn, they just sit there and do nothing.

Secondly, once you buy the door out of spawn, the zones have to wrap around the building. This causes me to have multiple of the same zone which I don't know if all of them are part of the same zone, or only one of them is working and the rest just do nothing.
Title: Re: I have a question/problem about zoning/pathnodes
Post by: Thunderfrost on May 31, 2018, 09:39:01 pm
To have a riser behind a window, you have to create a zombie and add these codes:

Code Snippet
Plaintext
script_string: riser
targetname: zone1_spawners
script_noteworthy: zombie_spawner

The rest of the code is on the zombie itself, after that, you have to create a script_struct with the following code:

Code Snippet
Plaintext
targetname: zone1_spawners_rise

Maybe you will need this to make the code work, it's just a little fix of zombiemode_spawners.gsc:

www.mediafire.com
Title: Re: I have a question/problem about zoning/pathnodes
Post by: Swag_Chesse_xo1 on June 02, 2018, 04:04:11 pm
sorry I fixed this a week ago, the zombies weren't moving because of a few overlapping path nodes I set on accident.