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 - Morp

Pages: [1]
1
General Discussion /
« on: May 08, 2002, 04:03:49 pm »
The main thing people don\'t seem to understand is that Planeshift, or rather Crystal Space, the library it uses, reads directly from zip-files without uncompressing them at all. So as Matze said, it\'s faster (at least for Windows users) as Windows doesn\'t like lots of files.

Loading here takes about a minute (Linux CVS build). I guess I\'m lucky. :p

2
Technical Help: Problems BEFORE entering the game /
« on: May 06, 2002, 04:16:07 pm »
Hey, Malverian. It\'s me. You know me. And it\'s so typical my first post on this forum would be correcting you ;)

Anyway, you made a teensy ommission which really really messes things up with your \"script\".

Here are some corrections:

Correction 1:
You said:
You need to uncomment freefont AND freefnt2.

You really need:
Only one of them should be uncommented. Most people only need freefnt2. However, if you use freefnt2 psclient.cfg must be edited to use \"default\" font server, not the freefont one.


Correction 2:
You put:
make
export CEL=`pwd`
cd ..

You actually need:
make
export CEL=`pwd`
su -c \"cp cel.cex $CRYSTAL\"
cd ..


Cheerio!

Pages: [1]