GunGame, настройки
текущий конфиг нашего GG-сервера (важное выделено):
Code
//************************************************** **********
// WEAPON ORDER (порядок смены пушек по возрастанию)
//**************
es_xsetinfo gg_weapon_order "glock,usp,p228,deagle,fiveseven,elite,m3,xm1014,tm p,mac10,mp5navy,ump45,p90,galil,famas,ak47,scout,m 4a1,sg552,aug,m249,hegrenade,knife"
//************************************************** **********
// JOIN MESSAGE
//**************
// Gun Game join message, popup giving players instructions on how to play
// 1=on, 0=off
es_xsetinfo gg_join_msg 1
//************************************************** **********
// WORLDSPAWN SUICIDES (самоубился? -1 уровень)
//*********************
// Worldspawn deaths (falling) count as suicides 0=no, 1=yes
es_xsetinfo worldspawn_suicide 1
//************************************************** **********
// AFK MANAGER
//*************
// This controls what happens to players when they are afk, 0=off
// Set this to the number of deaths a player is afk before the manager takes action
es_xsetinfo gg_afk_deaths 1
//
// This controls what action is taken to afk players after they die afk for the above rounds
// 1=kick from server, 2=moved to spectator
es_xsetinfo gg_afk_action 2
//************************************************** **********
// BOMBING (взорвал\разминировал бомбу? получи +1 уровень!)
//*********
// Give level for planting/defusing 0=no, 1=yes
es_xsetinfo bomb_defuse_lvl 1
//************************************************** **********
// HANDICAP (подключаешься во время уже идущей игры? получи среднюю по серверу пушку!)
//**********
// Turn GG handicap 0=off, 1=on
// Gives joining players the avg level of all other players when they join late.
// If you're in the top10, you do not get this handicap even if it is turned on.
es_xsetinfo gg_handicap_on 1
//
// GG Top10 handicap 0=off, 1=on
// Allow players in the top10 to receive a handicap with the rest of the players.
// Handicap must also be turned on above for this to work.
es_xsetinfo gg_top10_handicap 1
//************************************************** **********
// MAX LEVELS (максимально разрешено уровней за раунд)
//************
// Set max levels allowed per round, 0=off
// Default is 3, so players cannot get more than 3 levels in one round.
es_xsetinfo gg_max_lvl 2
//************************************************** **********
// EXTRAS
//********
// Turn Knife Pro level stealing on/off (кража чужого уровня ножом, +1)
es_xsetinfo gg_knife_pro 1
//
// Turn Triple Level Bonus 0=off, 1=on (какой-то бонус за три уровня подряд)
// Turbo Mode automatically overrides the Triple Level Bonus to OFF
es_xsetinfo gg_triple_on 1
//
// Turn Turbo Mode 0=off, 1=on (автосмена пушек по ходу игры)
// This gives you your next weapon immediately when you levelup
// THIS OVERRIDES MAX LEVEL PER ROUND, AND TRIPLE LEVEL BONUS!!
es_xsetinfo gg_turbo 0
//
// Knife Elite mode 0=off, 1=on (при наборе максимального уровня в раунде всё отобрать, оставить только нож)
// After a player levels up, they only get a knife until the next round.
// THIS WILL OVERRIDE TURBO MODE!!
es_xsetinfo gg_knife_elite 0
//
// Multiple Kills mode 0=off, X=number of kills required (нужно убийств для набора одного уровня)
// Set to number of kills required to level up.
// This counts kills across rounds so you don't have to get them all in one round.
es_xsetinfo gg_multikill 2
//************************************************** **********
// NADE LEVEL BONUS (что даётся бойцу на гранатном уровне)
//******************
// Additional weapons for players on nade level
// 1=on, 0=off
// This gives a glock with 50 bullets
es_xsetinfo gg_nade_glock 1
// This gives a smokegrenade
es_xsetinfo gg_nade_smoke 1
// This gives a flashbang
es_xsetinfo gg_nade_flash 1
//************************************************** **********
// MAP PRESETS
//*************
// Gun Game map presets
// It is recommended that you leave these settings alone, especially winlimit and chattime.
alias gg_map_setup "mp_timelimit 45; mp_winlimit 0; sv_alltalk 0; mp_chattime 15; mp_c4timer 35; mp_friendlyfire 0"
//
// Automatically turn friendly fire ON when a player reaches grenade level (автоматическое включение Friendly Fire когда появляются гренадёры).
es_xsetinfo gg_ff_auto 1