-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnrim.mw
45 lines (28 loc) · 1.06 KB
/
Unrim.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
BioWare RIM archive extractor
= Synopsis =
unrim [<options>] <command> <file>
= Description =
'''unrim''' extract BioWare RIM archives, found in many BioWare games.
RIM archives are simplified ERF archives, stripped of everything not related to holding files (like the description string).
= Options =
'''-h''' <br />
'''--help'''
: Show a help text and exit.
'''--version'''
: Show version information and exit.
'''--nwn2'''
: Alias file types according to Neverwinter Nights 2 rules. Neverwinter Nights 2 reuses a few file extension IDs differently than other BioWare games.
'''--jade'''
: Alias file types according to Jade Empire rules. Jade Empire reuses a few file extension IDs differently than other BioWare games.
<command>
: '''l''' List archive contents
: '''e''' Extract files to current directory
<file>
: The RIM archive to read.
= Examples =
List all files contained in the archive archive.rim:
unrim l archive.rim
Extract all files from the archive archive.rim:
unrim e archive.rim
= See also =
[[unerf]]