Last active
May 4, 2019 06:23
-
-
Save Jezternz/dc77ba50c6644134c9928462a0323b50 to your computer and use it in GitHub Desktop.
\Steam\userdata\{steamid}\730\local\cfg\readybots.cfg - run using "exec readybots.cfg"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sv_cheats 1; | |
sv_lan 1; | |
mp_limitteams 0; | |
mp_autoteambalance 0; | |
mp_roundtime 60; | |
mp_freezetime 0; | |
bot_kick; | |
bot_difficulty 3; | |
mp_autokick 0; | |
mp_warmup_end; | |
mp_restartgame 1; | |
bind "[" "bot_add_ct;"; | |
bind "]" "bot_add_t;"; | |
echo “########## BOT CONFIG LOADED ##########”; | |
echo “use "[" to add ct bots, "]" to add t bots”; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment