How do i get the zombies to run from the start? I've had a quick look through the _zombiemode GSC file in my map but didn't want to touch anything case i ended up with error's, lost a map over that this week
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
How do i get the zombies to run from the start? I've had a quick look through the _zombiemode GSC file in my map but didn't want to touch anything case i ended up with error's, lost a map over that this week
Dan
Maps are never permanently "lost" due to errors and should never be thrown away for that reason. When your map appears to be ruined because of an error, just post here next time and we'll get it fixed
Zombie running is handled in _zombiemode_spawner.gsc. Grab that file from /raw/maps and copy it to /yourmodname/maps. Then open it and find this function:
Cheers dude, id of messaged you on skype but your set to busy so wasn't sure if you were there or not lol..
I still have the map, just removed most the stuff.. Compiles normal and everything, just wont load, loading screen comes on with the loading bar and soon as the loading bar finishes nothing happens, just stays like that and feels like the game has frozen ..
Anyway cheers for the information, get working on this now
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Cheers dude, id of messaged you on skype but your set to busy so wasn't sure if you were there or not lol..
I still have the map, just removed most the stuff.. Compiles normal and everything, just wont load, loading screen comes on with the loading bar and soon as the loading bar finishes nothing happens, just stays like that and feels like the game has frozen ..
Anyway cheers for the information, get working on this now
Dan
Just send the message regardless of my status and I will eventually see it
Usually I respond regardless of my status within a few minutes, unless of course I am set to Away...
Done it all but there still walking lol, so ill post how ive got it down. Ill also add few lines before and after case ive done something wrong when putting it in..
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Done it all but there still walking lol, so ill post how ive got it down. Ill also add few lines before and after case ive done something wrong when putting it in..
switch(self.zombie_move_speed) { case "walk": var = randomintrange
Dan
If your map still works with that script, then the script isn't being loaded because there's multiple syntax errors. So first figure out why your script isn't being loaded in, then undo your changes to _zombiemode_spawner.gsc. You found set_run_speed() but that's just a call, not the actual function. Hit find again so that you go slightly lower down in the file. You should find this:
lol there still walking .. Not my day today, did have risers too in till i added a flag to the third door from a tutorial, now they don't show up either..
I'll have to go over the _zombiemode_spawner an see if ive messed any of it up doing it the first time
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
lol there still walking .. Not my day today, did have risers too in till i added a flag to the third door from a tutorial, now they don't show up either..
I'll have to go over the _zombiemode_spawner an see if ive messed any of it up doing it the first time
Dan
Your customized gsc files obviously arent getting loaded. You need to have them in your mod's folder in your cod root/mods directory, they need to be checked on the Mods tab of Launcher, your IWD needs to be built, and your map needs to have "Mod specific map: mapname" checked and set on the Maps tab of launcher