Author Topic: Linux Server  (Read 1036 times)

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Linux Server
« on: September 19, 2007, 12:46:57 AM »
Alright, I have made a server on my former windows machine (partitoned harddisk for linux and windows dont work right now) and it worked perfectly.  Now, how do i make a server on linux because you cant type the +set dedicated 1 and so on in the box.  HELP???

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Linux Server
« Reply #1 on: September 19, 2007, 01:14:44 AM »
Yes you can...

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Linux Server
« Reply #2 on: September 19, 2007, 07:12:58 AM »
Bring up the terminal and type this.

Code: [Select]
cd ~/paintball2
./paintball2 +set dedicated 1 +exec server.cfg

Naturally, if paintball installed somewhere else, cd to that folder.

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: Linux Server
« Reply #3 on: September 20, 2007, 12:48:42 AM »
Thx, it got the .paintball part right but i forgot 2 cd to the file.  Thx 4 that.

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Linux Server
« Reply #4 on: September 20, 2007, 07:50:54 AM »
Glad to help.