Jump to content

Gilan

Members
  • Posts

    4629
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Gilan

  1. And in my reply I explained the issue. There is an xml file in your strings folder (./PokeMMO/data/strings/) that has an incorrect heading. If you open up the xml files in notepad you can look at the heading (literally first 2 lines). For example, the default strings_en.xml file looks like this for me: And the default strings_es.xml file looks like this for me: See how they both have is_primary? You need to go through all your string xml files and check to make sure they have this parameter. Only one of them should be set to "1" (whatever is your main language), the rest should be set to "0". The GEC program expects this in your strings files because it informs the program what text will show up when you encounter pokemon.
  2. I’m not aware of the new update being a cause for the tool breaking. Did you have to change anything with Java etc. when updating pokemmo?
  3. Go through the custom string files that you have. At least one of them is lacking the “is_primary” key in the header of the xml file (you can look at the standard pokemmo strings file to see). Add the “is_primary” key to the header and set it to 0 (or false I’m not at my pc at the moment). Hope this helps you identify the issue.
  4. Ludicolo for sure, I use it as a sweet scenter (can pass it from bulba line)
  5. Are you on Windows 7? The program was built on Windows 10, and still works on Windows 11.
  6. tbh, with HAs getting tacked onto alpha spawns that occur in the overworld, it seems dubious that dungeons will ever come out? For a while, I think the thought was that HAs were going to be released with dungeons. So, now it seems that the dungeons' only purpose would be to catch non-uber legendary pokemon. Unless some new mechanic is released?
  7. today I learned that Spring 2023 is tomorrow
  8. The nostalgia this brings me is unreal. Tala -> LxV -> GxNO -> WOLF -> Mr ❤️
  9. tbf, you probably had much more fun with the game than I did by just holding onto the vanities, rather than cashing out and having a ton of comp teams.
  10. Basically all my wealth is summed up in the labcoat. Everything else I have is a rounding error in comparison lol. Though, probably the best 15m pokeyen investment ever in PokeMMO history lmao (yes that’s how much I originally paid for the colorable labcoat). Fun fact, the colored labcoat was less desirable than the regular white labcoat. This was because pure white as a color was desired and you couldn’t achieve it with the colored version, and dyes did not yet exist. However, I had the foresight to know dyes would eventually be added and things would change such that the colored labcoat would become the runescape partyhat of PokeMMO.
  11. Channel 9 was where all the cool kids hung out back in the day
  12. by request of the creator of the theme, I replaced the old style with the new Archetype style. If you do not have the old style saved on your device, I suggest reaching out to the creator of the theme to see if they can provide you with it. I merely include that theme in the download package because it is the one I personally use, and thus give it favoritism.
  13. Use custom client strings that have actually been edited properly.
  14. In the guiconfig.json file of the theme, there is an attribute called "expanded_text_color". This is assigned an array of 3 integers from value 0-255 and represent the rgb color code used for the text of the numbers on the panel of the GEC (you can also change the widget_text_color, which would affect the top total number of the GEC). For example: "expanded_text_color": [255,0,0] would give you red text.
  15. If this app is not working for you, or works unsatisfactorily, please give this other encounter counter a try:
  16. Good shit. Glad such a competent group is developing a good encounter counter! My own project became too time consuming with my irl job and personal life to keep updated / improve, so glad something else has come out!
  17. Refer to this post for rules on getting staff review / approval for your application. A simple encounter counter is quite easy to code across the 3 platforms. But, doing anything complex (like ignoring windows in front of HP bars, determining encountered pokemon's species, and determining if the battle is a wild battle vs a pvp battle) is exponentially more difficult. Best of luck!
  18. Usually the people who make good suggestions are the ones who don't care about getting recognition. The suggestion box only had one moment of greatness anyways, and that's when the downvote button was enabled. :^)
  19. add in mega evolutions but only give them to NPC’s just so you can taunt the players who actually want them
  20. Imagine thinking you can usurp Bestfriends as Mayor of PokeMMO, smh.
  21. There is a cute charm glitch in original Pokemon Diamond & Pearl that significantly increases shiny odds for pokemon that would be affected by cute charm (like 1/4 odds), but that glitch does not exist in PokeMMO.
  22. It still works with the new updates. So if it worked for you before, it should still work now. That being said, there are still bugs in the program, but they are the same bugs that have been there.
  23. hmm, those lines don't seem like they would cause my program any issue. Is it possible you are using an old version of the GEC? This error should be getting caught in a try/except statement.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.