7th Heaven doesnt start game when the game version is not English. #217
-
Describe the bug It appears you hardcoded ff7_en.exe as file name. But here is the thing: Spanish version is called "ff7_es.exe", French version is "ff7_fr.exe", German version is "ff7_de.exe", etc. At least add into a disclaimer that your piece of software only works for the ENGLISH version and nothing else or add check to your code for the other exe file names aswell. Changing the name of the exe file to what your software expects, results in an exception error concerning a "cracked" game. (I guess you do a checksum). To Reproduce |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
These are the hardcoded references I found. |
Beta Was this translation helpful? Give feedback.
-
7th Heaven does and will always support the English edition of the game. There is no plan in supporting other languages at the current state. |
Beta Was this translation helpful? Give feedback.
7th Heaven does and will always support the English edition of the game. There is no plan in supporting other languages at the current state.