// Zombie Strike Source Config by figge v1.1b | 2005 - 01 - 31 | // // CHANGELOG: // v0.5 - Script was written // v1.0 - Removed useless text and commands and added some help directions, also added some tweaks // v1.1 - Removed commands that was for CS 1.6, and added CS:S commands instead // v1.1b - readded bot_walk and added mp_playerid "2" // INSTALLATION: // Put this file inx/steam/SteamApps/yourmail@here.now/counter-strike source/cstrike/cfg/ // TO START: // 1. Start the server (Chose a map) // 2. Write "exec zombie.cfg" in the console // (If you have no console, Start Steam -> Play Games -> Right Click on Counter-Strike Source // -> Properties -> In Launch Options write "-console" // // Contact: // E-Mail: figge@idestal.tk // IRC: // #nmrih@gamesurge.net // #same@quakenet.org // // Customization: // To change the "Zombie" Team change bot_join_team to either "T" or "CT" // A TIP: // Playing Zombie Strike: Source is most fun with 2 - 4 players // // The Script: ////Changes the name of the server hostname "Zombie Strike: Source" echo "Server Name Changed" ////sv_cheats 1 are needed to activate some commands (will be disabled automaticly when script is finished) sv_cheats 1 echo "Cheats Enabled!" ////mp_ Commands mp_autoteambalance "0" mp_c4timer "90" mp_falldamage 1 mp_flashlight "1" mp_footsteps "1" mp_forcecamera "1" mp_freezetime "2" mp_limitteams "32" mp_timelimit 0 mp_roundtime "10" mp_playerid "2" echo "mp_ Commands executed" ////bot_ commands bot_difficulty "3" bot_prefix "Zombie" bot_knives_only "1" bot_crouch "0" bot_defer_to_human "1" bot_chatter "0" bot_join_after_player "1" bot_join_team "T" bot_allow_rogues 1 bot_walk "1" echo "bot_ Commands executed" ////Sv_ commands sv_cheats 0 sv_lan 0 echo "sv_ Commands executed" echo "Cheats Disabled!" ////Tries to add 32 Bots echo "Adding Bots" bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add bot_add echo "DONE ADDING BOTS, PREPARING TO RESTART ROUND" echo "Have a nice and productive day" ////Restarting the round mp_restartgame 10 echo "Restarting round in 10 Seconds" // END OF SCRIPT // // Do you like zombies? Check out http://www.nomoreroominhell.com/ // NMRiH @ MODDB: http://mods.moddb.com/1834/ // // // Script by Fredrik 'figge' Idestål