Opened 2 years ago
Last modified 21 months ago
#15183 new feature request
COMMON: Automatically handle RISC OS files with NFS extensions
| Reported by: | ccawley2011 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Common |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
RISC OS typically uses a 3 digit hexadecimal value in the file system metadata instead of file extensions. Since this is difficult to preserve on non-RISC OS systems, many emulators and file sharing tools append it to the file name after a comma.
Since the extension may or may not be present depending on how the user dumped the files, it would be useful for ScummVM to be able to transparently handle these extensions when present.
This currently affects the AGOS and Freescape engines, and is likely to affect other engines in the future.
Change History (4)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Not yet - I'd assumed it already had the basics for 3D Construction Kit in place. It will be affected once that's supported.
comment:3 by , 22 months ago
I think this feature belongs to the Dumper Companion, e.g., we can Punycode those filenames to make them portable.

The freescape engine is not currently reading any RISC OS files, so it shouldn't be affected?