From b26c0701439d6082b9366a037780844659bc8daa Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 8 Jun 2024 21:13:11 +0200 Subject: Started instructions on how to run ultima underworld --- source/games/index.rst | 9 +++++ source/games/ultima_underworld_from_gog/index.rst | 45 +++++++++++++++++++++++ source/index.rst | 1 + 3 files changed, 55 insertions(+) create mode 100644 source/games/index.rst create mode 100644 source/games/ultima_underworld_from_gog/index.rst diff --git a/source/games/index.rst b/source/games/index.rst new file mode 100644 index 0000000..3d89a92 --- /dev/null +++ b/source/games/index.rst @@ -0,0 +1,9 @@ +####### + Games +####### + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + ultima_underworld_from_gog/index 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: diff --git a/source/index.rst b/source/index.rst index c176293..a38eb6f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -66,6 +66,7 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. :caption: Contents: desktop/index + games/index self_hosting/index bibliography/index -- cgit v1.2.3