= How to create Orxonox Levels = [[TracNav(TracNav/TOC_CC_Tut)]] It it recommended to first have a look at some of the existing levels. In the single player menu at the tab all to the right you find a complete list of all orxonox levels. == Create the basic file == 1. Go to the folder __../data/levels__. The level files ending with .oxw are simple XML files and can be opened with any text editor. Each level file stored in this folder can be selected later in Orxonox. 2. Copy „empty_level.oxw“ and paste it again in the folder. 3. Rename the copy. Try to use a name that sounds good. Avoid whitespace – use „_“ or CamelCase instead. 4. Open your level with your favourite editor. == About XML == XML is a description language that looks similar to HTML. We use '''tags to describe objects''': {{{ #!xml