Jump to content

Home

Linux Ded Server problem


gimli_aa

Recommended Posts

Ok my server.cfg is as:

 

// Server Config

 

seta sv_hostname "The Jedi Burial Tomb"

seta g_motd "Welcome to HELL"

seta net_port "28070"

 

sv_privatePassword ************

sv_privateClients 1

 

seta sv_pure 1

seta sv_maxclients 8

seta sv_maxping 400

seta g_allowvote 1

seta timelimit 20

seta capturelimit 10

 

seta g_gametype "7"

seta rconpassword **********

seta sv_floodProtect "1"

 

seta g_inactivity 0

sv_maxRate 8000

seta g_allowvote 1

seta timelimit 20

seta capturelimit 20

seta g_autoMapCycle 1

seta sv_cheats "0"

 

seta g_logSync "1"

seta g_log "logs/jedi-ctf.log"

 

// Set up maps for CTF

set d1 "map ctf_ns_streets; set nextmap vstr d2"

set d2 "map ctf_imperial; set nextmap vstr d3"

set d3 "map ctf_bespin; set netmap vstr d4"

set d4 "map ctf_Yavin; set nextmap vstr d1"

vstr d1

 

 

...

 

In the terminal after doing ./jk2ded +exec server.cfg I get this:

 

Sys_Error: Could not open string package 'STR_SERVER'

 

I have the 2 files in the base/ directory the 510mb one and the 84mb one along side my server.cfg file (from the cd)

 

What did I do wrong? (had to reinstall linux on another machine cause my hdd's both crashed. So this is why I had to redo my jk2 server stuff..

 

Thanx =)

Link to comment
Share on other sites

Try using something like:

 

./jk2ded +set dedicated 2 +exec server.cfg

 

It might be getting confused because you're not telling it what dedicated mode to run in: (0=listen, 1=LAN, 2=Internet). Beyond that, you might want to check the integrity of your pk3 files. Do you get any startup log at all? Or does it just quit *snap* like that? ;) If you do get a bit of a log, paste it here.

Link to comment
Share on other sites

Their are 3 dedicated modes -- 0, 1, and 2.

 

+set dedicated 0 is for a listen server. This type can only be connected to via ip address--LAN or Internet.

 

+set dedicated 1 is for a LAN server. This type can be connected to via the in-game LAN browser (if you are on the same LAN) or by ip address.

 

+set dedicated 2 is for an internet server. This type can be connected to via the in-game Internet browser, LAN browser (if you are on the same LAN), or by ip address.

 

A blanket statement that +set dedicated = LAN only is misleading.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...