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

Pages: [1]
1
You can't play the game in French or any other language than English till now.
As I heard the devs are working on translations for the Client but you will ever have to talk in English to the NPCs or Player IG.
There are only two exceptions: If you "/tell" somebody or if you are in a French-speaking guild, you can speak French in the "Guild Chat".

2
Hi,

I compiled the latest stable from svn and made an installer out of it.
Till now it is only tested with openSUSE 11.1. If you want to give it a try, please post here. And ... Yes, you don't have to uninstall the official client.

Improvements:
  • "!leaf_replaced"-bug fixed see here
  • Running on oja or bdroad without beeing stuck :).
  • Integrated movierecorder

You can either download the PlaneShift Client as a simple archive or install it.

The simple way (recommended)

You download the archive here: http://www.megaupload.com/?d=7IERXLHM
And extract it's contents anywhere you like on your system.

The advanced way

EDIT: While the mirror isn't available, you can download it here: http://www.megaupload.com/?d=EBH6W3G4
To install download the package: http://mirror.psde.de/util/ps_package/planeshift-0.4.03-3.x86.package (md5sum: 2d9fb99a536e766972bf083b8222efa5)
And install it. A manual can be found here: http://autopackage.sunsite.dk/docs/howto-install/

If you install the package system-wide, it will be put in /usr/share/planeshift/ or /usr/local/share/planeshift/.
If you install it for you only, it will be put in /home/<user>/.local/share/planeshift/

For both ways:

If you already have the official client installed, you can just copy the content of the "art" folder into the art folder of the new client.
In the client-folder are the following executables:
psclientThe Client itself.
pssetupThe Options Editor
psupdaterThe Updater
pslaunchA fusion of the Options Editor and thd Updater. It's an experimantal version!

About the movierecorder

The movierecorder can controlled as following:
KeyDescription
CTRL+Rstart/stop recording
CTRL+Ppause recording
The keys and the options for the movierecorder can be changed in data/config/movierecorder.cfg

Everytime you start recording, a new file named like "crystal001.nuv" will be created in the planeshift-folder.
These files can be converted with "mencoder" from the "MPlayer program".
To convert one of these files in an avi-movie type this:
Code: [Select]
$ mencoder crystal001.nuv -o my_movie.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1600

Or use the following command to convert a .nuv-file into a mpg file with a resolution of 720:576 pixel
Code: [Select]
$ mencoder crystal001.nuv -o crystal001.mpg -of mpeg -mpegopts format=dvd -ovc lavc -vf scale=720:576,harddup -srate 48000 \
   -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:trell:\
mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:vqmin=1:lmin=1:dc=10:acodec=ac3:abitrate=200:aspect=4/3 -ofps 25

More information on converting can be found in the mencode guide.

Hope I could help some people with this.  ;)

mooner

Mirrors kindly provided by the german community :thumbup:

3
Development Deliberation / Re: Request for Webdeveloper
« on: June 15, 2009, 09:08:43 pm »
Are there any tasks? I've got nothing assigned till now.

mooner

4
Development Deliberation / Re: Request for Webdeveloper
« on: June 14, 2009, 07:03:21 pm »
Is there stil a need of a php developer? Or an IRC Bot?

Pages: [1]