Jump to content

Finley

Veterans
  • Posts

    6
  • Joined

  • Last visited

Reputation

2 Neutral
  1. Yes, you have the PokemonSystem.rb code correct. I would suggest that you first try to load the edited .dat file using the built-in method (remove the TranslationManager scripts, put the .dat files in your Data folder, and edit the Settings.rb file to point to your custom language .dat files) and see if that works.
  2. I've identified the problem: Beginning at Line 38 of PokemonSystem.rb there is a condition that apparently is meant to check whether a language has already been selected and, if not, give you the language-selection dialog. if !havedata $idk[:settings].language=pbChooseLanguage end However, "havedata" is undefined in the current version of PokemonSystem.rb, which yields an error. (I guess undefined isn't falsy in ruby? That's dumb.) Changing line 38 to "if true" fixes the error. Once that line is changed, the TranslationManager works normally. This also allows the built-in language selection dialog to work, albeit without the functionality that the havedata check was meant to implement. cc @Amethyst @andracass
  3. The problem is not TranslationManager; it's something to do with E19 itself. I created two unedited "translation" files by simply using the "export" and "compile" debug commands, put them in the Data folder, and edited Settings.rb appropriately. I still got an error on opening the game:
  4. I've been looking at this too because I want to make a sort of proofreading/editing mod. I will note that Translator++ , which has a good free version, sort of works and has a very usable interface. It appropriately handles the vast majority of Map[number].rxdata files. Unfortunately, it cannot load Fieldnotes.rxdata or PkmnAnimations.rxdata (unclear why), and although it seems to handle Map051.rxdata (the character-creation scene) correctly, using the translated Map051.rxdata file breaks the character creation process. It is also possible that there are other issues that I simply haven't noticed yet. Unfortunately, Translator++ does not create a translation option in the same way that TranslationManager does. So even if the issues with Translator++ can be resolved, it still may be a suboptimal solution.
  5. That would be fantastic. I'm gonna go grab lunch—I'll be back at my computer starting in like a half hour. Just let me know when you're ready.
  6. I'm only just past the second gym, and I want a way to evolve my Mantyke before getting to Serra. Mantine is one of my favorites (I got a Spheal from the egg .) My username is Reborn8131.
×
×
  • Create New...