1) First off, to the Linux users, to install Planeshift:
cvs -z3 -d:pserver:anonymous:@cvs.crystal.sf.net:/cvsroot/crystal co CS
cd CS
### NOTE! You will need to edit mk/user.mak and uncomment the mp3, freefont, and and freefnt2 plugins.
make linux MODE=debug
make all
su -c \'make install\'
export CRYSTAL=/usr/local/crystal
cd ..
cvs -z3 -d:pserver:anonymous:@cvs.cel.sf.net:/cvsroot/cel co cel
cd cel
cp $CRYSTAL/bin/cs-config ./
./autogen.sh
./configure
make
export CEL=`pwd`
export CSCONFPATH=$CEL
cd ..
cvs -z3 -d:pserver:anonymous:@cvs.planeshift.sf.net:/cvsroot/planeshift co planeshift
cd planeshift
./autogen.sh
./configure
make
for a in `find $CEL -name \"*.so\"`; do cp $a ./; done
# ANOTHER NOTE: You will need to get the map file from the windows distribution. It\'s suggested you copy the entire \'art\' directory. I have gzipped it for convenience here:
http://lockless.dyndns.org/~malverian/planeshift/needed/art.tar.gz./psclient
# Or: src/client/psclient
2) If you\'re having alot of slowdown, edit your psclient.cfg file and change the resolution down to perhaps 800 x 600. You can also comment out the loading of wav and mp3 modules.
3) If you have no hardware OpenGL on your video card.. use Software mode.