GetYourOwnWorld
Version 6 (feendrache, 05/10/2010 11:04 pm)
| 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 | 4 | feendrache | |
| 18 | 2 | feendrache | *For the Windows Client* |
| 19 | 4 | feendrache | * Follow this guide http://dev.ryzom.com/wiki/ryzom/RunClientOnWindows |