Skip to content

Instantly share code, notes, and snippets.

@bacter1a
Last active August 29, 2015 14:13
Show Gist options
  • Save bacter1a/be7dded7d7f063cb0a3c to your computer and use it in GitHub Desktop.
Save bacter1a/be7dded7d7f063cb0a3c to your computer and use it in GitHub Desktop.
CSGO

T BOT

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
\bot_t.cfg"
mp_freezetime "0" //ラウンド開始時の停止時間を0秒にする
mp_limitteams "16" //1つのチームの人数制限を16人にする
mp_autoteambalance "0" //自動でチームの人数が均等にならないようにする
mp_respawn_immunitytime "0" //復活するまでの時間を0秒にする 
bot_kick //botを全員キックする
bot_difficulty "2" //botの難易度をhardにする
bot_dont_shoot "1" //botが攻撃してこない
mp_respawn_on_death_t "1" //CTは死亡した時、復活する
sv_cheats "1" //チートコマンド有効化
sv_infinite_ammo "1" //武器の弾を無限にする
bot_join_team "t" //botをCTのみに追加
bot_quota "16" //botを最大15体追加
mp_roundtime "999" //ラウンドタイムを60分にする
mp_restartgame "1" //ラウンドを終了してリスタートする

CT BOT

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
\bot_ct.cfg"
mp_freezetime "0" //ラウンド開始時の停止時間を0秒にする
mp_limitteams "16" //1つのチームの人数制限を16人にする
mp_autoteambalance "0" //自動でチームの人数が均等にならないようにする
mp_respawn_immunitytime "0" //復活するまでの時間を0秒にする 
bot_kick //botを全員キックする
bot_difficulty "2" //botの難易度をhardにする
bot_dont_shoot "1" //botが攻撃してこない
mp_respawn_on_death_ct "1" //CTは死亡した時、復活する
sv_cheats "1" //チートコマンド有効化
sv_infinite_ammo "1" //武器の弾を無限にする
bot_join_team "ct" //botをCTのみに追加
bot_quota "16" //botを最大15体追加
mp_roundtime "999" //ラウンドタイムを60分にする
mp_restartgame "1" //ラウンドを終了してリスタートする
mp_death_drop_gun "2" //botは武器を落とさないが、自分で落とすなどして既にある武器は拾える
bind "F1" "give weapon_usp_silencer;give weapon_glock"
bind "F2" "give weapon_ak47;give weapon_m4a1_silencer;give weapon_m4a1"
bind "F3" "give weapon_awp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment