Yet another ART converter

Discussion in 'Modding and Scripting Support' started by AxelStrem, Apr 27, 2017.

Remove all ads!
Support Terra-Arcanum:

GOG.com

PayPal - The safer, easier way to pay online!
  1. AxelStrem

    AxelStrem New Member

    Messages:
    2
    Likes Received:
    1
    Joined:
    Apr 27, 2017
    This one extracts all the extra data (frame offsets, palettes, etc) and stores it all in human-readable .ini file, which can be modified and converted back to .art.

    The frames are converted into a number of separate 8-bit bmps. The bitmaps can be resized and modified, the converter can handle any size. Since ART file can have multiple palettes, they are stored in .ini - bitmap palettes are ignored.

    To convert art to bitmaps:
    ArtConverter.exe input.art output

    To convert .ini & bitmaps back into art:
    ArtConverter.exe input.ini output.art

    Win64 binary: https://github.com/AxelStrem/Arcanum4K/raw/master/ArtConverter.exe

    Source (C++): https://github.com/AxelStrem/ArtConverter
     
    Drog Alt likes this.
  2. Drog Alt

    Drog Alt Member

    Messages:
    593
    Likes Received:
    19
    Joined:
    Jun 30, 2010
    Fuck yeah, this is probably the best one yet.

    Perfect for compiling new fonts.
     
Our Host!