131 lines
6.4 KiB
INI
131 lines
6.4 KiB
INI
///////////////////////////////////////////////////
|
|
/// IW6 Server Configuration //
|
|
///////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////
|
|
// SERVER NAME & COLORS TIPS //
|
|
///////////////////////////////////////////////////
|
|
// //
|
|
// ^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 //
|
|
// ^: Rainbow colors //
|
|
// //
|
|
///////////////////////////////////////////////////
|
|
|
|
set sv_hostname "IW6 Default Server" // Sets the server hostname.
|
|
name "[IW6] server" // Currently sets the say name
|
|
|
|
//////////////////////////////////////////////////
|
|
// ADMIN INFO (Optional) //
|
|
//////////////////////////////////////////////////
|
|
|
|
set _Admin "" // Your username.
|
|
set _Email "" // E-mail address. you can leave blank
|
|
set _Website "" // Website. (IW4MAdmin uses this.)
|
|
set _Location "Earth" // Location
|
|
|
|
//////////////////////////////////////////////////
|
|
// NON-GAMEPLAY CONFIGURATION //
|
|
//////////////////////////////////////////////////
|
|
|
|
set sv_maxclients "4" // Max players in your server.
|
|
set rcon_password "" // Access to your server to change stuff remotely or ingame. (Empty = disabled)
|
|
set g_password "" // Password Protected Server. Leave blank if you want players to join or set password if you want to keep public out.
|
|
set g_deadChat "0" // Toggle allowing dead players to chat with living players. (0 (default) or 1)
|
|
set g_inactivity "420" // Time in seconds before the server will kick a user for inactivity. (range 0 - 10000)
|
|
set sv_kickBanTime "3600" // Time in seconds for a player temporary ban. (on kick/tempban) (range 0 - 3600)
|
|
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands.
|
|
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions.
|
|
set sv_reconnectlimit "3" // How many times you can try to reconnect.
|
|
|
|
//////////////////////////////////////////////////
|
|
// BASE GAME CONFIGURATION //
|
|
//////////////////////////////////////////////////
|
|
// //
|
|
// aliens - Extinction (CO-OP MODE) //
|
|
// //
|
|
//////////////////////////////////////////////////
|
|
|
|
//GAMETYPE CURRENTLY HAS TO BE SET VIA THE MAP ROTATION
|
|
|
|
set scr_game_allowkillcam "1" // Allow Killcam.
|
|
set team_rebalance "1" // Auto Balance teams?
|
|
set scr_teambalance "1" // Enable or Disable auto balance.
|
|
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
|
set sv_checkMinPlayers "0"
|
|
set scr_game_graceperiod "0"
|
|
set scr_game_onlyheadshots "0"
|
|
set scr_game_deathpointloss "0"
|
|
set scr_game_suicidepointloss "0"
|
|
set scr_team_teamkillpointloss "1"
|
|
set scr_game_perks "1"
|
|
set scr_game_forceuav "0"
|
|
set scr_game_hardpoints "1"
|
|
set scr_nukeTimer "10"
|
|
set scr_nukeCancelMode "0"
|
|
set scr_default_maxagents "5"
|
|
set scr_disableClientSpawnTraces "0"
|
|
set scr_hardpoint_allowartillery "1"
|
|
set scr_hardpoint_allowuav "1"
|
|
set scr_hardpoint_allowhelicopter "1"
|
|
set scr_team_respawntime "0"
|
|
set scr_player_numlives "0"
|
|
set scr_player_respawndelay "0"
|
|
set scr_player_suicidespawndelay "0"
|
|
set scr_player_forcerespawn "1"
|
|
set scr_player_sprinttime "4"
|
|
set scr_explBulletMod "1"
|
|
set scr_maxPerPlayerExplosives "2"
|
|
|
|
//////////////////////////////////////////////////
|
|
// EXTINCTION GAMETYPE SETTINGS //
|
|
//////////////////////////////////////////////////
|
|
|
|
set scr_aliens_scorelimit "2500"
|
|
set scr_aliens_timelimit "0"
|
|
set scr_aliens_roundlimit "1"
|
|
set scr_aliens_winlimit "1"
|
|
set scr_aliens_numlives "0"
|
|
set scr_aliens_playerrespawndelay "0"
|
|
set scr_aliens_waverespawndelay "0"
|
|
set scr_aliens_promode "0"
|
|
set scr_aliens_maxagents "24"
|
|
set scr_alien_intro "0"
|
|
set scr_chaos_mode "0" // Extinction chaos game mode.
|
|
|
|
////////////////////////////////////////////////////////
|
|
// MAP SHORT NAMES ROTATION LIST //
|
|
////////////////////////////////////////////////////////
|
|
/// Maps only work with Aliens Game Mode Set //
|
|
////////////////////////////////////////////////////////
|
|
// //
|
|
// Point of Contact - mp_alien_town //
|
|
// //
|
|
// ONSLAUGHT DLC ///////////////////////////////////////
|
|
// //
|
|
// Nightfall - mp_alien_armory //
|
|
// //
|
|
// DEVASTATION DLC /////////////////////////////////////
|
|
// //
|
|
// Mayday - mp_alien_beacon //
|
|
// //
|
|
// INVASION DLC ////////////////////////////////////////
|
|
// //
|
|
// Awakening - mp_alien_dlc3 //
|
|
// //
|
|
// NEMESIS DLC /////////////////////////////////////////
|
|
// //
|
|
// Exodus - mp_alien_last //
|
|
// //
|
|
////////////////////////////////////////////////////////
|
|
|
|
set sv_maprotation "gametype aliens map mp_alien_town map mp_alien_armory map mp_alien_beacon map mp_alien_dlc3 map mp_alien_last"
|