Anyone played it? Am trying now and it looks promising, but I'm not sure why you need the SDK? I'm guessing as it's a mod. Is there any way to have the SDK files locally so should anyone want to try it they can?
The idea of downloading that much through Steam at a LAN is a pain. I'm not suggesting it's a supported game, but frenzied knife attacks, running out of bullets....sounds like fun.
EDIT, have a link
http://www.moddb.com/mods/4374/zombie-panic-source
Add Zombie Strike to that list....ignore me, I'm posting instead of using a notepad. It's good for a quick blast or two.
Quote// 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 "9"
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 "CT"
bot_allow_rogues 1
bot_walk "0"
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 3
echo "Restarting round in 3 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