Page 1 of 1

How do I shut-off Zombie?

Posted: Fri Oct 13, 2006 12:18 pm
by Exile
How do I get zombie mod to turn off without typeing "zombie_mode 0" in console at every startup? I placed "zombie_mode 0" (with out " ") in the server.cfg and it still does not disable it on start up.I am trying to run a multiple mod server but I cant do this without this command responding on startup.

Posted: Fri Oct 13, 2006 4:22 pm
by Games
Try putting zombie_mode 0 in the autoexec.cfg :idea:



If that doesn't work try to make a map specific cfg for mani admin plugin.

Let's say your server starts with de_dust make a de_dust.cfg at put that .cfg in the appropiate dir for mani admin plugin

In that .cfg put zombie_mode 0

Posted: Fri Oct 13, 2006 9:08 pm
by Exile
Yep I already got it in the autoexec and still enables zm at start. and the map cfg.'s I am thinking I could make the server be Zombie mod when the server is voted to a zm map and a RPG/DM when its voted to a surf_ map. So do i have to make a cfg. for every map i have and place the disable/enable commands for the mod i want to run on that map in that maps cfg? one more ? where do i place all these map.cfg's in mani or the FTP?

Posted: Fri Oct 13, 2006 9:56 pm
by Boo
take out the line from metaplugins.ini
addons/zombiemod/bin/zombie_mm

Posted: Fri Oct 13, 2006 10:27 pm
by Exile
Yes i know that shuts it off but if that line is not in there the server will not be zombie mod when it is switched to a Zm map.

Posted: Fri Oct 13, 2006 10:45 pm
by Boo
wat u mean like you want it to only run on zm maps? o-O.

just go in console and type, ma_rcon zombie_mode 0 and it will turn it off...

Put it in the server.cfg and autoexec.cfg

Posted: Fri Oct 13, 2006 10:48 pm
by Games
The map specific cfg's for use with mani need to be in: cfg\mani_admin_plugin\map_config

Yes if you want to use zombiemod for certain maps and other mods for other maps you need to make a cfg for each map.But that isn't much work since certain maps use the same settings to just upload the .cfg than rename it local and than upload it etc.

Posted: Fri Oct 13, 2006 11:31 pm
by Boo
what would you put in it? and where would you place the .cfg? :p *questions he might ask*

Posted: Sat Oct 14, 2006 4:55 am
by Exile
So say i wanted surf maps to be rpg/cssdm with no zm i would put:
cssrpg_enable "1"
cssdm_enable
zombie_mode 0

And for the Zm maps i want to run Zombie mod i would put following in maps cfg's:
zombie_mode 1
cssdm_disable
cssrpg_enable "0"

But i am haveing problems with the cssdm_disable and zombie_mode 0 commands not working, but they should work in the individual map cfgs.

Posted: Sat Oct 14, 2006 5:56 pm
by Exile
Nvm I got it all working now, thnx.