Have you added zones to your map, using info_volume? This tells the game when to activate certain zombie spawners.
If you have done that, make sure that you have added this into your map's .gsc file:
[code]add_adjacent_zone( "zone_name", "next_zone", "enter_ne...
If you have done that, make sure that you have added this into your map's .gsc file:
[code]add_adjacent_zone( "zone_name", "next_zone", "enter_ne...
5 years ago
You need to select 'codwaw.prj' and click open. This should allow Radiant to open.
5 years ago
Yeah, i literally haven't scripted in a while so i am very rusty
6 years ago
Put the code above in the main() function of your script.
Replace ‘10’ with the round you want your script to be used.
Replace ‘your_function’ with the name of your function.&n...
Replace ‘10’ with the round you want your script to be used.
Replace ‘your_function’ with the name of your function.&n...
6 years ago
what is T4M?
T4M is a modification for WAW which increases the limits for assets and memory in your WAW mod. Just drag the.dll file into the WAW root folder.
[url=https://www.ugx-mods.com/forum/mods-releases/...
6 years ago
Make sure that after you edit the weapon file, you build your mod in Launcher.
6 years ago