[ scummvm-Bugs-3091314 ] [TINSEL] Multi-Language Floppy restricted to French
SourceForge.net
noreply at sourceforge.net
Wed Oct 20 16:20:18 CEST 2010
Bugs item #3091314, was opened at 2010-10-20 14:20
Message generated for change (Tracker Item Submitted) made by markcoolio
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3091314&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MD5 checksums / Detector
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MarkCoolio (markcoolio)
Assigned to: Nobody/Anonymous (nobody)
Summary: [TINSEL] Multi-Language Floppy restricted to French
Initial Comment:
Hello,
currently this following code is active. Problem is that subtitle language is fixed (unchangable in scummvm menu after adding the game) to French. As German speaking person I would like to add the game with GERMAN language as german.txt is included on my disk.
Could you change it so that all of the multilanguage versions can get chosen? of course it is possible at the moment to change it inside the game.. but i cannot speak french so i do not find the menu.
thanks
here is the code i mentioned:
{ // Multilingual Floppy V1 with *.gra files.
// Note: It contains no english subtitles.
{
"dw",
"Floppy",
{
{"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
{"french.txt", 0, NULL, -1},
{"german.txt", 0, NULL, -1},
{"italian.txt", 0, NULL, -1},
{"spanish.txt", 0, NULL, -1},
{NULL, 0, NULL, 0}
},
Common::FR_FRA,
Common::kPlatformPC,
ADGF_DROPLANGUAGE,
GUIO_NOSPEECH
},
GID_DW1,
0,
GF_FLOPPY | GF_USE_4FLAGS | GF_ENHANCED_AUDIO_SUPPORT,
TINSEL_V1,
},
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3091314&group_id=37116
More information about the Scummvm-tracker
mailing list