Page 1 of 1
Questions about Zombies Mod ?
Posted: Tue Feb 12, 2013 5:41 pm
by Gibbs3333
I want to create a zombie map ... I want to know, is it possible to set aleatories spawns for zombies with a parameter aleatory and limit the number of 2 survivors / fighters against thezombies?
Re: Questions about Zombies Mod ?
Posted: Fri Feb 15, 2013 6:03 pm
by Gibbs3333
Nobody can help me ?
Re: Questions about Zombies Mod ?
Posted: Sun Feb 17, 2013 10:52 am
by VladVP
You are not very clear... what exactly do you want?
Re: Questions about Zombies Mod ?
Posted: Sun Feb 17, 2013 2:07 pm
by Gibbs3333
I search how to set multiple aleatory spawns in the .txt of the map and if it's possible to modify the script zombies.py to limit 2humans VS zombies.
Re: Questions about Zombies Mod ?
Posted: Sun Feb 17, 2013 4:27 pm
by Sasquatch
I think you're asking how to edit spawn info for zombies? It should be the same as with every game mode, change it in the metadata. As for team counts, I'm not sure... I was hoping this thread would be about a one player zombie mode, which would totally change my lifeeee!
Also, what the hell is an aleatory?
Re: Questions about Zombies Mod ?
Posted: Sun Feb 17, 2013 7:57 pm
by Gibbs3333
Aleatory spawns like that but it probably doesn't work.
Code: Select allif connection.team is connection.protocol.blue_team: # sets a static spawn for just the blue team, but you could use "green_team" too. return (297, 279, 59) or (200, 200, 200)
Re: Questions about Zombies Mod ?
Posted: Mon Feb 18, 2013 2:06 am
by Sponge
Sasquatch wrote:Also, what the hell is an aleatory?
It means based on chance. So are you asking for random spawn places?
Re: Questions about Zombies Mod ?
Posted: Mon Feb 18, 2013 5:32 pm
by Gibbs3333
Yes of course.