// yuri's configurations
// fistful of frags - listen server
// v1.2

// force the server to be open to everyone
// resolves "restricted to lan clients" but also best run with a password
sv_lan 0
password "YOURPASSWORDHERE"

// enable alltalk for everyone.
sv_alltalk 1

// sets respawn time to 1 second.
// emulates "instant respawn" some games have
mp_respawnwavetime 1

// limit the bots to X% of the maxplayers.
// for example, 0.7 will allow bots to fill 70% of the maxplayers
// it is recommended to set this no higher than 0.7 so you can have regular players join among bots
fof_sv_bot_slotpct 0.7

// manages bot skill/difficulty.
// this makes the bots dumb as nails, which is my preference.
// default is 2, 5 offers a fair challenge for some
fof_bot_skill 1

// reset the fps cap to 0 on level change.
// this removes overhead from the engine (and disables source's bad fps cap)
// but makes the gpu work harder. if you prefer source's fps capper, set this
// to a sane value around, or on your monitor's refresh rate.
fps_max 0

// i'm not sure what this command does, but it prevents exploits according to fof devs
sv_allow_wait_command 0

// never use teamplay
fof_sv_battle_royale_ffa 1

// 66 tick shenanigans
sv_maxupdaterate 66
sv_minupdaterate 66
sv_maxcmdrate 66
sv_mincmdrate 66

// these were preset by fof devs
sv_maxrate 10000
sv_minrate 5000