summaryrefslogtreecommitdiff
path: root/source/games/ultima_underworld_from_gog
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-06-08 21:13:11 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2024-06-08 21:13:11 +0200
commitb26c0701439d6082b9366a037780844659bc8daa (patch)
tree9860fca4a6614f4fe651913948cdb8ce450d5547 /source/games/ultima_underworld_from_gog
parent2ced71ce987e587b43fc57f176adaa153aaa0211 (diff)
Started instructions on how to run ultima underworlduw
Diffstat (limited to 'source/games/ultima_underworld_from_gog')
-rw-r--r--source/games/ultima_underworld_from_gog/index.rst45
1 files changed, 45 insertions, 0 deletions
diff --git a/source/games/ultima_underworld_from_gog/index.rst b/source/games/ultima_underworld_from_gog/index.rst
new file mode 100644
index 0000000..7d4c7f8
--- /dev/null
+++ b/source/games/ultima_underworld_from_gog/index.rst
@@ -0,0 +1,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: