-
Notifications
You must be signed in to change notification settings - Fork 77
How to install RttR
Alexander Grund edited this page Jun 10, 2023
·
3 revisions
Zunächst benötigt man folgende Pakete (ggf über Paketmanager/per Hand installieren)
libsndfile libsamplerate libsdl2-2.0-0 libsdl2-mixer-2.0-0 timidity
Weiterhin sollte man sicherstellen, dass DirectRendering funktioniert:
glxinfo | grep direct
Wenn die Ausgabe "direct rendering: Yes" kommt, ist alles in Ordnung, ansonsten kann es sein, dass man eine miese Spielperformance hat.
Die eigentliche Installation:
z.B. nach /opt/s25rttr entpacken:
mkdir -p /opt/s25rttr
cd /opt/s25rttr
tar -jxvf s25rttr_???.tar.bz2
Nun muss man entweder nur noch die original "Siedler 2"-Installation nach /opt/s25rttr/share/s25rttr/S2
kopieren, oder einen Symlink dorthin anlegen.
In case you are mounting the ISO you may need to make sure the case is preserved, e.g. via
sudo mount -o map=off,ro siedler_2_gold.iso /mnt
Starten kann man das ganze dann mit
/opt/s25rttr/bin/rttr.sh
apt-get install libsndfile1 libsamplerate0 libsdl2.0-0 libsdl2-mixer-2.0-0