Jump to content

Home

Server


h4nk

Recommended Posts

I have follow problem. I have a linux dedicated server.If someone conected on this server an play 1-2 minutes, go the server offline.

1.02c linuxversion and gamefiles are 1.02a.:confused:

Link to comment
Share on other sites

That was not the problem.I have the dir /gameserver/jkii

In that directory is /base/ the 2 .pak

in jkii are *EaxMan.dll ,*FFC10.dll, *OpenAL32.dll, jk2ded *jk2gamex86.dll and a start and check script.

Link to comment
Share on other sites

// Server Config

set sv_hostname ""

set g_motd ""

rconPassword ""

sv_privatePassword ""

sv_privateClients 1

 

 

set sv_pure 1

set sv_maxclients 13

set g_inactivity 0

set sv_maxRate 8000

set sv_maxping 200

set g_allowvote 1

set timelimit 20

set capturelimit 40

set g_autoMapCycle 0

 

 

seta g_statLog "1"

seta g_statLogFile "statlog.log"

seta g_dismember "0"

 

map ffa_bespin

 

and my startscript is:

 

./jk2ded +set dedicated 2 +set net_port 28070 +set com_hunkmegs 64 +map ffa_bespin +exec server.cfg

Link to comment
Share on other sites

Well, there's a few set/seta missing in there, but it's not likely that is causing the problem. I also noticed that you have g_autoMapCycle off and yet don't have a map rotation. Is the intention to play bespin over and over? Have you tried using the 1.02b or 1.02c binaries? While win 1.02c breaks rcon status, it did fix some crash bugs.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...