• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] Help about translate language file

2
Posts
1
Years
    • Seen Jul 15, 2022
    Hello. I'm translating a game, and I tried:
    extract text > edit "intl.txt" > compile text, and rename it to "newlanguage.dat " > move it to "Data" folder
    And edit the setting language array in script editor:

    LANGUAGES = [
    ["English", "english.dat"],
    ["New", "newlanguage.dat"]

    And it really work perfect, but the problem is after I choose new language, the text has edited dont change in game. Them still on English.
    The game still use text from other archive file (like Map001.rxdata, Map002.rxdata...) instead use my "newlanguage.dat",
    Have anything to fix this?
     
    13
    Posts
    1
    Years
    • Seen Sep 17, 2022
    If you noticed when you edit the intl.txt file the text is repeated twice. I have to leave the first text in English while you edit the second. I had the same problem too and it worked out perfectly.
     
    Back
    Top