[Scummvm-git-logs] scummvm master -> c0995d302614b013bcd88f1cc3f126ea162cad12
digitall
noreply at scummvm.org
Sun Jun 29 23:11:10 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
c0995d3026 DIRECTOR: Fix For Startup Config File Check in "9: The Last Resort"
Commit: c0995d302614b013bcd88f1cc3f126ea162cad12
https://github.com/scummvm/scummvm/commit/c0995d302614b013bcd88f1cc3f126ea162cad12
Author: D G Turner (digitall at scummvm.org)
Date: 2025-06-30T00:06:17+01:00
Commit Message:
DIRECTOR: Fix For Startup Config File Check in "9: The Last Resort"
Despite being a D5.01 game confirmed by strings check in nine_95.exe,
the FileIO extra files are not in a xtras subdirectory in the standard
installation. These need to be moved manually for ScummVM to start this
currently. This will then start, but will currently still fail script
checks for CPU speed and screen size before hitting a more critical
script error.
Changed paths:
engines/director/game-quirks.cpp
diff --git a/engines/director/game-quirks.cpp b/engines/director/game-quirks.cpp
index a1df7ef7fa0..234d5365765 100644
--- a/engines/director/game-quirks.cpp
+++ b/engines/director/game-quirks.cpp
@@ -70,6 +70,10 @@ struct CachedFile {
"0testfile",
(const byte *)"", 0
},
+ { "nine", Common::kPlatformWindows,
+ "TRIBECA.ini",
+ (const byte *)"[Main]\r\nCDROM=d:", -1
+ },
{ "trektech", Common::kPlatformWindows,
"NCC1701D.INI",
(const byte *)"cdromdrive=D\n", -1
More information about the Scummvm-git-logs
mailing list