//****************************************************************************** // Call of Duty 4: Total Conversion Galactic Warfare - Server Config File //****************************************************************************** // Autor: blackMonkeys // Website: http://blackmonkeys.de // Datum: Jun 2011 // Version: 1.0 //================================================================================= // Anti Bunnyhopping //================================================================================= set swm_disablejumpshot 0 // (0-1, default = 0) Disable Jumpshot (Anti Bunny hopping) //================================================================================= // Crosshair / Enemy names //================================================================================= set swm_drawCrosshair 1 // (0-1, default = 1) Enable / Disable Crosshair set swm_drawCrosshairNames 0 // (0-1, default = 0) Enable / Disable Enemy names on Crosshair set swm_crosshairEnemyColor 0 // (0-1, default = 0) Enable / Disable Red Crosshair on enemy //================================================================================= // Auto aim on bash //================================================================================= set swm_automelee 1 // (0-1, default = 1) Disable Automelee on Bash //================================================================================= // Force autoassign //================================================================================= set swm_force_autoassign 0 // (0-1, default = 0) Force Autoassign //================================================================================= // Halftime teamswitch //================================================================================= set swm_halftime_teamswitch 1 // (0-1, default = 1) Switch teams on halftime //================================================================================= // Oldstyle plantsound //================================================================================= set swm_bomb_plantsound_old 1 // (0-1, default = 1) Play the oldstyle plantsound on beginning of plant / defuse (SAB and SD) //================================================================================= // Ready up mode on roundbased gametypes //================================================================================= set swm_match_readyup_period 0 // (0-1, default = 0) Ready up mode for matches //================================================================================= // Livestats on roundbased gametypes //================================================================================= set swm_show_livestats 1 // (0-1, default = 1) Show Livestats on teambased gametypes //================================================================================= // Fav Button DON'T WORK YET!!! //================================================================================= //set swm_showFavButton 1 // (0-1, default = 0) 0 = disable, 1 = enable // Shows a "add to favourites" button to add a server easily to the favourites //================================================================================= // HUD Info //================================================================================= set swm_hudinfo 1 // (0-1, default = 1) 0 = disable, 1 = enable // Modinfo in upper left corner //================================================================================= // Anti Lag //================================================================================= set swm_antilag 1 // (0-1, default = 0) 0 = disable, 1 = enable // Antilag feature //================================================================================= // Spawnprotection //================================================================================= set swm_spawnprotection 1 // (0-2, default = 2) 0 = disable, 1 = enable (only spawning player will see it), 2 = enable (all players will see it) set swm_spawnprotectiontime 3 // (3-10, default = 5) Duration of protection. Protetion ends, if player begins to fight //================================================================================= // Anti Camping //================================================================================= set swm_anticamp 1 // (0-1, default = 0) 0 = disable, 1 = enable set swm_anticamp_distance 64 // (32-256, default = 64) Units to move to prevent a camper warning set swm_anticamp_delay 30 // (30-300, default = 30) Time in seconds till player will be punished as a camper // 10 secs before, he will be warned set swm_anticamp_count 5 // (0-20, default = 5) Number of Punishments before a hardpunish follows set swm_anticamp_punishtype 2 // (0-3, default = 2) 0 = random, 1 = suicide, 2 = suicide + respawndelay, // 3 = kick from server //================================================================================= // Messages on the server //================================================================================= // Welcome message in tickertap style set swm_welcomecenter 1 // (0-1, default = 1) 0 = disable, 1 = enable // Here you can define 3 lines for the welcome message (swm_wcmsg1, swm_wcmsg2 and swm_wcmsg3) set swm_wcmsg1 "^2Relax and enjoy" set swm_wcmsg2 "the ^4Galactic Warfare ^7Mod" set swm_wcmsg3 "" // Server Messages set swm_messagecenter 3 // (0-3, default = 3) 0 = disable, 1 = only show servermessages, // 2 = shows only next map and gametype, // 3 = show servermessages, next map and gametype set swm_mc_msgdelay 10 // (1-30, default = 10) time in seconds, before next message will be shown set swm_mc_loopdelay 60 // (30-300, default = 30) time in seconds, before all messages will be shown again // Here you can define up to 10 servermessages (from swm_mc_msg1 up to swm_mc_msg10) set swm_mc_msg1 "^4Galactic Warfare ^7" set swm_mc_msg2 "Version: ^11.0" set swm_mc_msg3 "For bugreports, ideas or or further informations" set swm_mc_msg4 "visit ^2www.blackmonkeys.de" set swm_mc_msg5 "or join our forum on:" set swm_mc_msg6 "^2www.forum.blackmonkeys.de" set swm_mc_msg7 "Enjoy playing and have fun!" set swm_mc_msg8 "Please don't flame, when you get killed." set swm_mc_msg9 "The force on this server is very strong" set swm_mc_msg10 "^2May the force be with you"