Hi, since im new to mapping and there are currently no tutorials on how to add zones in bo3. I tried to follow the tutorials on zoning in cod5 but things seem to have changed. Anyway when i try to add "add_adjacent_zone("spawn", "spawnnorth", "enter_spawn" );" to my map.gsc file all it does is crash my game. Any help is appreciated.
Hi, since im new to mapping and there are currently no tutorials on how to add zones in bo3. I tried to follow the tutorials on zoning in cod5 but things seem to have changed. Anyway when i try to add "add_adjacent_zone("spawn", "spawnnorth", "enter_spawn" );" to my map.gsc file all it does is crash my game. Any help is appreciated.
It's almost exactly the same process except for the scripting part. Set up your zones how you want them in Radiant like you would WaW. But when adding adjacent zones do this: Go to "root/usermaps/MAPNAME/scripts/zm/MAPNAME.gsc" and comment out the first two lines, and then add the "zm_zonemgr" line for every zone you wish to add.
It's almost exactly the same process except for the scripting part. Set up your zones how you want them in Radiant like you would WaW. But when adding adjacent zones do this: Go to "root/usermaps/MAPNAME/scripts/zm/MAPNAME.gsc" and comment out the first two lines, and then add the "zm_zonemgr" line for every zone you wish to add.
It works, but im not sure what adjacent zones i should link. This is my current layout: http://prnt.sc/col43g and i cant get zombies only to spawn in opened zones, they just keep spawning in unopened zones as well. Do you know how to fix this?
It works, but im not sure what adjacent zones i should link. This is my current layout: http://prnt.sc/col43g and i cant get zombies only to spawn in opened zones, they just keep spawning in unopened zones as well. Do you know how to fix this?
I don't know how to do zones like Der Riese has them. As in I don't know how to have multiple entrances to each area. This confused me in WaW as well. Doing zones like I said will work properly if you only have one entrance to an area. Make sure each zone is targeting it's specific zombie spawner.