Jump to content

Home

complete newbie at servers


coldfusion

Recommended Posts

Here's a fairly well rounded duel config per your specifications. You'll want to change all the server information at the top. Everything but the hostname is technically optional, but it's nice to have. You'll want to change the rconpassword and privatepassword to something personal. If you add private spots, remember to increase the number of maxclients proportionately. I have voting turned off, that's a personal preference. There is no way to restrict what players vote for, so they could change the game to CTF whether you like it or not. Anyway, if you have any questions, feel free to ask them.

 

 

// Server Information

seta sv_hostname "Server Name" //As it appears in the server list

seta g_motd "My MOTD"

sets Administrator "Admin Name"

sets CPU "My CPU"

sets Clan "My Clan"

sets Email "myemail@mywebsite.com"

sets Connection "OC192" // I wish

sets URL "www.mywebsite.com"

sets Location "wherever"

seta sv_zone "DUEL" // For info only

seta g_needpass "0" // 0=No 1=Yes - For info only. Does not password server.

 

// Passwords

seta g_password "" // Leave emtpy for no pass

seta rconPassword "myrconpass" // Used to remote admin server

seta sv_privatePassword "myprivatepass" // Used to access private slots

 

// Basic Server Settings

seta sv_pure "1" // Pure setting enforces pk3 file checks

seta sv_maxRate "7000" // Generally between 5000-10000. Max 25000

seta sv_minPing "0" // This ping or higher to connect. 0 = disabled

seta sv_maxPing "0" // This ping or lower to connect. 0 = disabled

seta sv_floodProtect "1" // Helps keep clients from flooding server

seta sv_maxclients "3" // Max number of connected players

seta g_maxGameClients "0" // Max number of non-spectactors. 0 = disabled

seta sv_privateClients "0" // Number of private slots. Access with sv_privatepassword

seta sv_timeout "120" // Time (in seconds) server waits for packet before disconnecting clients

seta g_allowvote "0" // Allow clients to vote for map/rules changes (0=No/1=Yes)

 

// Logging

seta g_logfile "0" // 0=None, 1=Buffered, 2=Continuous, 3=Append

seta g_log "games.log" // Default location is ~/.jkii/base/

seta g_logSync "1" // 1=Write complete lines

seta g_statLog "0" // Probably similar to g_logfile. Untested.

seta g_statLogFile "stats.log"

 

// Game Settings

seta g_gametype 3 // 3 = Duel

seta fraglimit "1" // Frags a single player accumulates to rotate players

seta duel_fraglimit "8" // Number of times a single player hits the fraglimit to end the round

seta timelimit "15" // Time limit for round if duel_fraglimit not hit

seta g_weaponDisable "65531" // 65531 = saber only

seta g_duelWeaponDisable "65531" // Same as g_weaponDisable, but for duels

seta g_forcePowerDisable "32767" // Selectively disable force powers. 32767 = no force)

seta g_saberLocking "1" // Allow saber locks to occur

seta g_maxForceRank "7" // Sets number of points players receive for force powers

seta g_forceBasedTeams "0" // If on Rebellion must use light force powers while Empire must use dark force powers

seta g_forceRegenTime "200" // Time to regen full force power. Default 200 = 20 seconds

seta g_spawnInvulnerability "3000" // Time invulnerable after spawn. Default 3000 = 3 seconds

seta g_doWarmup "0" // Set to enable warmup before round.

seta g_warmup "30" // Warmup before round stats. Must enable g_doWarmup.

seta g_redteam "Empire" // Can customize the name of the red team

seta g_blueteam "Rebellion" // Can customize the name of the blue team

 

// Banning

seta g_banIPs "" // List of IP's to be banned

seta g_filterBan "1" // Enable Ban by Ip

 

// Map Rotation

seta g_autoMapCycle "1" // 1 = automatically rotates through all maps for this gametype. Change to 0 for custom map rotation.

 

map duel_carbon // Start first map. Replace if custom map rotation is used.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...