/////////////////////////////////////////////////// /// PlutoIW5 Server Configuration file // /////////////////////////////////////////////////// /////////////////////////////////////////////////// // 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 // // // /////////////////////////////////////////////////// // Server Name is set with your server key set sv_motd "Cresi" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. leave blank for defualt intel messages. ////////////////////////////////////////////////// // BASIC CONFIGURATION // ////////////////////////////////////////////////// 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 sv_maxclients "12" // Max players in your server. (Range 2-18) 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 set sv_voice "2" // Allow Voice Chat (0 = Disable 1 = Everyone hears you. 2 = Teams only) set sv_voicequality "3" // Voice Quality. (0-9) 3 default, 9 for max. 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_pure "1" // Verifying cilent files. set sv_floodProtect "1" // Chat Spam Protection. set scr_teambalance "1" // Balance players on team based games for for fair play. seta g_allowVote "1" // Toggle voting for [player kick/map restart/next map] (0 or 1 (default) ) seta g_deadChat "0" // Toggle allowing dead players to chat with living players (0 (default) or 1) set sv_enableBounces "0" // Enables bouncing on the server. seta sv_enableDoubleTaps "1" // Allow double tap on weapon switching. seta sv_allowAimAssist "1" // Allow Aim Assist on gamepads. (0 = Will lock the option on gamepad controls menu.) seta sv_allowThirdPersonSpectator "1" // Allow clients to spectate players in thirdperson. set g_playerCollision "0" // Who player collision applies to. (0 everyone, 1 Enemies, 2 Nobody) set g_playerEjection "0" // Who player ejection applies to. (0 everyone, 1 Enemies, 2 Nobody) ////////////////////////////////////////////////// // MOD SETTINGS // ////////////////////////////////////////////////// seta sv_wwwBaseURL "" // Configure the URL to Fast DL mods from. (i.e. http://domain.tld/iw5) seta fs_game "" // What mod are we loading? (i.e. "mods/MyMod") ////////////////////////////////////////////////// // PRIVATE SLOT SETTINGS // ////////////////////////////////////////////////// seta sv_privateClients 3 // Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) ) // 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 "pong" ////////////////////////////////////////////////// // B3, IW4MADMIN, GAME LOG & RCON SETTINGS // ////////////////////////////////////////////////// set logfile "2" // Enable loging 1-2? enable. 0 disable. Leave it on if you plan on using B3 or IW4MAdmin. set g_logSync "1" // 0 only flush on game end, 1 flush when buffer full, 2 always flush after a write, 3 append to old logs. set g_log "logs\games_mp.log" // IMPORTANT! Make sure the filename is unique for each server you clone! set rcon_password "ds5g46z4g684eS6G" // RemoteControl password, needed for most management tools like IW4MADMIN and B3. Do not skip if you installing IW4MADMIN. set sv_sayName "^7Cresi-console^7" // name server-side 'say' commands show up as. ////////////////////////////////////////////////////// // LOAD GAMETYPE DSR RECIPE CONFIGURATION // ////////////////////////////////////////////////////// // This is defualt gametypes from admin folder. // // // // Can always custom make one in Private Match or // // edit existing default DSR file with Notepad. // // // // TDM_default Team Deathmatch // // DOM_default Domination // // CTF_default Capture The Flag // // DD_default Demolition // // DZ_default Drop Zone // // FFA_default Free For All // // GG_default Gun Game // // HQ_default Headquarters // // INF_default Infected // // JUG_default Juggernaut // // KC_default Kill Confirmed // // OIC_default One In The Chamber // // SAB_default Sabotage // // SD_default Search and Destroy // // TDEF_default Team Defender // // TJ_default Team Juggernaut // // // ////////////////////////////////////////////////////// ////////////////////////////////////////////////////// // MAP SHORT NAMES ROTATION LIST // ////////////////////////////////////////////////////// // // // mp_alpha - Lockdown // // mp_bootleg - Bootleg // // mp_bravo - Mission // // mp_carbon - Carbon // // mp_dome - Dome // // mp_exchange - Downturn // // mp_hardhat - Hardhat // // mp_interchange - Interchange // // mp_lambeth - Fallen // // mp_mogadishu - Bakaara // // mp_paris - Resistance // // mp_plaza2 - Arkaden // // mp_radar - Outpost // // mp_seatown - Seatown // // mp_underground - Underground // // mp_village - Village // // // //// DLC FREE //////////////////////////////////////// // // // mp_terminal_cls - Terminal // // mp_aground_ss - Aground // // mp_courtyard_ss - Erosion // // // //// DLC COLLECTION 1 //////////////////////////////// // // // mp_italy - Piazza // // mp_overwatch - Overwatch // // mp_morningwood - Black Box // // mp_park - Liberation // // // //// DLC COLLECTION 2 //////////////////////////////// // // // mp_meteora - Sanctuary // // mp_cement - Foundation // // mp_qadeem - Oasis // // mp_restrepo_ss - Lookout // // mp_hillside_ss - Getaway // // // //// DLC COLLECTION 3 //////////////////////////////// // // // mp_crosswalk_ss - Intersection // // mp_burn_ss - U-Turn // // mp_six_ss - Vortex // // // //// DLC COLLECTION 4 //////////////////////////////// // // // mp_boardwalk - Boardwalk // // mp_moab - Gulch // // mp_roughneck - Off Shore // // mp_shipbreaker - Decommission // // mp_nola - Parish // // // //// PLUTONIUM DLC /////////////////////////////////// // // // mp_rust - Rust // // mp_highrise - Highrise // // mp_nuked - Nuketown // // mp_nightshift - Skidrow // // mp_favela - Favela // // // ////////////////////////////////////////////////////// set sv_maprotation "dsr FFA_default map mp_rust map mp_terminal_cls map mp_alpha map mp_bootleg map mp_bravo map mp_carbon map mp_dome map mp_exchange map mp_hardhat map mp_interchange map mp_lambeth map mp_mogadishu map mp_paris map mp_plaza2 map mp_radar map mp_seatown map mp_underground map mp_village map mp_favela"