]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - mapping-MapPicture.md
Added HUD configuration section
[xonotic/xonotic.wiki.git] / mapping-MapPicture.md
index 252696ea2ebddb009c6839b413a5cb391e5a8240..d0304a0948d9a0b2af3f38324e199dc38c40fd1d 100644 (file)
@@ -1,3 +1,6 @@
+Mapping - Map Picture
+=====================
+
 Make your map sexy !  
 Your map should include a preview picture. This picture will be visible from the game menu and from the servers vote screen.
 
@@ -6,11 +9,15 @@ In order to do so:
 *  Use the command `r_letterbox -1` in the console to turn off the HUD
 *  If your map has "waypoint" entities (like CTF or CTS maps), you can hide them with `cl_hidewaypoints 1`
 *  Take a nice screenshot with F12
-*  Go to your Xonotic user directory, on the `data/screenshot` subdirectory. Your user directory location depends on your operating system, more information [here](https://xonotic.org/faq/#where-are-the-configuration-files-located).
+*  Go to your Xonotic user directory, on the `data/screenshot` subdirectory. Your user directory location depends on your operating system, more information [here](https://xonotic.org/faq/#config).
 *  Open the screenshot with an image editor, e.g. GIMP
 *  Crop it so that it has a 4:3 ratio
 *  Scale it to 512x512 px (weird but standard)
 *  Save it as a JPG file (~90% quality)
 *  Put it in the same location as the bsp file, with the same name (see next chapter for packaging rules).
 
-Original source of information: https://forums.xonotic.org/showthread.php?tid=6067&pid=75757#pid75757
\ No newline at end of file
+Original source of information: https://forums.xonotic.org/showthread.php?tid=6067&pid=75757#pid75757
+
+\<\< [First map](mapping-FirstMap) | [Packaging and releasing](mapping-packaging) \>\>
+
+… [Creating_Maps](Creating-Maps) …
\ No newline at end of file