PDA

View Full Version : Help PlaneShift Install How to


sprwaka
July 25th, 2007, 02:52 PM
Can someone please write a tutorial for Planeshift? More than anything how to install, files need it by the game, the need of graphics card, step by step "how to" for ./compile, make install, and I know is a lot of info in the page and some info in the forum but trying to put it together is getting complicated. Plus it will make a lot easier the install for newbees like me. Of course I'm not asking to do the job for me but at least be point to the right direction not just go to the home page, install the necessary files, compile and done.


Thanks...

donkyhotay
July 25th, 2007, 03:03 PM
Don't know why you would need a tutorial since the instructions on the planeshift website are sufficient. It's just a matter of running the binary installer like any other program. Make certain you have permission to execute and:
./planeshift_CBV*
will install locally for your account or of course use sudo for system-wide install. The only issue I've ever had with planeshift is the GUI updater which doesn't work quite right under linux. I've found the best way to update is to use the CLI version and skip the GUI.
./updater --auto
that will update the program without bringing up the GUI, and works much better IMO.

skeeterflea
July 25th, 2007, 07:06 PM
Its not working for me either... I've been searching the web for an hour, and everything i've tried so far hasn't worked. The file shows up as green in terminal, and i thought the chmod a+x would allow me to run it, but it's still giving me the Cannot execute binary file message, I'm on dapper drake btw.


chmod a+x PlaneShift_CBV0.3.019-x64.bin

./PlaneShift_CBV0.3.019-x64.bin: ./PlaneShift_CBV0.3.019-x64.bin: cannot execute binary file

hikaricore
July 25th, 2007, 07:13 PM
Its not working for me either... I've been searching the web for an hour, and everything i've tried so far hasn't worked. The file shows up as green in terminal, and i thought the chmod a+x would allow me to run it, but it's still giving me the Cannot execute binary file message, I'm on dapper drake btw.


chmod a+x PlaneShift_CBV0.3.019-x64.bin

./PlaneShift_CBV0.3.019-x64.bin: ./PlaneShift_CBV0.3.019-x64.bin: cannot execute binary file\

That looks like a 64bit binary. Are you indeed on a 64bit system out of curiosity?

skeeterflea
July 25th, 2007, 07:57 PM
Hmm very good question =D

When I issue uname -p I get "unknown"

But...

user@ubuntuhom:~/Desktop$ uname -a
Linux ubuntuhom 2.6.15-28-686 #1 SMP PREEMPT Wed Jul 18 22:57:30 UTC 2007 i686 GNU/Linux

i686 wouldn't work on a 32 bit system would it?

Sorry for my novice'ness...

skeeterflea
July 25th, 2007, 08:50 PM
yep i'm an idiot...

Thanks

DrMoxie
July 28th, 2007, 07:48 AM
I'm having a slightly different problem. The install went fine and the game launches but the fonts are completely garbled. xorg.conf is set for 24bit color depth and I am using Intel GMA 940 chipset (the laptop is from ZaReason (http://www.zareason.com/shop/product.php?productid=16140&cat=0&page=1)). I've tried launching the game with sudo thinking maybe I bungled the rights during install but it is the same result.

Any ideas? Thanks!

eyeofthebeholder
July 28th, 2007, 06:57 PM
I'm having the same issue as Dr.Moxie.
Apparently, its a mesa issue but, I haven't had any success getting an updated version installed on feisty.
I've tried both 6.5.3 and 7......

Edit - - Same issue with Penguin Racer

sejwan
July 29th, 2007, 09:28 AM
For the garbled font issue do this it worked for me. open up the file Planeshift3D/data/config/r3dopengl.cfg in a nd find this line:
Video.OpenGL.FontCache.UseMultiTexturing = yes
and change yes to no.
Also after you use the pdater make sure to do this again.

eyeofthebeholder
July 29th, 2007, 01:16 PM
For the garbled font issue do this it worked for me. open up the file Planeshift3D/data/config/r3dopengl.cfg in a nd find this line:
Video.OpenGL.FontCache.UseMultiTexturing = yes
and change yes to no.

Thanks for the response but, that did not fix the issue.

DrMoxie
July 29th, 2007, 05:04 PM
For the garbled font issue do this it worked for me. open up the file Planeshift3D/data/config/r3dopengl.cfg in a nd find this line:
Video.OpenGL.FontCache.UseMultiTexturing = yes
and change yes to no.
Also after you use the pdater make sure to do this again.
Hey! That did the trick for me! Eye, could it be that you've upgraded versions of mesa?

eyeofthebeholder
July 29th, 2007, 09:25 PM
Hey! That did the trick for me! Eye, could it be that you've upgraded versions of mesa?

I did try to upgrade mesa but, both versions 6.5.3 and 7 crashed my machine.
When I check glxinfo - mesa version is still showing original version (see below).

OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 1x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 6.5.2

bradleee
August 10th, 2007, 08:20 PM
For the garbled font issue do this it worked for me. open up the file Planeshift3D/data/config/r3dopengl.cfg in a nd find this line:
Video.OpenGL.FontCache.UseMultiTexturing = yes
and change yes to no.
Also after you use the pdater make sure to do this again.

This fixed my garbled font issue, thank you for your help.

-Brad