Jump to content

arleypadua

New Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by arleypadua

  1. Thanks for the feedback, today I release a version with the fix
  2. If you're running somewhere having a keyboard (like a PC or macOS) you can configure the key bindings and set the toggle_fast_forward to some key, like tab. However, if you're running on a phone that's not yet possible. This plug-in is in very early stages, just experimental, although playable, it is far from being polished
  3. ROM hacks are not really supported, unfortunately, as their save file structure differ quite a lot from the original games.
  4. It should support the same versions PKHeX for Windows supports, as it's based off the same foundation
  5. Glad you found the issue... It happens Right now the tool only allows you to edit/v clone Pokemons you currently have in your party or box.. I'm slowly adding the feature of adding Pokemons from the encounter database. Not sure if I understood your issue, but there's no need to press enter, just enter the number you want and export the save file. For instance, to change the nature, select the new one on the drop-down, go to the menu "Save" on the left, and export it.
  6. If the file os not loading into a valid save file, it means that PKHeX core wasn't able to load it.. Most of the time, when it happens, it means that your save file is either corrupted or invalid. I tried opening an Emerald save file as an example, like this one and it works. So I'm guessing it is likely to be your save file. I can double check if you send me you save file through GitHub or https://filebin.net/
  7. After a bit of effort I put recently on writing a terminal app to edit pokemon save files in any platform (Windows/Linux/MacOS), making it accessible to install with a simple terminal command, I realized that some of it could actually be ported to a nice UI accessible on the browser. If you want to jump right into it, go to: https://pkhex-web.github.io I finally released this working version with a couple of features fully funcional: Open/Export save files Visualize trainer data Add/Remove items Add Pokemons from the encounter database Edit Pokemons (party/box) Legality warning Extendable with plug-ins Auto legality mode plug-in I'm trying as much as I can to make it responsible to work on big screens or mobile-ready, but there may be some aspects that are broken (if you find any, let me know on GitHub) The repository is the same of the CLI for now: https://github.com/arleypadua/PKHeX.CLI If you like what you see, share your feedback or issues here: https://github.com/arleypadua/PKHeX.CLI/issues Again, none of it would be possible without the efforts put into making PKHeX.Core, so kudos for the team.
  8. Version 0.3.0

    437 downloads

    This is a cross platform Command Line Interface (CLI) tool for interacting with Pokémon save files. It provides various functionalities to manage and modify Pokémon save data. Features Load Save File: Load a Pokémon save file from a specified path. View Trainer Info: View information about the trainer in the save file. View/Edit Inventory: View and edit the inventory of the trainer. View/Edit Party: View and edit your party. View/Edit Pokemon Box: View and edit all pokemons in your box. Backups: When exiting the program, if changes were made, a backup will be created. Installation Homebrew brew tap arleypadua/homebrew-pkhex-cli brew install pkhex-cli Script curl -sL https://raw.githubusercontent.com/arleypadua/PKHeX.CLI/main/install.sh | sudo bash Compatibility with batocera PKHeX.CLI is compatible with batocera: Make sure you can access batocera with SSH. (Details here). Open an ssh session: ssh root@batocera the default password is usually linux run curl -sL https://raw.githubusercontent.com/arleypadua/PKHeX.CLI/main/install.sh | bash note that because we are accessing as root there's no need to run sudo bash You should be able to use it as stated here. Manual download Download the latest version for your system here Put the file somewhere that's visible from your PATH directory Verify the installation with pkhex-cli --version should print out PKHeX CLI: x.y.z Usage pkhex-cli /path/to/savefile.bin Command Line Options savefile: (Optional) The path to the save file. Defaults to "./data/savedata.bin". --version: Shows the version
  9. Hello people, I'm an occasional player that likes to have fun while not having to expend too much time training Pokemons. With that in mind, and not having access to a Windows machine, I started this little project that allows one to edit pokemon save files through a command line interface that will work in any platform (Mac OS, Linux or Windows) It heavily relies on PKHeX.Core, so all the kudos go to the maintainers of the library. In case you see a fit for usage, it's quite simple to use: Download the artifact related to your platform (Windows, Mac OS ARM or Linux) Unzip it somewhere Open the terminal where the unzipped files are Execute it with: pkhex-cli /path/save.bin If you're also a developer and wants to contribute, the repository is: https://github.com/arleypadua/PKHeX.CLI Just fork it and send me a PR. The project is in it's early stages, so the only thing possible right now is to see the information of the trainer and edit existing items in the bag, but serves the purpose for an MVP
      • 1
      • Like
×
×
  • Create New...