Skip to content

Instantly share code, notes, and snippets.

@kimoto
Created June 28, 2010 09:29
Show Gist options
  • Save kimoto/455634 to your computer and use it in GitHub Desktop.
Save kimoto/455634 to your computer and use it in GitHub Desktop.
Left4Dead2 - zombie.cfg
//===========================================
// zombie.cfg
// author: kimoto
//===========================================
sv_cheats 1; nb_delete_all;
buddha 1 // 体力は減るがダウンはしないgodモード
// 近接武器と任意の武器のみ
z_removeitems // 既に持っているアイテムをすべて破棄する
give pistol; give pistol; give smg_silenced; give health
// 無限ラッシュ
director_start
director_force_panic_event
director_panic_forever 1
director_no_specials 1 // 特殊感染者なし
// Tankなし
versus_tank_chance_intro "0"
versus_tank_chance_finale "0"
versus_tank_chance "0"
// confoglぐらいの出現数
z_mob_spawn_max_size 20 // 雑魚ゾンビ沸く数
z_mob_spawn_min_size 30// 雑魚ゾンビ沸く数
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment