Skip to content

Instantly share code, notes, and snippets.

@idoleat
Last active May 11, 2023 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idoleat/9a486b763f3fe85d3985db7ae5bfc390 to your computer and use it in GitHub Desktop.
Save idoleat/9a486b763f3fe85d3985db7ae5bfc390 to your computer and use it in GitHub Desktop.
A CSGO config file to quick setup free for all map, including free to buy weapons.
// Server config
sv_cheats 1
game_type 0
game_mode 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_freezetime 0
mp_buytime 9999
mp_buy_anywhere 1
mp_teammates_are_enemies 1
mp_respawn_on_death_t 1
mp_respawn_on_death_ct 1
mp_weapons_allow_typecount 100
sv_infinite_ammo 2
ammo_grenade_limit_total 5
bot_kick
mp_warmup_end
mp_restartgame 1
echo “”
echo “########## FFA CONFIG LOADED ##########”
echo “”
@marcioeric
Copy link

A great addition is mp_weapons_allow_typecount 100 to allow players to buy more weapons

@idoleat
Copy link
Author

idoleat commented May 11, 2023

Good suggestion. Added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment