blob: 7d4c7f8744b345ec0c2b3ff08ea24d931c25ef4f (
plain)
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
|
****************************
Ultima Underworld from GOG
****************************
.. only:: html
.. contents::
Installing
==========
::
cd .dosbox
mkdir -p games/uw
cd games/uw
innoextract ~/path/to/setup_ultima_underworld_1_and_2.exe
cd app
cp ../tmp/default/default/default/default/dosboxULTIMA1.conf dosboxULTIMA1.conf
edit the file, comment the last two lines
::
cd ~/.dosbox/games/uw/app/
dosbox -conf dosboxULTIMA1.conf
in dosbox::
INSTALL
setup sound for a soundblaster pro
edit again dosboxULTIMA1.conf, uncomment the last two lines
::
cd ~/.dosbox/games/uw/app/
dosbox -conf dosboxULTIMA1.conf
..
vim: set filetype=rst:
|