// Q3 GRIDIRON SERVER CONFIG: Basic Server Settings for Gridiron // Updated and Simplified for Q3 Gridiron v3.1: October 13th, 2001 // ----------------------- // Basic Gridiron Settings // ----------------------- seta g_log "games.log" // Set the path and name of the game log file seta g_gametype "3" // Must be set for 3 for Team Deathmatch (DO NOT CHANGE!) seta g_allowRecovery "1" // Allow recovery of interceptions (default 1) seta g_allowvote "1" // Allows CALLVOTES on your Gridiron server (0 to disable) seta g_syncronousClients "0" // Recommended Disabled (0=disabled, 1=enabled) seta g_teamForceBalance "0" // Recommended Disabled (0=disabled, 1=enabled) seta g_password "" // Password protect the entire server seta g_PreserveTeams "1" // Keep same teams between maps (0=disabled, 1=enabled) seta g_useDefaultDamage "0" // Allows for default Q3A damage (0=disabled, 1=enabled) seta sv_pure "0" // Must be set for 0, DO NOT CHANGE! seta sv_floodprotect "0" // Recommended Disabled (0=disabled, 1=enabled) seta sv_allowDownload "0" // Turn on/off downloading of files from server seta sv_maxclients "12" // Range is 4 minimum, 22 maximum players seta sv_minRate "3000" // Set minimum rate allowed to 3000 seta sv_maxRate "10000" // Max rate of 10000 is good, set much higher if you can seta com_hunkmegs "32" // 16megs is absolutely necessary, the more the better seta rconPassword "" // Set this password to whatever you want for RCON capability set sv_master2 "master0.gamespy.com" set sv_master3 "q3master.splatterworld.de" set sv_master4 "q3master.barrysworld.com" set sv_master5 "" // ---------------------------------- // Server Name and Message of the Day // ---------------------------------- seta sv_hostname "Q3 Gridiron v3.1" seta g_motd "Welcome to Q3 Gridiron v3.1!" // --------------------------------------------------- // Full Gridiron Map Rotation // *Please DO NOT remove any of these VSTR commands // *Only editing NEXTMAP commands is just fine! // --------------------------------------------------- set gimap01 "map gimap01;set nextmap vstr gimap02" set gimap02 "map gimap02;set nextmap vstr gimap03" set gimap03 "map gimap03;set nextmap vstr gimap04" set gimap04 "map gimap04;set nextmap vstr gimap05" set gimap05 "map gimap05;set nextmap vstr gimap06" set gimap06 "map gimap06;set nextmap vstr gimap07" set gimap07 "map gimap07;set nextmap vstr gimap08" set gimap08 "map gimap08;set nextmap vstr gimap09" set gimap09 "map gimap09;set nextmap vstr gimap10" set gimap10 "map gimap10;set nextmap vstr gimap11" set gimap11 "map gimap11;set nextmap vstr gimap12" set gimap12 "map gimap12;set nextmap vstr gimap13" set gimap13 "map gimap13;set nextmap vstr gimap14" set gimap14 "map gimap14;set nextmap vstr gimap15" set gimap15 "map gimap15;set nextmap vstr gimap16" set gimap16 "map gimap16;set nextmap vstr gimap17" set gimap17 "map gimap17;set nextmap vstr gimap18" set gimap18 "map gimap18;set nextmap vstr gimap01" // ---------------------------------------------------------- // Custom Map Voting List and Map Names // *Please Read Documentation before using custom map voting. // ---------------------------------------------------------- seta g_customMapList "gimap01;gimap02;gimap03;gimap04;gimap05;gimap06;gimap07;gimap08;gimap09;gimap10;gimap11;gimap12;gimap13;gimap14;gimap15;gimap16;gimap17;gimap18" seta g_customMapNameList "The First Gridiron;Bruiser Field;Overpass;Wider is Better;Hangar;Satan's Gridiron;Laserfield;Post Route;Stacker;Levee Breaks;Giganticus;Canyon Pass;Tusk Bowl;Splint;City Block;Sandbox;Fall to Grace;Gridhalla" seta g_useCustomMapVotingList "0" seta g_mapvotePercent 35 // --------------------------------------------------- // These Settings will show up in GameSpy as Misc Info // --------------------------------------------------- sets Admin "[SERVER_ADMIN]" sets Email "ADMIN_EMAIL" sets Homepage "http://www.planetquake.com/gridiron/" sets IRC "irc.enterthegame.com #gridiron" sets Location "City, ST" // -------------------------- // First Map in your Rotation // -------------------------- vstr "gimap01"