PresetMaps.wiki
changeset 323 b1f26e44ce70
parent 279 1d9a5422d1b9
child 329 21830c0b19f3
equal deleted inserted replaced
322:4aca954e679c 323:b1f26e44ce70
    33 
    33 
    34 == Basic files ==
    34 == Basic files ==
    35 === map.cfg ===
    35 === map.cfg ===
    36 Configuration file.
    36 Configuration file.
    37 
    37 
    38   * First line is the name of the [Theme] used by the map (for background and clouds, flakes, water, etc)
    38   * First line is the name of the [Theme] used by the map (for background and clouds, flakes, water, etc).  As of 0.9.19+, this theme may be overridden when setting up the game.
    39   * Second line is max. number of hedgehogs supported. If the second line is not provided, it is assumed to be 18
    39   * Second line is max. number of hedgehogs supported. If the second line is not provided, it is assumed to be 18
    40 
    40 
    41 
    41 
    42 
    42 
    43 
    43 
    45 Image of visible land area.
    45 Image of visible land area.
    46   * Usually _width/length ratio_ of 2:1
    46   * Usually _width/length ratio_ of 2:1
    47   * Typical size: 2048 x 1024
    47   * Typical size: 2048 x 1024
    48   * Max size: no limit, 0.9.18+.  4096 x 2048 or less in 0.9.17 and earlier.
    48   * Max size: no limit, 0.9.18+.  4096 x 2048 or less in 0.9.17 and earlier.
    49   * If there is no _mask.png_, this image will also be used for deciding what pixels are subject to collision: _alpha value_ not equal to 0 (so below max transparency) will be considered land
    49   * If there is no _mask.png_, this image will also be used for deciding what pixels are subject to collision: _alpha value_ not equal to 0 (so below max transparency) will be considered land
       
    50   * As of 0.9.19+, map.png is optional if a mask.png is provided.  If there is no map.png, the theme will be used to decorate the map.
    50 
    51 
    51 === preview.png ===
    52 === preview.png ===
    52 Preview image of the map
    53 Preview image of the map
    53   * size: 256 x 128_
    54   * size: 256 x 128_
    54 
    55