[Scummvm-tracker] [ScummVM :: Bugs] #13921: Character ":" disallowed in .ini section names

ScummVM :: Bugs trac at scummvm.org
Wed Nov 9 20:47:08 UTC 2022


#13921: Character ":" disallowed in .ini section names
-------------------+------------------------
Reporter:  Klaitu  |       Owner:  (none)
    Type:  defect  |      Status:  new
Priority:  normal  |   Component:  --Unset--
 Version:          |  Resolution:
Keywords:          |        Game:
-------------------+------------------------
Comment (by i30817):

 Umm. That's on purpose. Section game 'ids' are used in the command line
 interface, and to work in windows, they are made to be as short as
 possible and not use forbidden windows characters.

 If you're thinking of using the 'real name' as some kind of ini filename
 for a external program, don't. Instead parse out the 'description' field
 and use it on a custom fileformat for that program (or just use the ini
 directly).

 I did the same for the retroarch core in https://github.com/i30817
 /libretro-mkscumm which creates playlists for it from a scummvm ini file
 (if that's the program giving you problems, and not something else),
 because the playlist format had a field for a name that is free from the
 limits of 'forbidden characters'.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13921#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list