X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Mapping-packaging.md;h=1f505f8c5b810880d31b4ae753c36b5786178d0a;hb=9448fb4dca9a9028da1b28227a6fccad6e5b659f;hp=464c7ff9ad1ffc0386cb020ef486b9afca1b5c87;hpb=72da7774a3307d3ab0608e713e0432f1fb5117ae;p=xonotic%2Fxonotic.wiki.git diff --git a/Mapping-packaging.md b/Mapping-packaging.md index 464c7ff..1f505f8 100644 --- a/Mapping-packaging.md +++ b/Mapping-packaging.md @@ -17,13 +17,28 @@ some other files are needed so that the map works properly. `maps/.bsp` - This is your compiled map file `maps/.mapinfo` - This file has the meta information, artist, global music track, gametype(s) and game settings `maps/.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/.waypoints` - This is required to be added to the game, it’s for bot [waypoints](mapping-Waypoints) -`maps/gfx/_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/.waypoints` - [Waypoints](mapping-Waypoints) for bots +`maps/gfx/_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 ----------------- Adding these files is **strongly recommended**: -`maps/.map` - This is an open-source game. Gives other the ability to learn and fix broken maps/extend maps. +`maps/.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) …