mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-08 01:38:06 -05:00
69 lines
2.3 KiB
INI
69 lines
2.3 KiB
INI
// IW5 Server Config
|
|
// By Chase (https://ChaseHall.net)
|
|
// <3 MW2 Community.
|
|
|
|
|
|
// Color Codes:
|
|
// ^1 Red
|
|
// ^2 Green
|
|
// ^3 Yellow
|
|
// ^4 Blue
|
|
// ^5 Cyan
|
|
// ^6 Pink
|
|
// ^7 White
|
|
// ^8 Depends on the team colors playing.
|
|
// ^9 Grey
|
|
// ^0 Black
|
|
|
|
|
|
// Server host name. This should always be set by the server admin.
|
|
seta sv_hostname "^4Modern Warfare 3"
|
|
|
|
// Use custom MOTD on loading screen?
|
|
seta sv_motd "This text will be shown to everyone connecting to your server on the loading screen!"
|
|
|
|
// Dedicated server play list (DSPL) specifying server map rotation.
|
|
// Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL.
|
|
seta sv_maprotation "default"
|
|
|
|
// Maximum number of clients that may connect to this server (range 1-18)
|
|
seta sv_maxclients 18
|
|
seta party_maxplayers "18"
|
|
// Make sure both of those match.
|
|
|
|
// Server password. If set, users will be prompted on join attempt.
|
|
seta g_password ""
|
|
|
|
// Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
|
|
seta sv_privateClients 0
|
|
// Example: 2 = 16 public slots, 2 for admins.
|
|
|
|
// Password for the private slots on this server. If set, users will be prompted on join attempt.
|
|
// Users providing this password will have access to all slots.
|
|
// Users providing an incorrect password will have access to the (sv_maxClients - sv_privateClients) public slots.
|
|
seta sv_privatePassword ""
|
|
|
|
// Remote console password. If set, users will have access to a remote console, allowing server administration from a connected client.
|
|
seta rcon_password ""
|
|
|
|
// IF YOU HAVE MULTIPLE SERVERS, MAKE SURE THIS IS UNIQUE.
|
|
seta g_log "games_mp.log"
|
|
// IF YOU HAVE MULTIPLE SERVERS, MAKE SURE THIS IS UNIQUE.
|
|
|
|
// Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
|
|
seta g_allowVote 0
|
|
|
|
// Toggle allowing dead players to chat with living players (0 (default) or 1)
|
|
seta g_deadChat 0
|
|
|
|
// Time in seconds before the server will kick a user for inactivity (range 0 - 10000)
|
|
seta g_inactivity 120
|
|
|
|
// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
|
|
seta sv_kickBanTime 300
|
|
|
|
// Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default))
|
|
seta sv_floodProtect 1
|
|
|
|
// Enable Auto Team Balance?
|
|
seta scr_teambalance 1 |