Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // --- QUERY INFORMATION --------------------------------
- set sv_hostname "^0[C.A.S]^4CodeAScript.de AlterIWNet ^1[XP*4]"
- // --- NETWORK OPTIMIZATION -----------------------------
- set sv_maxRate "150000"
- set snaps "30"
- set sv_network_fps "1000"
- set fs_game mods/Team Deathmatch
- set scr_xpscale "4"
- set cl_maxpackets "100"
- set sv_voiceQuality "7"
- // Optional settings returned by query, server listings may use this
- sets _Admin "Modder"
- sets _Email "*******************"
- sets _Website "http://www.codeascript.de/"
- sets _Location "Germany"
- // --- NON-GAMEPLAY CONFIGURATION -----------------------
- set rcon_password "***************" // Password for rcon, empty = disabled
- set privateMatch_serverPassword "" // Game password, leave empty for a public game
- set sv_maxPing "300" // Maximum ping, any higher and players will get kicked
- set g_inactivity "0" // Time in seconds before a player gets kicked if not moving
- set g_inactivitySpectator "1" // 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 "games_mp.log" // Name of the log file
- set aiw_sayName "^1CAS_Admin" // name server-side 'say' commands show up as
- // --- BASE GAME CONFIGURATION --------------------------
- set g_gametype "war" // Game type
- // war - Team Deathmatch
- // dm - Free-for-all
- // dom - Domination
- // koth - Headquarters
- // sab - Sabotage
- // sd - Search and Destroy
- // arena - Arena
- // dd - Demolition
- // ctf - Capture the Flag
- // oneflag - One-Flag CTF
- // gtnw - Global Thermo-Nuclear War
- // Uncomment below commands for hardcore mode
- //set g_hardcore "1"
- //set ui_hud_hardcore "1"
- //set scr_hardcore "1"
- //set scr_player_maxhealth "30"
- //set scr_team_fftype "1" // 1 = on, 2 = reflect, 3 = shared
- //set scr_player_healthregentime "0"
- set scr_thirdperson "0" // Third-person mode
- set scr_game_hardpoints "1" // Killstreaks, 1 = on
- set scr_game_perks "1" // Perks, obviously
- set scr_game_allowkillcam "0" // 1 = allow, 0 = disallow
- set scr_diehard "0" // Die-hard mode
- // --- GAMETYPE CONFIGURATION ---------------------------
- // - Team Deathmatch
- set scr_war_scorelimit "10000000000"
- set scr_war_timelimit "15" // Timelimit, in minutes
- set scr_war_playerrespawndelay "-1" // -1 is no respawn delay, 0 is automatic, > 0 is X seconds
- set scr_war_waverespawndelay "0" // Wave spawning, might be more 'tactical'
- set scr_war_numlives "0" // Number of lives
- set scr_war_promode "0" // Adds a "pro" sound to the game announcement
- set scr_war_roundlimit "100000000000000" // Maximum amount of rounds
- set scr_war_winlimit "100000000000000" // Amount of wins needed to win a round-based game
- sv_mapRotation "gametype war map mp_storm gametype war map mp_rust gametype war map mp_terminal gametype war map mp_vacant gametype war map mp_subbase gametype war map mp_complex gametype war map mp_invasion gametype war map mp_crash gametype war map mp_overgrown gametype war map mp_trailerpark gametype war map mp_afghan"
Advertisement
Add Comment
Please, Sign In to add comment