Jump to content

codemonkey85

Innovator
  • Posts

    1140
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by codemonkey85

  1. On 7/12/2024 at 12:34 AM, Derlinwall said:

    Thank you for making this, it's really intuitive.

    I've been trying to change nicknames in the web version, and whenever I do, the game fills in the unused spaces with question marks. Is there a specific format I am missing when inputting these names?

    Thanks!

    I'll add a bug report for this. EDIT: here it is: https://github.com/codemonkey85/PKMDS-Blazor/issues/47

    On 8/30/2024 at 2:54 PM, SQTE-062 said:

    thank you for creating the tool hope you respawn it like pkhex and maybe illegal edits for pokemon if not online trading

    My goal ultimately is to have all the same functionality as PKHeX itself (illegal edits included). However, online trading is well outside the scope of this project.

    On 9/18/2024 at 1:04 PM, BlassBill said:

    Dang, cant change types tho?

    That is decided by the game itself, not the save file. This app doesn't and won't make those kinds of changes.

  2. 11 minutes ago, astro1289 said:

    is there anyway to export multiple pokemon at a time that are not in the party?

    Not yet!

     

    2 hours ago, pryncemyke said:

    Nothing's working :(

     

    Can you be more specific? Maybe include a screenshot of what you see when you try to open the app?

  3. Quick update: I've made some architectural changes to the app, so now the first time you visit the page, it will run off the server using a persistent connection. The next time you visit, it will have silently downloaded an offline version, so it will run directly on your browser. The end result hopefully will be invisible to users, but it should mean that it starts a bit faster!

  4. On 5/31/2024 at 11:35 AM, manic404 said:

    thanks for making this,  cant add a salac berry as my held item or a jirachi. Is that intentional?

    It is not intentional. I'll need more info, such as which game you are working with.

    On 6/2/2024 at 2:09 PM, Trillick said:

    Is there a way to import individual pokemon which have been previously exported?

    Not yet! I have a massive to-do list, and that's on there.

  5. Thanks to everyone for your feedback!

    On 3/18/2024 at 10:31 AM, AllanBrito said:

    I just want to suggest to add a drag and drop function for moving pokemon into de boxes. I'll explain. Many of us use PokeHex to transport pokemon from game to game in emulators, what I propose is a Drag and drop function that convert let's say for example .pk1 to .pk8 automaticaly on drag and drop. Since you can already export single pokemons, it would be extemely usefull. Thanks. 

    I can add drag and drop to move Pokémon around in boxes / the party within one game (I was already planning this), but I don't know if or how I can support transferring between games yet. Will have to think about that one.

    On 4/28/2024 at 8:51 PM, VR2308 said:

    I also tried "making" a new Pokemon but there was no option to insert the PID into a blank slot.

    I've added this to the 'Issues' section in the repo. It will get attention when I have time.

    11 hours ago, PAPADOG said:

    Got 1 question, Is there anyway to edit my pokemon status to FATEFUL ENCOUNTER in pkmds? I don’t see any options or checkbox whatsoever. Can you tell me how can I flag FATEFUL ENCOUNTER? or is it just impossible for web version?

    There is not yet a way to do this in the web app. I've added this to the 'Issues' section in the repo. It will get attention when I have time.

  6. On 2/5/2024 at 5:44 AM, furtimax said:

    hello I use pkmds-web to increase the levels of my pokemon on hearthgold, and when I launch my game (on desmume emulator) it resets. helpppppp

    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?

    On 2/16/2024 at 10:11 PM, Gideonion said:

    I was wondering if it would be possible to have a way of copying the box and party data, like pkhex.

    What do you mean by copying the box and party data? Do you mean copying a Pokémon from one slot into another?

  7. 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!

    On 12/13/2023 at 5:40 PM, oddgo said:

    Currently getting a 403 error trying to reach the app, is this offline intentionally?

    I had moved hosting from Azure Static Web Apps to GitHub Pages, so I assume that's where you ran into the error.

    On 1/8/2024 at 2:56 PM, Gray0001 said:

    How to import saved pokemons?

    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.

    On 1/13/2024 at 8:31 PM, Lucent said:

    Hi, I've been using this web app and it's amazing. I'm using it on my pokemon scarlet save file for a while but after the teal mask and indigo disk update, I can't edit it anymore because it won't load and there's this unhandled error message at the bottom. Do you have any thoughts why? Thank you.

    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.

  8. 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 👀).

    If you have any issues, you may report them here, or feel free to create an issue on the GitHub repository.

    EDIT: Please note, the app is under development and is super unfinished. Like, "construction zone" unfinished.

    Quick update: I've made some architectural changes to the app, so now the first time you visit the page, it will run off the server using a persistent connection. The next time you visit, it will have silently downloaded an offline version, so it will run directly on your browser. The end result hopefully will be invisible to users, but it should mean that it starts a bit faster!

    image.thumb.png.4b1ecdc4832032c9523d21886d031880.png

    • Like 9
    • V-Wheeeeeel!!! 1
  9. What about perhaps releasing with the Pokemon Cries? I know audio seems to be much easier to claim a takedown with.

    Edit: Or technically it doesn't even need those to compile so they don't need to be in the repository. I guess I'm more wondering if it's safe to release downloads of the program containing the cry files already.

    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.

  10. There's a very minuscule lag when clicking on the summary of a Spinda for it to draw the spots but I'm hoping it's negligible on all systems.

    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!

×
×
  • Create New...