]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Mapping-packaging.md
Update descriptions
[xonotic/xonotic.wiki.git] / Mapping-packaging.md
index 3cf5357f3ecc0a0becf64bc523417450bfe6f994..1f505f8c5b810880d31b4ae753c36b5786178d0a 100644 (file)
@@ -17,8 +17,19 @@ some other files are needed so that the map works properly.
 `maps/<mapname>.bsp` - This is your compiled map file  
 `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` - This is required to be added to the game, it’s for bot [waypoints](mapping-Waypoints)  
-`maps/gfx/<mapname>_mini.tga|png|jpg` - This is required to be added to the game, it’s a radar of the map. Will be generated by the map compiler.  
+`maps/<mapname>.waypoints` - [Waypoints](mapping-Waypoints) for bots  
+`maps/gfx/<mapname>_mini.tga|png|jpg` - Minimap, will be generated by the map compiler.  
+
+###Example mapinfo file
+
+```
+title My First Map
+description Mapping tutorial map
+author MyName
+cdtrack 6
+gametype dm
+gametype tdm
+```
 
 Recommended files
 -----------------
@@ -27,3 +38,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) …