Question: How can I add new translation into the game
#1302
Open
opened 3 years ago by EddaAkikusa
·
4 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The original gta3, gta vc and gta lcs are never released with Chinese translations included, but there are some unofficial addons or plugins can add translations into the game.
How can I add new translation into re3(VC and LCS)?
I guess translations can be added but they will require to modify various parts of the game code.
Do you have any link to an example of addon or plugin?
I upload a Simplified Chinese addon here.
It contains a hook to MSS32.DLL.
3H3GTA3.WMHHZ.CHS.zip
Thanks. As you can see here, it's a ASI plugin. The good side is that the source is still in the author's repo and you have a zip with the gxt file with translations. Then you can possibly port the Chinese translation to
re3
.This project currently doesn't support ASI plugins, neither is accepting custom translations that is outside the original game languages. But that can surely change in near future as the team finish other priorities such as fixing bugs.
Maybe plugin-sdk's authors would find a way to use the PDB information to load ASI plugins on any
re3
version like the CLEO Redux does. Until that, you can either fork and make your own executable with Chinese strings or wait until your changes get merged inre3
.if someone re-implement text rendering system with Freetype, it would be much easier to implement CJK localization. there's official Japanese localization for iii & vc, but the visual performance is suck in present days. With Freetype re3 can not only achieve excellent non-latin localization, but also help more complex UI modding. The only question is implementing Freetype would be a hard work and I don't expect anyone to touch it.