1UNRIM(1) BSD General Commands Manual UNRIM(1)
2
4 unrim — BioWare RIM archive extractor
5
7 unrim [options] command file
8
10 unrim extracts BioWare RIM archives, found in many BioWare games.
11
12 RIM archives are simplified ERF archives, stripped of everything not
13 related to holding files (like the description string).
14
16 -h
17 --help
18 Show a help text and exit.
19 --version
20 Show version information and exit.
21 --nwn2
22 Alias file types according to Neverwinter Nights 2 rules.
23
24 Neverwinter Nights 2 reuses a few file extension IDs differently
25 than other BioWare games.
26 --jade
27 Alias file types according to Jade Empire rules.
28
29 Jade Empire reuses a few file extension IDs differently than other
30 BioWare games.
31 command
32 l List archive contents
33 e Extract files to current directory
34 file
35 The RIM archive to read.
36
38 List all files contained in the archive archive.rim:
39
40 $ unrim l archive.rim
41
42 Extract all files from the archive archive.rim:
43
44 $ unrim e archive.rim
45
47 unerf(1)
48
49 More information about the xoreos project can be found on its website:
50 https://xoreos.org/.
51
53 This program is part of the xoreos-tools package, which in turn is part
54 of the xoreos project, and was written by the xoreos team. Please see
55 the AUTHORS file for details.
56
57BSD July 23, 2015 BSD