Jump to content

Linux server startup command is incorrect in manual


Type98

Recommended Posts

The PDF manual states that to start a dedicated server under linux is:

>./DropTeam -enterlobby false -hostmode server

The /DropTeam/bin/DropTeam file is not part of the public Beta tar ball. To get the dedicated server running under linux:

>cd DropTeam/bin

>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../lib/

>./SpaceVikings -enterlobby false -hostmode server

Link to comment
Share on other sites

×
×
  • Create New...