]> icculus.org git repositories - btb/d2x.git/blob - installation.txt
stop memory leaks in libmve
[btb/d2x.git] / installation.txt
1 In addition to d2x, you need some data files to play.  On un*x, these
2 files need to go into a shared data directory
3 (/usr/local/share/games/d2x by default).  On Windows or DOS, they go
4 in the same directory as the d2x binary.
5
6 Base Installation
7 -----------------
8
9 The base install depends on which version of the datafiles you have.
10 d2x currently supports just about any version of Descent II, and can
11 use almost any version of Descent I as an add-on.
12
13 Place these files into your shared data dir:
14
15 Full Version (PC or Mac):
16 descent2.ham
17 descent2.hog
18 descent2.s11
19 descent2.s22
20 alien1.pig
21 alien2.pig
22 fire.pig
23 groupa.pig
24 ice.pig
25 water.pig
26
27 If you want movies, place the .mvl files in your shared data dir:
28 intro-h.mvl and/or intro-l.mvl
29 other-h.mvl and/or other-l.mvl
30 robots-h.mvl and/or robots-l.mvl
31 The mvl files from the Mac version will not work.  They are in a
32 different format!
33
34 OEM Version (Destination: Quartzon):
35 descent2.ham
36 descent2.hog
37 descent2.s11
38 descent2.s22
39 fire.pig
40 groupa.pig
41 ice.pig
42 water.pig
43
44 If you want movies, place the .mvl files in your shared data dir:
45 intro-l.mvl
46 other-l.mvl
47 robots-h.mvl and/or robots-l.mvl
48
49 PC Shareware:
50 d2demo.ham
51 d2demo.hog
52 d2demo.pig
53
54 Mac Shareware:
55 d2demo.ham
56 d2demo.hog
57 d2demo.pig
58 descent2.s11
59 exit.ham
60 d2.mn2
61
62
63 Mission Installation
64 --------------------
65
66 d2x should be able to play any missions for Descent I or Descent II,
67 including the original Descent I mission (Descent: First Strike)
68
69 In order to play any add-on missions, you need to have a full set of
70 textures.  That is, your base installation above must be the "Full
71 Version", the "OEM Version", or the "Mac Shareware" version.
72
73 To install an additional mission, just place the .hog and the .msn or
74 .mn2 file into your missions directory.  The missions directory can be
75 inside the system-wide data dir, or your $HOME/.d2x dir.  d2x will
76 look in both places.
77
78 To install the original Descent I mission:
79 Place descent.hog into your data dir.
80
81
82 Vertigo Installation
83 --------------------
84
85 Vertigo consists of both netgame enhancements (codenamed HOARD) and an
86 additional mission.  To install HOARD, place hoard.ham in your data
87 dir.  To play the vertigo mission, place d2x.hog and d2x.mn2 in your
88 mission dir.
89 If you want the movies that go with the vertigo mission, place
90 d2x-h.mvl and/or d2x-l.mvl in your data dir.
91
92
93 Notes
94 -----
95
96 In unix, all filenames must be in _lower case_. It's important.
97
98 It is not necessary to run the D2 setup program to extract the files
99 you need, just use unarj to extract the files from descent2.sow on the
100 cd.
101
102 If you use the mac demo data files, and they are not auto-detected
103 (colors come out wrong), use the -macdata switch.
104
105 If your computer has performance problems playing the movies, you can
106 tell it to play the low resolution versions by setting MovieHires=0 in
107 your descent.cfg file.
108 You can also override this setting by passing the -lowresmovies switch
109 or by deleting all *-h.mvl files.