GetYourOwnWorld

Version 10 (feendrache, 05/12/2010 07:54 am)

1 1 feendrache
h1. GetYourOwnWorld
2 1 feendrache
3 3 feendrache
_I will try to get a small tutorial for getting your own MMO with Ryzom running. It's a work in progress, since i will document my own way here_
4 2 feendrache
5 3 feendrache
_My Server: Linux/Ubuntu_
6 3 feendrache
_My Client: Windows/Vista_
7 2 feendrache
8 1 feendrache
* Get the source http://dev.ryzom.com/wiki/ryzom/Getting_Source
9 2 feendrache
* Build the Server on Linux http://dev.ryzom.com/wiki/ryzom/BuildForLinux
10 2 feendrache
* Build the Client on Windows http://dev.ryzom.com/wiki/ryzom/BuildForWindows and/or http://dev.ryzom.com/wiki/ryzom/EverythingWindows
11 2 feendrache
12 4 feendrache
*For the Linux Server*
13 4 feendrache
* Follow this guide http://dev.ryzom.com/wiki/ryzom/ConfigureForLinux
14 5 feendrache
* Things i needed to change:
15 5 feendrache
** in code/ryzom/tools/scripts/linux/shard i needed to change line 2 so it found the shard start script
16 6 feendrache
** my web-admin requires code/ryzom/tools/server/admin//templates/default_c/ so copy the code/ryzom/tools/server/admin//templates/default/ and make it writeable
17 7 feendrache
** create code/ryzom/tools/server/admin/graphs_output
18 8 feendrache
** check that code/ryzom/server/data_shard_local is writeable for the service
19 10 feendrache
** my ryzom code is in /home/ryzom/ryzom/code/... but some things still required $HOME/code so i made a symbolic link (i think this is called) wich points /home/ryzom/code to /home/ryzom/ryzom/code
20 4 feendrache
21 2 feendrache
*For the Windows Client*
22 4 feendrache
* Follow this guide http://dev.ryzom.com/wiki/ryzom/RunClientOnWindows
23 8 feendrache
* remember to update the client.cfg 
24 8 feendrache
25 8 feendrache
*Update the Config for WorldEditor*