]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Mapping-Setup.md
Mapping setup: minor restructure and clarification
[xonotic/xonotic.wiki.git] / Mapping-Setup.md
index 44714524c4eb62ff4b746d64792a464edbea16c0..84852a23d55c563b3db42e69bbeff591c4e364db 100644 (file)
@@ -12,13 +12,7 @@ If you didn’t already, download the [mapping support zip](http://dl.xonotic.or
 
 Extract the zip archive using your favorite archiving tool
 
-### Step 3: Get NetRadiant working
-
--   **Windows**: The mapping support zip contains a compiled version of NetRadiant in the `mapping` folder
--   **Linux**: Linux users need to compile NetRadiant themselves (see [NetRadiant Repo](https://gitlab.com/xonotic/netradiant)) or can download a compiled version [here](http://ingar.intranifty.net/gtkradiant/index.html)
--   **Mac**: Current versions of MacOS/OSX don't seem to work because of gtkglext, compiled versions from [here](http://ingar.intranifty.net/gtkradiant/index.html) might work
-
-### Step 4: Locate the folder for userdata
+### Step 3: Locate the folder for userdata
 
 Locate your userdata folder, note that this is **NOT** the install location. This is the place xonotic saves your userdata.
 
@@ -28,14 +22,20 @@ Locate your userdata folder, note that this is **NOT** the install location. Thi
 
 This folder has a similar layout as the game folder. Game wise these data folders are treated similarly, however, it is best to save your work in the userdata folder so that you don’t accidentally mess up your Xonotic install, or so that your work doesn’t get lost in an update.
 
-### Step 5: Moving the mapping support pk3
+### Step 4: Moving the mapping support pk3
 
-The mapping support zip contains a file called `xonotic-<timestamp>-maps-mapping.pk3`. Move this file to the userdata folder (see step 4), **NOT** `data/data`.
+The mapping support zip contains a file called `xonotic-<timestamp>-maps-mapping.pk3`. Move this file to the userdata folder (see step 3), **NOT** `data/data`.
 This folder should also contain your `config.cfg`.
 
+### Step 5: Get NetRadiant working
+
+-   **Windows**: The mapping support zip contains a compiled version of NetRadiant in the `mapping` folder
+-   **Linux**: Linux users need to compile NetRadiant themselves (see [NetRadiant Repo](https://gitlab.com/xonotic/netradiant)) or can download a compiled version [here](http://ingar.intranifty.net/gtkradiant/index.html)
+-   **Mac**: Current versions of MacOS/OSX don't seem to work because of gtkglext, compiled versions from [here](http://ingar.intranifty.net/gtkradiant/index.html) might work
+
 ### Step 6: Setting up NetRadiant
 
-When you first start up radiant it may ask where the install location is. Simply, point it to the install location. Then NetRadaint should start,and the lower right pane should have lists of texture packs. If there are no texture packs, then refer back to step 5.
+When you first start up radiant it may ask where the engine path is. Simply, point it to the xonotic install location. Then NetRadaint should start,and the lower right pane should have lists of texture packs. If there are no texture packs, then refer back to step 4.
 
 \<\< [Introduction](mapping-Introduction) | [NetRadiant](mapping-NetRadiant) \>\>