]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Mapping packaging, also tell to save lightmaps
authorThomas Debesse <dev@illwieckz.net>
Fri, 16 Apr 2021 14:42:23 +0000 (14:42 +0000)
committerThomas Debesse <dev@illwieckz.net>
Fri, 16 Apr 2021 14:42:23 +0000 (14:42 +0000)
Mapping-packaging.md

index 1f505f8c5b810880d31b4ae753c36b5786178d0a..738e83bb515fe0ecb9f833d7e1c2818bba323616 100644 (file)
@@ -15,6 +15,7 @@ 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  
@@ -41,4 +42,4 @@ Adding these files is **strongly recommended**:
 
 \<\< [Map picture](mapping-MapPicture)
 
-… [Creating_Maps](Creating-Maps) …
+… [Creating_Maps](Creating-Maps) …
\ No newline at end of file