[Scummvm-devel] Norwegian Bokmål version of Freddi Fish 1
Eugene Sandulenko
sev at scummvm.org
Wed May 25 02:31:16 CEST 2005
Karl Ove Hufthammer writes:
> The actual file name on the CD is 'Freddi.HE0' (note the case). I guess this
> can be fixed by making the file lookup not case-sensitive.
Yes, that's the problem we do not approach now. We check for
'name.ext'
'Name.ext'
'NAME.ext'
But HE games additionally use
'Name.EXT'
'Name.Ext'
'name.EXT'
So only solution right now would be to copy all files to HD and rename
them to consistent case.
Finglofin: What do you think if I'll add additional case tweaking for
file extension? At least 22 HE games/demos use those filename patterns
and thus are unrunnable under ScummVM out-of-the box.
Eugene
More information about the Scummvm-devel
mailing list