= Mapping for Orxonox - The Tutorial =
This tutorial explains you how to install and configure your GTK-Radiant and Orxonox files to build and implement BSP maps for Orxonox.
== Overview ==
1. [https://dev.orxonox.net/wiki/MappingForOrxonox#1 Preparation]
1. [https://dev.orxonox.net/wiki/MappingForOrxonox#2 Installation]
1. [https://dev.orxonox.net/wiki/MappingForOrxonox#3 Configuration]
1. [https://dev.orxonox.net/wiki/MappingForOrxonox#4 Implementation]
{{{
#!html
}}}
== Preparation ==
Make sure, your data repository includes at least the following folders:
{{{
data
worlds
baseq3
· maps
· textures
}}}
The "baseq3" folder is needed to access our files in GTK-Radiant.
The "textures" folder contains all textures you want to use in your map in several subfolders.
The "maps" folder contains all map- and bsp-files.
The "baseq3" folder must contain the "orxonox_common.pk3" file. We need it to include the common-textures like caulk, nodraw or invisible into GTK-Radiant.
{{{
#!html
}}}
== Installation ==
{{{
#!html
}}}
== Configuration ==
{{{
#!html
}}}
== Implementation ==