Jump to content

Gilan

Members
  • Posts

    4628
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Gilan

  1. Just for those curious. I am not supporting the tool anymore (I haven’t been for a long time, but just putting it in writing now). I was in progress of making some updates, but… well… life just kinda got in the way. I’m starting to become an old man, hard to believe I started playing Pokemmo 10 years ago, and the responsibilities of life just mean I don’t have the free time / drive to support things like this counter anymore. If it is somehow still working for you, then that’s awesome, I tried to make the tool as robust as I could, but I’m a Finance guy, not a computer science nerd, so all the coding is just hobby work. If it doesn’t work for you, I’m sorry, I tried to make it as widespread as possible, but again I’m no master coder 😛 Cheers, Gilan
  2. I don’t know how my encounter counter still works after all this time lmfao.
  3. The GEC works by finding key words on the screen. Such as “A wild {pokemon} has appeared!” and the “Lv.” and Species name. It does not look at the HP Bar. If you make your client too small, the wording will get cut off, and if this is the case, the encounter counter will no longer function because it can’t find the words on the screen.
  4. So ChatGPT has solved a major problem that I was facing with the gui aspect of this app. As a result it has inspired me to revisit this project and make some updates. Please stay tuned.
  5. welcome back Jerry, I love you. If I was starting over from scratch, I would spend a couple days researching the GTL and getting myself comfortable with the prices of different pokemon, natures, genders, stats, etc.. Then I would figure out what has the best margins and work in supplying that. All the while monitoring new listings for deals that are >=25% underlisted for easy flip money. I’d also create a few pokemon that would help me tackle gym leader rematches, as that’s a solid source of income. Then I’d once again realize I’m bored and quit again for a few years. Then come back and find out my limited vanities made me more money passively than I could have ever hoped to actively make lol.
  6. I wrote this damn thing 8 years ago... omg I'm getting old...
  7. likely a compatibility issue with Windows 7. The app was designed for and packaged on Windows 10. Unfortunately Windows 7 is old enough that I do not plan to debug issues that arise on that operating system. bizarre that google drive download worked, but mediafire didn't. Something must have gone wrong in the installation process for the mediafire on your machine, as both have the exact same zip uploaded.
  8. Likely a java issue. Might be fixed by doing a full uninstall and reinstall of the pokemmo client (and then a clean install of the GEC), if you want to go through that hassle…
  9. Hi this is due to data corruption (most likely due to an unexpected termination of the program, i.e. powerloss of your system). The update can’t fix corrupted data, but it should now be saving the data in such a way that it can recover from such cases. Please do a fresh reinstall.
  10. Please do a full fresh reinstall of my app. I recently made an update, and I believe this issue should now be fixed. Additionally, the GEC now better supports custom strings, so there should be fewer errors encountered as a result of having a custom string downloaded (especially if it has a bad header).
  11. Performance issues are largely caused by a combination of the following: High Screen Resolution (4K or 8K monitors) Small text size in PokeMMO client (specifically your "Lv." in the battle ui is very small) Weak or Overloaded CPU In most cases, performace should be good enough that there are no issues. The exception is Safari zone encounters will not track due to text indicators not being on screen long enough for the program to capture.
  12. if it’s too much of a hassle for you then don’t use my tool. I don’t charge a dime for this, I developed it over many weeks in my own spare time, have worked through countless issues to help make it as compatible with other people’s systems as I can make it, and I have provided it for completely free for anyone to download and try to run. There’s a reason it’s called the “Gilan’s Encounter Counter”, because it is quite literally an app I developed and use for myself that I made publicly available just because. So if you can’t get it to work and I can’t help you further, then I suggest you just move on and stop pouting like a child. Have a good day. -Gilan
  13. Please follow the installation instructions on the first post of this thread (highly recommend watching the video even if you cannot understand spoken English). If you are still having trouble afterwards, I’m sorry, I cannot help you.
  14. hmm, when you reinstalled the app did you do a full fresh reinstall (i.e. delete the Gilans Encounter Counter folder and all the contents, then install)? This error usually occurs after an unexpected powerloss / closing of the app while the app was saving data, thus resulting in corruption. Tbh, I thought I had fixed this with temp file saving, but clearly I didn’t handle it right. If that’s not the case, and you did do a full fresh reinstall, then this is bizarre error, that I’m not sure what is going on…
  15. unfortunately not in a legal way. The program needs to be able to see the text from battle window, other windows in the pokemmo client will obstruct the program’s eyes. Please review the installation instructions. The GEC is a standalone app that you run separately (it’s just saved in the mods folder, but you don’t activate it like a sprite or sounds mod). feel free to make one yourself.
  16. clearly you aren’t robot enough to be worthy of getting a captcha
  17. Actually @Desu is the strings_pl.xml (Polish) file missing it's header? It's not selectable as a valid client language. I do see it as a chat language though.
  18. oh I see. Hmm this is a problem since that is a strings file that comes with the client. I'll look into fixing the code for this.
  19. 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.
×
×
  • Create New...

Important Information

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