Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Multilanguage game

  • #10, by Machtnix 12 years ago Zitieren
    Yes, you can also use some software for making subtitles where you put your video.
    And you don't need to necessary have mkv file, you can make .MP4, i'm using sony vegas which MKV even doesn't support.


    Yeah, but I have the prefered format in the contest discription. My cut program is an older one and doesn't work (well) with mp4 or mkv. Myself I use .mov, .avi, .flv or mostly .mpg; but that's not allowed.
  • #11, by BigStans 12 years ago Zitieren
    For multilanguage you can use:
    VGameVideoSubtitleFont (for the font)
    VGameVideoSubtitlePosition (for the subtitle position ] default was bottom)
    VGameVideoSubtitleLanguage (for the subtitle language)
    and
    VGameVideoAudioLanguage (if the MKV have different audio tracks)
    Simply use the ISO 639 to set the languages. MKVtoolnix sets the ISO 639 too.
    http://wiki.visionaire-tracker.net/wiki/ISO639_Languages
    for example:
    game:setValue(VGameVideoSubtitleLanguage, de)
    to set the Subtitle language
    game:setValue(VGameVideoAudioLanguage, de)
    to set the Audio Track to german

    and we have:
    VGameSpeechLanguage
    for the character output "speech (audio)" language (if the language exists).
    More examples? wink
  • #12, by ke4 12 years ago Zitieren
    Nice, thanks BigStans smile