Jump to content

Home

A standard server.cfg


Strawhidy

Recommended Posts

Posted

I've seen many server.cfg examples on this board however they all vary in configuration. Is there a standard server.cfg file that anyone can offer?

 

Also, has anyone developed an admin tool for JK2 yet?

Posted

Who sets the standard? They vary in configuration because different people want to run different servers.

 

Here is what Raven gives us w/ the linux server binary :

 

seta sv_hostname "jkii-linux v1.02"

//seta g_motd "woot"

//rconpassword "a clever password"

 

seta sv_maxclients 8

seta g_inactivity 0

sv_maxRate 10000

set g_allowvote 1

set timelimit 20

set capturelimit 20

set g_autoMapCycle 1

 

map ffa_bespin

 

Otherwise, use something that's been on this board and learn what each command does so you can configure it to your liking. That's the whole point.

 

If you want a server config for TFFA or Duel let me know and I'll post one of mine.

 

AFAIK there is not a JK2 admin tool out there, but there may be general admin tools that support Q3A based games. Google is your friend.

Posted

Here is a generic FFA server.cfg

 

//set Gametype to 0 for Free for All Mode

g_gametype 0

 

g_weaponDisable 0

 

g_maxForceRank 7

 

g_forcePowerDisable 0

 

g_saberLock 1

ui_forcedisable 1

g_autoMapCycle 1

 

fraglimit 30

timelimit 0

 

sv_maxclients 20

sv_hostname "JK2 FFA Server"

 

sv_privateClients 0

 

sv_privatePassword ""

 

rconpassword ""

//turn on/off pak cheat check. 1=on, 0=off (Default: 1)

sv_pure 1

//set max allowable rate for a client. 8000 to 10000 recommended. Max: 25000

sv_maxRate 10000

 

g_allowvote 1

g_privateDuel 1

//syncronous clients is necessary to allow client demo recording. Setting to 1 allows

recording but play is not smooth and is not recommended for normal use. (Default: 0)

g_syncronousClients 0

map ffa_bespin

Posted

This working config might be a bit more helpful than the pretty useless ones posted previously...

 

//Server Information

 

seta sv_hostname "Name your server here"

seta g_motd "Set your message of the day here"

 

//Server Configuration

 

seta g_needpass "0" // 0 public 1 private

seta sv_privatePassword "********"

seta rconpassword "********" // this is for controlling your server from an in game client

 

seta sv_maxclients "6" // max players

seta sv_privateClients "2" //private reserved slots. you can log in to thsese using the password below

seta sv_privatePassword "********"

seta g_maxGameClients "6"

 

seta sv_maxRate "6000"

seta sv_maxping "200"

seta g_timeouttospec "20"

 

seta sv_allowSkins "1" // allow skins in your mp games which does indeed work just fiune with pure server

seta sv_pure "1"

 

seta sv_master5 ""

seta sv_master4 ""

seta sv_master3 ""

seta sv_master2 ""

seta sv_master1 "masterjk2.ravensoft.com"

 

seta sv_allowDownload "0"

seta sv_floodProtect "1"

 

//Enable IP banning

seta g_filterban "1"

seta g_banIPs ""

 

// Game Configuration

 

seta g_gametype "3" // 3=duel

 

seta fraglimit "1"

seta duel_fraglimit "8"

seta timelimit "0"

 

seta sv_cheats "0"

 

seta g_logSync "0"

seta g_log "server1.log"

seta g_statLog "0"

 

seta g_weaponDisable "65531"

seta g_duelWeaponDisable "65531"

seta g_forcePowerDisable "32767"

seta g_spawnInvulnerability "3000"

seta g_forceRegenTime "50"

seta g_maxForceRank "7"

seta g_saberLocking "1"

seta g_allowvote "1"

 

//Duel Maps Rotation Cycle

 

seta g_autoMapCycle "0" // set this to zero to use your own map cycle. see below

 

set d1 "map duel_bay ; set nextmap vstr d2"

set d2 "map duel_carbon ; set nextmap vstr d3"

set d3 "map duel_jedi ; set nextmap vstr d4"

set d4 "map duel_pit ; set nextmap vstr d1"

 

vstr d1

Archived

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

×
×
  • Create New...