Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bohik

Pages: [1]
1
Linux Specific Issues / Re: Mirror not working
« on: July 11, 2007, 06:02:56 pm »
Check this thread for the download links:
http://hydlaa.com/smf/index.php?topic=19389.0

2
Linux Specific Issues / Re: Problems on ubuntu
« on: July 08, 2007, 09:14:48 pm »
Try using the console, going to the directory of the bin file ( "cd directorynamehere" ) then type the following:
Code: [Select]
chmod +x PlaneShift_CBV0.3.018.bin
./PlaneShift_CBV0.3.018.bin
You might need to append "sudo" in front of the commands if it mentions something about permission denied.


3
Linux Specific Issues / Re: having trouble running client
« on: July 08, 2007, 10:38:41 am »
In the directory where you downloaded the .bin file:
Code: [Select]
chmod +x thefilename.bin
./thefilename.bin
If you get permission denied errors, then append "sudo" to the front of the commands i.e. "sudo ./thefilename.bin" or "sudo chmod +x thefilename.bin"
Afterwards, you can run the game from the desktop icons or go to the installation directory and run "./psclient". It may be that you need to modify permissions though depending on the details of the installation.

4
Newbie Help (Start Here) / Re: Attacking
« on: July 08, 2007, 08:45:44 am »
It seems as though the monsters have now been set to attack again. Not sure how long this will last as they have been working on it for the last few days.

Pages: [1]