Jump to content

chnapy

Member
  • Posts

    59
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by chnapy

  1. Thanks @OnBrand89 Regarding the bug you describe, can you tell me from which game your save comes from? Ideally, even sharing it would be great.
  2. Hi, I published a new version 1.0.2 with the bug about pkm duplicates fixed, and saves paths setting improved.
  3. I think it's because you have multiple copies of the same pkm. In PKVault each pkm is defined by an ID, which is created from species + PID + IVs + Form. In your case you're with 1st generation save (Red) which doesn't have PID, so probabilities to have 2 pkm with same ID is quite high. This cause copies of 1st pkm to not show in program. It doesn't have any impact on your save data, pkm copies are not deleted, just ignored by the app. I'm working on a fix since this is very annoying especially with old games. Thanks for your report, don't worry I don't take feedbacks negatively.
  4. Ok then keep it named as "main" and just add globs like this ./saves/**/*.sav ./saves/**/*.gci ./saves/**/main etc. Files name/extension don't matter, you just have to put their paths (or equivalent globs).
  5. Yes, every save types which works with PKHeX should work with PKVault. Maybe file extension is not handled in your saves path/globs.
  6. You can put globs as save paths in Settings: ./saves/*.sav <- any file .sav under "saves" folder or ./saves/**/*.sav <- any file .sav under "saves" folder, including subdirectories (recursive) Note this is just an example, you can also use any other extensions (.srm, .gci etc), target parent directories, or use absolute paths. (Just be careful in specific case you have save copies, if you have 2 same saves (with exact same ID in PKHeX) PKVault loads only one of them.) For more details about globs you can search for "glob pattern", or use this small cheatsheet: --- @RodrigoTR if you still have issues consider posting snapshot of your Settings page (save paths part), and the real paths of your saves. In future I'll try to simplify this part.
  7. Thanks for your feedback @SailorNed, I just fixed the error and published a 1.0.1 clean version. I forgot uses of dev-related tools. I just tested the app on a new PC and it should be ok.
  8. Hi everyone, It's been some months I'm working on an app based on PKHeX, allowing to manage pkms in saves, moving them between boxes, saves and local storage. Also allowing to edit any pkm (moves, nickname, EVs). And a centralized Pokedex grouping all saves pokedex. The goal was to offer something easy to use, less raw than PKHeX, more limited and safe too. An app somewhat similar to Pokemon Home. I put most details in file page, not sure if I should move them here. Note that a web-app also exists (backend + frontend) for homelab environments. More in github repo: https://github.com/Chnapy/pkvault For the tech part backend is C# (using PKHeX.Core) and frontend Typecript/React, the two being used by WinForm desktop app via WebView2. --- I made this tool for my specific use-case: I want to transfer my pkms between my saves, without any generation barrier, I don't want to be blocked by trade-only evolves, and I'm tired of TM unique use in early gens. With PKVault I can replay my good old Pokemon games in the conditions I want today, and maybe it can help some people here. Big thanks to PKHeX contributors, to be honest I'm not sure I would have continue playing Pokemon games without this tool.
  9. chnapy

    PKVault

    Version 1.7.6

    17982 downloads

    PKVault is a Pokemon storage & save manipulation tool based on PKHeX. This tool is similar to Pokemon Home, for an offline use. Don't wait and test it here -> https://pkvault-demo.chnapy.dev PKVault is available for multiple systems: Windows Linux + SteamDeck: checkout https://github.com/Chnapy/PKVault Docker: checkout https://github.com/Chnapy/PKVault --- Features: Storage & save manipulation compatible with all pokemon games, from first generation to Pokemon Legends: Z-A transfer pokemons between saves convert pokemon to any generation (ex. G7 to G2) store pokemons outside saves using banks & boxes allow use of multiple "versions" for stored pokemons move/delete actions edit pokemon moves, EVs & nickname evolve pokemons requiring trade or trade + held-item (ex. Kadabra -> Alakazam) link a save pokemon with all his versions, sharing data like exp & EVs sort pokemons in storage & saves synchronize pokedex between storage & saves backup all saves & storage before any save action backups listing backups restore always possible Centralized Pokedex based on all listed saves views with forms & genders multiple filters: species name, seen/caught/owned, types, ... possible living dex possible shiny dex Dynamic saves listing based on paths & globs Checkout project-pokemon discussion ! This tool allows you to manage all your saves storage, moving pkm between banks, boxes, saves and local storage. You can also edit pkm, evolve them (when trade is required), create "version" of them for specific generations. All generations are supported, starting from Gen1 to Pokemon Legends: Z-A ! For example you can take a Kadabra from your save of Pokemon Black (Gen5), create a "version" for your save Pokemon Crystal (Gen2), then move pkm to it. PKVault allows you to bypass all generation constraints, you can move a pkm from Gen3 to Gen1, from Gen2 to Gen7, and so on. The app includes a centralized Pokedex with search filters (by name, games, types, etc), as well as living-dex and shiny-dex support. An auto-backup system prevents data loss. Saves & pkms are backed up before any write actions ! Saves are read from your file system, you don't have to upload them to PKVault, provide your saves paths and the app will get them itself. PKHeX is used under the hood, so all your stored pkm are in PKHeX format and can be manipulated by PKHeX directly. Compatibility & legality PKVault aims to be compatible with every save file supported by PKHeX. Creating a pkm "version" means converting a copy between generations, which may cause legality issues with origin, moves, etc. These issues are all displayed on the app, and you can use PKHeX to fix them. Currently, English + French + German are supported by the app. It can evolve depending on feedbacks. Bugs & issues A backup system exists to avoid any data loss even in case of bugs when writing save. You can still encounter bugs and other issues. Please report any issue on github or project-pokemon discussion to help improve the app. Why I made this app My good old first gens Pokemon games lost their saves due to empty internal battery. So I decided to replay the first games and continue through to the latest generations, with the goal of fully completing all the pokedex. I was frustrated about barriers between some generations (2->3, 4->3, ...), and by how difficult it was to get some pkms, like Slowpoke in Gen3 even though I already had one in my Crystal (Gen2) save. Also it's hard today to get all trade-only evolutions like Alakazam, and I didn't like the limited usability of TMs in the early generations. While PKHeX can fix all these issues and more, but I wanted something more tailored to my needs, and more restricted: PKVault restricts cheating possibilities. Finally I wanted something like Pokemon Home, but for the old games as well. For all these reasons I created PKVault. Please share your feedback --- Source code & license: https://github.com/Chnapy/PKVault
×
×
  • Create New...