Subversion Repositories ipe_artfile_utils

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 daniel-mar 1
# Imagination Pilots ART-File packer/unpacker
2
 
3
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.
4
 
6 daniel-mar 5
The following games are supported:
4 daniel-mar 6
- "Blown Away" (1994)
7
- "Panic in the Park" (1995)
8
- "Where's Waldo? At the Circus" (1995)
9
- "Where's Waldo? Exploring Geography" (1996)
10
- "Eraser Turnabout" (1997)
11
- "Virtual K'Nex" (1998)
12
 
13
Tested with Operating Systems
14
- Linux
15
- Windows
16
 
17
## Unpacker syntax
18
 
19
Example:
20
 
21
    ipe_artfile_unpacker -v -i INPUT.ART -o outputFolder
22
 
23
Arguments:
24
 
25
-i Input Art file
26
 
27
-v Output verbose information (-vv more verbose)
28
 
29
-o Output folder (must exist)
30
 
31
## Packer syntax
32
 
33
Example:
34
 
35
    ipe_artfile_packer -v -t pip -i inputFolder -o OUTPUT.ART
36
 
37
Arguments:
38
 
39
-i Input folder
40
 
41
-v Output verbose information (-vv more verbose)
42
 
43
-o Output ART files
44
 
45
-t Game type (ba, pip, waldo, waldo2, eraser or knex)
6 daniel-mar 46
 
47
 
48
 
49
# Imagination Pilots Transparent Video Frame Extractor
50
 
51
Extracts video frames from `IPMA` and `IP20` coded AVI files into Bitmap files
52
 
53
The following games are supported:
54
- "Blown Away" (1994)
55
- "Panic in the Park" (1995)
56
- "Where's Waldo? At the Circus" (1995)
57
- "Where's Waldo? Exploring Geography" (1996)
58
 
59
This tool is only available on Windows, since it requires the "Video for Windows" API.
60
 
61
More information about the codecs can be found here: https://misc.daniel-marschall.de/spiele/blown_away/ipma_codec/
62
 
63
## Syntax
64
 
65
Example:
66
 
67
    ipma_frame_extractor -i inputfile -o outputdir
68
 
69
Arguments:
70
 
71
-i Input file (AVI)
72
 
73
-o Output directory (will be created if it does not exist)