Contents...

    bmp2ctp2.exe        The bitmap conversion tool
    readme.txt          This readme file
    testmap.bmp         A sample BMP file
    testmap1to1.bmp     A sample BMP file for 1 to 1 conversion
    ctp2map.act         A Photoshop palette file
    terrain colors.bmp  A BMP file with terrain color to palette index info



BMP to CTP2 Map Converter
-------------------------

Usage - bmp2ctp2.exe [-1] <input.bmp> <output.txt>

    [-1]         - [Optional] Flag for 1 to 1 conversion. The default behavior
                   is to skip every other horizontal pixel to retain the
                   proper aspect ratio.  1 to 1 conversion will not skip any
                   pixels.

    <input.bmp>  - <Required> The name of the BMP file to be converted
    <output.txt> - <Required> The name of the CTP2 map file to be created

Notes - The BMP file must be an 8-bit indexed color bitmap.  The color index
        maps directly to the terrain type in the map (ie. color 1 = terrain 1,
        color2 = terrain 2, etc.)  The created ASCII map file can then be
        imported into Call to Power 2.

        Terrain Types
        -------------
        1 = Plains
        2 = Tundra
        3 = Glacier
        4 = Grassland
        5 = Desert
        6 = Swamp
        7 = Jungle
        8 = Mountain
        9 = Hill
        10 = Shallow Water
        11 = Deep Water
        12 = Underwater Volcano
        13 = Beach
        14 = Continental Shelf
        15 = Underwater Canyon
        16 = Suboceanic Ridge
        17 = Dead Tile
        18 = Sand Dunes
        19 = Desert Mountain
        20 = Polar Hill
        21 = Polar Mountain
        22 = Forest
        23 = Kelp Bed
        24 = Coral Reef


