Author Topic: Pball server on Linux  (Read 1428 times)

MaDMaN

  • VM-68
  • Posts: 159
Pball server on Linux
« on: August 06, 2007, 11:40:50 AM »
Being a big linux noobie. Was wanting to know if I can run a server. I can't  make a shortcut of the pball2 icon.. Unless i just haven't looked hard enough.. Im on Ubuntu 7.4

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Pball server on Linux
« Reply #1 on: August 06, 2007, 11:44:43 AM »
Code: [Select]
Drag-and-Drop in the File Manager
You can use drag-and-drop to perform several tasks in the file manager. When you drag-and-drop, the mouse pointer provides feedback about the task that you perform. Table 6.7, “Drag-and-Drop in the File Manager” describes the tasks that you can perform with drag-and-drop. The table also shows the mouse pointers that appear when you drag-and-drop.

Table 6.7. Drag-and-Drop in the File Manager

Task
 Action
 Mouse Pointer
 
Move an item
 Drag the item to the new location.
 
Copy an item
 Grab the item, then press-and-hold Ctrl. Drag the item to the location where you want the copy to reside.
 
Create a symbolic link to an item
 Grab the item, then press-and-hold Ctrl-Shift. Drag the item to the location where you want the symbolic link to reside.
 
Ask what to do with the item you drag
 Grab the item, then press-and-hold Alt. You may also use the middle mouse button to perform the same operation. Drag the item to the location where you want the item to reside. Release the mouse button. A popup menu appears. Choose one of the following items from the popup menu:

Move here

Moves the item to the location.

Copy here

Copies the item to the location.

Link here

Creates a symbolic link to the item at the location.

Set as Background

If the item is an image, sets the image to be the background. You can use this command to set the background of the desktop, the side pane or the view pane.

Cancel

Cancels the drag-and-drop operation.
 

MaDMaN

  • VM-68
  • Posts: 159
Re: Pball server on Linux
« Reply #2 on: August 06, 2007, 12:04:11 PM »
That didn't work for some reason... * misses windows *

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Pball server on Linux
« Reply #3 on: August 06, 2007, 12:33:52 PM »
You don't want to move it. Right-Click and hit "Make Link" and move that to the desktop.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Pball server on Linux
« Reply #4 on: August 06, 2007, 08:16:52 PM »
Linux servers work best from the command line.  Just do this:

cd /path/to/paintball2
./paintball2 +set dedicated 1 +exec yourserverconfig.cfg +map midnight

MaDMaN

  • VM-68
  • Posts: 159
Re: Pball server on Linux
« Reply #5 on: August 07, 2007, 11:23:41 PM »
madman@MaDMaN:~/Desktop/paintball2$ /paintball2 +set dedicated 1 +exec serverconfig.cfg +map midnight
bash: /paintball2: No such file or directory
madman@MaDMaN:~/Desktop/paintball2$

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Pball server on Linux
« Reply #6 on: August 08, 2007, 07:10:54 AM »
From a terminal window do the following:

Quote
cd /path/to/paintball2

Change directory to your paintball folder.

Quote
  ./paintball2 +set dedicated 1 +exec yourserverconfig.cfg +map midnight

Enter the above line in the terminal window.  DO NOT FORGET THE LEADING "./"

MaDMaN

  • VM-68
  • Posts: 159
Re: Pball server on Linux
« Reply #7 on: August 08, 2007, 01:34:19 PM »
Thanks a lot for the help.

GreenAffairz

  • Autococker
  • Posts: 515
Re: Pball server on Linux
« Reply #8 on: August 18, 2007, 07:35:14 PM »
I tried Ubuntu at one point, its fun :)