Rev 10 | Last modification | Compare with Previous | View Log | RSS feed
The IPE Artfile Packer/Unpacker tool let you pack and unpack ART files of games by Imagination Pilots, so that you can extract and modify the graphics of the game.
The following games are supported:
Tested with Operating Systems
Example:
ipe_artfile_unpacker -v -i INPUT.ART -o outputFolderArguments:
-i Input Art file
-v Output verbose information (-vv more verbose)
-o Output folder (must exist)
Example:
ipe_artfile_packer -v -t pip -i inputFolder -o OUTPUT.ARTArguments:
-i Input folder
-v Output verbose information (-vv more verbose)
-o Output ART files
-t Game type (ba, pip, waldo, waldo2, eraser or knex)
Extracts video frames from IPMA and IP20 coded AVI files into Bitmap files
The following games are supported:
This tool is only available on Windows, since it requires the "Video for Windows" API.
More information about the codecs can be found here: https://misc.daniel-marschall.de/spiele/blown_away/ipma_codec/
Example:
ipma_frame_extractor -i inputfile -o outputdirArguments:
-i Input file (AVI)
-o Output directory (will be created if it does not exist)