mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 15:21:12 -04:00
85e3203188
Fixes #3909 Long standing issue in Jak 2's subtitles, it's actually kinda incredible that finnish didn't run into this problem. Later in this code it accesses the subtitle based on the language-id, and finnish is always out of bounds -- but it never caused a catastrophic issue. Polish on the otherhand is much more out of bounds and always causes an access violation / crash. Jak 2's subtitle code has no fallback (ie. use english if not translated) for cutscenes, since they are not defined in the base file like in Jak 1. This means that an untranslated language will render no subtitles during cutscenes. Translations are welcome!. Tested a cutscene in: - english - italian (base game with subtitles) - finnish (new language, actually is translated) - polish (new language, not translated)