PresetMaps.wiki
changeset 105 5aafdbd7206f
parent 97 0803dadcc229
child 106 ee13fb16ebb5
equal deleted inserted replaced
104:6ce496fecb0c 105:5aafdbd7206f
    35 
    35 
    36 == Basic files ==
    36 == Basic files ==
    37 === map.cfg ===
    37 === map.cfg ===
    38 Configuration file.
    38 Configuration file.
    39 
    39 
    40   * First line is max. number of hedgehogs supported
    40   * First line is the name of the [Theme] used by the map (for background and clouds, flakes, water, etc)
    41   * Second line is the name of the [Theme] used by the map (for background and clouds, flakes, water, etc)
    41   * Second line is max. number of hedgehogs supported. If the second line is not provided, it is assumed to be 18
    42 
    42 
    43 
    43 
    44 
    44 
    45 
    45 
    46 === map.png ===
    46 === map.png ===
    72 
    72 
    73 See the LuaGuide for more information on Hedgewars' scripting support.
    73 See the LuaGuide for more information on Hedgewars' scripting support.
    74 
    74 
    75 == Image format ==
    75 == Image format ==
    76   * PNG, 8-bit/color RGBA (so 32 bit)
    76   * PNG, 8-bit/color RGBA (so 32 bit)
       
    77   * Gamma correction and colour profiles should not be applied, in order to ensure the map is loaded identically on OSX as it is on other operating systems by SDL.  To ensure this happens, please run:
       
    78 pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB old/map.png new/map.png
       
    79 or be sure your image editing software has these options disabled.
    77 
    80 
    78 ----
    81 ----
    79 = Editing software recommendations =
    82 = Editing software recommendations =
    80 == Images ==
    83 == Images ==
    81 A vector based drawing software is recommended for creating the maps.
    84 A vector based drawing software is recommended for creating the maps.