h4nk Posted May 3, 2002 Posted May 3, 2002 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.
MatrixCPA Posted May 3, 2002 Posted May 3, 2002 You probably need to turn off dismemberment. Add this to your server.cfg: seta g_dismember "0" That will probably fix your problem.
h4nk Posted May 6, 2002 Author Posted May 6, 2002 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.
MatrixCPA Posted May 6, 2002 Posted May 6, 2002 Did you actually add that to your config? I don't see that you listed any config files at all.
h4nk Posted May 7, 2002 Author Posted May 7, 2002 // 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
MatrixCPA Posted May 7, 2002 Posted May 7, 2002 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.
h4nk Posted May 8, 2002 Author Posted May 8, 2002 THX for the reply. The update has ended the problems.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.