Jump to content

codemonkey85

Innovator
  • Posts

    1134
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by codemonkey85

  1. I’m not sure what this means. Do you mean the changes are not appearing? Or do you mean your save file is being erased? What do you mean by copying the box and party data? Do you mean copying a Pokémon from one slot into another?
  2. Wow, I had no idea people were using this app! I checked on this topic several times and hadn't seen any activity. Then for whatever reason I never received any notifications that there were new posts. Sorry about the delayed response folks! I had moved hosting from Azure Static Web Apps to GitHub Pages, so I assume that's where you ran into the error. How to import saved Pokémon from where? Once you make changes to a save file, you can export the file, and the exported copy will have your changes. Can you please DM me your save file so I can take a look? Or, you can try again yourself - I just updated the app to the latest version of PKHeX.Core.
  3. Find PKMDS for Web on... the web! https://www.pkmds.app/ GitHub Repo: https://github.com/codemonkey85/PKMDS-Blazor Issue tracker: https://github.com/codemonkey85/PKMDS-Blazor/issues Hello all. Some of you might remember me and / or PKMDS, but most likely not. But I have returned from years of quiet meditation (work and family) to bring PKMDS back to a modern generation of gamers. Introducing: PKMDS for Web! Built as an ASP.NET Core web app using Blazor WebAssembly for UI, and leveraging PKHeX.Core as the logical foundation, PKMDS for Web is intended to be a save editor for all Pokémon games, with support for all modern browsers (including mobile). Development will probably be very slow, since this is just a fun side-project for me. Contributions and suggestions are welcome - feel free to create an issue and / or pull request on the GitHub repo. Special thanks to @Kaphotics and everyone who contributed to PKHeX over the years. I'm standing on your collective shoulders (although feel free to steal as much as you want if you ever intend to make a web-based PKHeX ). EDIT: Please note, the app is under development and is super unfinished. Like, "construction zone" unfinished.
  4. @HomuraAkemi Honestly, you should just use PKHeX. It’s actually being maintained, and it’s better in every way. It also supports all generations.
  5. Maybe if @Grovyle puts the source on GitHub, some enterprising developer will come along and port it to a UI framework that works on macOS... I'm thinking something like Blazor would be nice.
  6. PKHeX is open-source. Anyone could figure out a way to compile it on Android. No doubt a lot of work would go into redoing the UI, but I imagine the core logic would port right over. Best bet is to try something like Xamarin, which is built right into Visual Studio now. https://github.com/kwsch/PKHeX
  7. Couldn't agree more. I know I'm just one voice, but this is what I've wanted to see at Project Pokemon for as long as it's been here.
  8. If you're on Windows, I recommend using HxD to look at the file. Then you'll want to seek out known values, like the Pokémon's PID or moves, etc.
  9. Holy crap dude. Is there a corner of Gen III you didn't touch? Nice work!
  10. If I were you, I'd put the source code on GitHub without the cries (ensuring of course that your code doesn't break without them) and host a zipped file somewhere else.
  11. Hmm, I dunno about WPF, but I know there's no visible lag when drawing Spinda using my hacky LockBits approach in C#. Surely there's a way to do it quickly enough in WPF as well - but you've got the foundation, so at least you can set that aside for another day!
  12. I'm fine with it, as long as GatorShark gets a mention too (since I wouldn't have gotten anywhere without that documentation).
  13. FYI: http://www.freewebs.com/gatorshark/SpindaDocumentation.htm and http://www.freewebs.com/gatorshark/Spinda%20Painter.htm And one way to generate the graphics in C#: https://github.com/codemonkey85/PKMDS-Win32-DLL/blob/81a0900e43b3279342dabd4dc061fb589e0c6333/PKMDS-Win32-DLL/PKMDS_CS/PKMDS.cs#L2360
  14. Stupid question, but are you saving twice in the GBA game before trying to load the save in Pokémon Box? That should guarantee that the 'current' and 'backup' save blocks are identical in case Box is reading the wrong one somehow.
  15. That's easy enough - the last 100 bytes are encrypted totally separately from the first 136. All you'd need is a way to truncate the files to 136 bytes.
  16. Questionable deployment methods don't make Metropolis 'fishy'. Besides, his app's been on here for over a year.
  17. Look at the interface! The whole thing was poorly architected. Aren't there better alternatives for Gen I / II?
  18. In Gen III, the Nature is tied directly to the PID. The only way to change it is to change the PID as well.
  19. I know of a project on GitHub that could be helpful to you: https://github.com/ncorgan/LibPKMN/search?utf8=✓&q=gen3 I'm a dev too - I know all about needing time! But it's not like there's a rush. I was just making a suggestion. :-)
  20. Nice work! I'll have to check it out when I get home, but I bet the Pokémon data structure in Colosseum / is very similar, if not identical, to the GBA games. If so, you could probably create a pretty nifty Gen III save editor / transfer app.
  21. A better question might be: since the Heavy Ball is unobtainable in Gen V or VI, does it even carry its special property? My guess is it functions like a normal Poké Ball.
  22. Sorry to say I've long since abandoned PKMDS Pokémon Generator (I edited the first post of the thread to say that over two years ago...). It was coded in VB.NET, back when I was (even more of) a total noob. I won't be touching that codebase again.
×
×
  • Create New...