• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Translation not working after encryption

ClessioTV

Cooltrainer
Member
Joined
Sep 24, 2022
Posts
222
Hi,

I'm using Pokemon Essentials v20.1 for my game.
The translations works fine when I play it, but as soon as I encrypt the game (with RPG Maker XP/VX Encrypter or RPG Maker XP native feature), translations are gone.

I tried the following steps to be sure from a clean project :
  • redownload the Pokemon Essentials package
  • extract text
  • do one modification in intl.txt ("New Game" -> "Nouvelle Partie")
  • compile text
  • rename intl.dat to french.dat and add it in Data folder
  • add the new language for it in the script section :
LANGUAGES = [
["English", "english.dat"],
["Français", "french.dat"]
]
- compress/encrypt the game
=> Same issue : if I don't encrypt and just launch game.exe or in debug mode from RPG Maker, no problem, my translation is here. But as soon as the game.rgssad is in the folder, my translation is lost.

Anyone has an idea ? How can I keep my translations in the encrypted game I want to send ?
 
Back
Top