Author Topic: howto setup a server?  (Read 2650 times)

chibi

  • Posts: 2
  • Turrets: +0/-0
howto setup a server?
« on: April 01, 2006, 11:14:23 am »
i run tremded on my server, but i cannot connect it with the game client
this is output below:

./tremded.x86
tremulous 1.1.0 linux-x86 Feb 28 2006
----- FS_Startup -----
Current search path:
/home/chibi/.tremulous/base
/home/chibi/tremulous/base/vms-1.1.0.pk3 (4 files)
/home/chibi/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/home/chibi/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/home/chibi/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/home/chibi/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/home/chibi/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/home/chibi/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/home/chibi/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/home/chibi/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/home/chibi/tremulous/base/data-1.1.0.pk3 (1229 files)
/home/chibi/tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
execing autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
--- Common Initialization Complete ---
Opening IP socket: localhost:30720
Hostname: pub
IP: 218.83.175.25
Started tty console (use +set ttycon 0 to disable)
Hitch warning: 698 msec frame time


is this right? it seems server.cfg is not loaded

Shafe

  • Posts: 75
  • Turrets: +0/-0
howto setup a server?
« Reply #1 on: April 01, 2006, 12:08:47 pm »
You'll need to specify a bit more on the command line..

Something like:
./tremded +set net_ip YOURIP +set dedicated 2 +set com_hunkmegs 150 +exec server.cfg
URL=http://www.beer-garden.org/bg2/][/URL]

chibi

  • Posts: 2
  • Turrets: +0/-0
howto setup a server?
« Reply #2 on: April 04, 2006, 02:39:46 am »
thanks , it works