################################################################################# CLIENT ONLY ----------- 1) Need to download all necessary files for planeshift (art and data directory). # updater --auto This download 200M aprox. 2) Modify psclient.cfg ; Change this line Planeshift.GUI.Skin.Selected = cvs ; to Planeshift.GUI.Skin.Selected = default ; Uncomment this line SndSys.Driver = crystalspace.sndsys.software.driver.oss ; and add this, this line avoid a crash when planeshift is starting SndSys.Driver.OSS.SoundBufferms = 150 3) For play online, you need create an account http://laanx.fragnetics.com/register/ 4) Edit planeshift.cfg file and modify these lines: ; Change values if you want. Video.ScreenWidth = 800 Video.ScreenHeight = 600 ; Performs better in 32 bit display mode Video.ScreenDepth = 32 Video.FullScreen = true Planeshift.Connection.User = PlaneshiftAccount 5) Start planeshift using root account once. 6) Finally you can start planeshift using simple user account 7) Enjoy it ;) SERVER ONLY ----------- 1) Start MySQL server # sh /usr/local/etc/rc.d/mysql-server start 2) Login MySQL console # mysql -u username -ppassword default username is root with no password 3) Create database and user account mysql>create database planeshift; mysql>GRANT ALL PRIVILEGES ON *.* TO planeshift@localhost IDENTIFIED BY \ 'planeshift' WITH GRANT OPTION; mysql>quit # cd /usr/local/share/examples/planeshift # mysql -u planeshift -pplaneshift mysql> use planeshift; mysql> source create_all.sql; mysql> quit 4) Copy worldnet's dict directory to planeshift's data directory # cd /usr/local/share/WordNet # mkdir /usr/local/lib/planeshift/data/dict # cp * /usr/local/lib/planeshift/data/dict 5) Start planeshift server # psserver Type the following in "PS Server" prompt: loadmap npcroom spawn ready 6) Planeshift client can use these accounts for login Vengeance/keith acraig/andrew guest/guest 7) Enjoy it ;) #################################################################################