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. To correctly read Neverwinter Nights 2
26 RIM archives, use this flag.
27 --jade
28 Alias file types according to Jade Empire rules.
29
30 Jade Empire reuses a few file extension IDs differently than other
31 BioWare games. To correctly read Jade Empire RIM archives, use
32 this flag.
33 command
34 l List archive contents
35 e Extract files to current directory
36 file
37 The RIM archive to read.
38
40 List all files contained in the archive archive.rim:
41
42 $ unrim l archive.rim
43
44 Extract all files from the archive archive.rim:
45
46 $ unrim e archive.rim
47
49 unerf(1)
50
51 More information about the xoreos project can be found on its website:
52 https://xoreos.org/.
53
55 This program is part of the xoreos-tools package, which in turn is part
56 of the xoreos project, and was written by the xoreos team. Please see
57 the AUTHORS file for details.
58
59BSD June 27, 2018 BSD