Subversion Repositories ipe_artfile_utils

Rev

Go to most recent revision | Details | 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
 
5
Following games are supported:
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)