Digital Paint Discussion Board

Paintball 2: The Game => Server Discussion => Topic started by: kentaro on July 29, 2007, 05:51:52 PM

Title: Server linux dedicated with consol ssh
Post by: kentaro on July 29, 2007, 05:51:52 PM
How to create a server dpb2 under linux without card sound its nor video card ?

I have a waiter to dedicate under linux debian. How to make to install the server?

Sorry for my bad english, im french, I do not know not spoken well English
Title: Re: Server linux dedicated with consol ssh
Post by: TinMan on July 29, 2007, 06:09:24 PM
http://prdownloads.sourceforge.net/paintball2/paintball2_build019_linux_full.tar.gz?download

cd paintball2
./paintball2 +set dedicated 1 +set public 1 +exec myserver.cfg +map midnight

Similar to this: http://digitalpaint.planetquake.gamespy.com/docs/server_guide_win32.html
Title: Re: Server linux dedicated with consol ssh
Post by: jitspoe on July 31, 2007, 07:52:44 PM
You have to "tar xzvf paintball2_build019_linux_full.tar.gz" first, but do what TinMan said.  It also helps to use "screen".  Type "screen", start the server, then hold down CTRL and hit A then D to detach it.  Later you can SSH in again and type screen -r to restore the screen session and be at the server console.