(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Fri, 22 Nov 2024 10:53:53 +0000 (11:53 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 22 Nov 2024 10:53:53 +0000 (11:53 +0100)
README.rst [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..6900c57
--- /dev/null
@@ -0,0 +1,18 @@
+1. Use a custom wine prefix to be able to set the Windows version to Windows 95 (setup will fail otherwise0\r
+2. Install Setup.exe from the .iso file\r
+3. Rename "Comandos.exe" to "Commandos.exe" (to fix the DirectX5 error)\r
+4. Run it with "LC_ALL=C" to make it think it's not running on a German computer\r
+5. Run it full-screen without issues with gamescope::\r
+\r
+     LC_ALL=C WINEPREFIX=/home/spiele/.wine-commandos gamescope -h 768 -H 1080 -f -r 30 -- wine Commandos.exe\r
+6. The game is way too fast. Replace Commandos.exe with a speed-fixed one, e.g. "Commandos BEL BCD Ultimate Fixes" from http://kruulos.org/gaming/Commandos_BEL_BCD_Ultimate_Fixes.rar\r
+7. Saving games is not possible. Modify "OUTPUT/Comando.cfg" and add at the end::\r
+\r
+     .SIZE [ .INITSIZE 4 ]\r
+     .PROFILE []\r
+     .DEVELOP 1\r
+\r
+\r
+Notes:\r
+\r
+- "cpulimit" did not help to reduce speed; it made the game stutter\r