View Single Post
11/30/15, 09:35 AM   #12
TERAB1T
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 28
I've remembered two things about unsupported languages:

1. Technical support. You can't access to support, if your language is not en/de/fr. Can you make something like (pseudo code):

if (unsupported_language) support = en;

2. Cinematic intro. If you launch game for the first time with unsupported language, you will see only black screen after login instead of character selection. Because game cannot find file \Video\Opening_Cinematic_[custom_language].bik. Can you add check for file existence, and if it doesn't exist, load English version of intro?
  Reply With Quote