mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 14:41:49 +00:00
nice confs
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^4Players vs bots ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_hostname "^1Bot ^3War^5fare ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@ set g_password "" // Password Protected Server. Leave blank if you want
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set g_log "logs/server/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
@ -480,7 +480,7 @@ set sv_enableBounces "1"
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper "1"
|
||||
set bot_pvb_helper "0"
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
|
||||
@ -507,12 +507,12 @@ set scr_player_allowChangeTeam "1"
|
||||
// _bot
|
||||
set bot_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_manage_add "9"
|
||||
set bots_manage_fill "9"
|
||||
set bots_manage_add "12"
|
||||
set bots_manage_fill "12"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "1"
|
||||
set bots_manage_fill_mode "0"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "axis"
|
||||
set bots_team "autoassign"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
|
Reference in New Issue
Block a user