This is an archived page! This page is very old and the content is not up to date. Not everything (if any) which is written here will be in the final game! |
Howto Code
Operating System Specific
This is a guide on how to code and compile under certain operating systems:
see the SystemTable
static, Operating System indendant stuff
Data Storage
for orxonox to run you must have a copy of the Data-directory on your system. There are multiple Ways to get this:
- Get a copy by downloading it: newest Version from the snapshots
- check out the Data-Directory by subversion
svn co http://www.orxonox.net/data/trunk orxonox/data/trunk
- start orxonox and press the update button (not yet implemented → but soon
orxonox Specific
- check out the Code with:
wraith# svn co https://svn.orxonox.net/orxonox/trunk orxonox/trunk
- get the data repository
(example for trunk)
wraith# cd orxonox/trunk wraith# ./script/data.checkout A data/worlds A data/worlds/newGround.obj A data/worlds/newGround.mtl A data/worlds/DefaultWorld.oxw A data/worlds/DefaultCampaign.oxc .... Checked out revision 27.
alternatively you could check-out the data-repository by yourself, using:wraith# svn co https://svn.orxonox.net/data/trunk orxonox/data/trunk
Last modified 8 years ago
Last modified on Apr 15, 2017, 2:50:30 PM