]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Mapping-packaging.md
Add MD3 importer/exporter link reference, plus readjusting required tools section
[xonotic/xonotic.wiki.git] / Mapping-packaging.md
index 21c8620c66efa95ef902e7b4c4a742193b952ef4..00546f1c4ebdccc9122daebe5684a223c8727522 100644 (file)
@@ -15,12 +15,13 @@ While technically only the `.bsp` file generated by the map compiler and all use
 some other files are needed so that the map works properly.
 
 `maps/<mapname>.bsp` - This is your compiled map file  
+`maps/<mapname>/lm_<numbers>.tga` - Those are precomputed lights for your map  
 `maps/<mapname>.mapinfo` - This file has the meta information, artist, global music track, gametype(s) and game settings  
 `maps/<mapname>.tga|png|jpg` - This file is a screenshot of your map. If you don’t include this, you map doesn’t have a picture in the menu or the voting screen for servers and angels cry.  
-`maps/<mapname>.waypoints` - [Waypoints](mapping-Waypoints) for bots  
+`maps/<mapname>.waypoints` - [Waypoints](Creating-bot-waypoints) for bots  
 `maps/gfx/<mapname>_mini.tga|png|jpg` - Minimap, will be generated by the map compiler.  
 
-###Example mapinfo file
+### Example mapinfo file
 
 ```
 title My First Map
@@ -38,3 +39,7 @@ Adding these files is **strongly recommended**:
 
 `maps/<mapname>.map` - This is an open-source game. Gives other the ability to learn and fix broken maps/extend maps.  
 `License` - The license for the map. An open-source license like `GPL` is recommended.  
+
+\<\< [Map picture](mapping-MapPicture)
+
+… [Creating_Maps](Creating-Maps) …
\ No newline at end of file