From a481eb0e8ae733d6b93c792dd531e05100c08f4a Mon Sep 17 00:00:00 2001 From: antiKk Date: Fri, 2 Jan 2026 10:30:29 +1000 Subject: [PATCH] Updated ScummVM documentation for newer method. --- systems/misc/scummvm.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/misc/scummvm.md b/systems/misc/scummvm.md index d03555d..64b6a1a 100644 --- a/systems/misc/scummvm.md +++ b/systems/misc/scummvm.md @@ -52,7 +52,10 @@ Assume you have your game files for **Day of the Tentacle** in the following fol ``` You would now need to create a file named `Day of the Tentacle.scummvm` -This text file needs to contain the **Full Game ID** for the game you are trying to add. +From MustardOS Pixie onwards this file should be an empty file. +Modern MustardOS versions utilise the ScummVM built-in autodetect functionaility to determine the game folder content. + +For MustardOS versions prior to Pixie this text file needs to contain the **Full Game ID** for the game you are trying to add. In our example the file would contain `scumm:tentacle` For a list of all possible Game IDs please see [ScummVM Game IDs](https://www.scummvm.org/compatibility)