Simple stash editor with a simple UI. If you need more advanced features I recommend to use SPT-API Profile editor
This is based out of another project of mine: task-stash-console:
- Backup your profile
- Set found in raid to items
- Increase stock of items (currency, ammo)
- Restore durability, usage etc from armors, keys, meds...
- Open containers and backpacks (internal layout might be wrong)
- Add items
- Add weapons presets
- Add custom weapons presets (beta)
- See weapons attachments
- Delete items
- The profile you want to edit must be a valid one, ie: you have started the game with that profile and configure your character
- Some profile items don't have location and currently breaks the app, still investigating when this happens
- Some images might not be accurate, i do my best to try to load the images from your cache folder but hash calculation might be buggy
- Some images are not found, since I rely on
https://assets.tarkov.dev
and some IDs don't match for some reason 🤷 - Some items show wrong duration (like USEC baseball cap)
- MOA and velocity stats might be wrong depending on your chamber bullets.
- Check the https://github.com/angel-git/tarkov-stash/issues for more
- Nothing is planned for now, submit an issue with your ideas!
Images are loaded from the cache folder:
Stash on 0.8.0 | Stash on 0.9.0 |
---|---|
New weapon presets:
New add item modal window:
Stash on 0.5.0 | Stash on 0.5.1 |
---|---|
Keyboard navigation:
Delete item:
Add item:
Backup your profile before running this.
Never run any .exe
file that you have downloaded from internet. Including this. Use it at your own risk.
See the releases page.
There are features I would like to remove since they make the development slower, since I have no idea if any of you is using them I decided to add aptabase, it collects your country and which actions you are doing, you can see an example of what I see: This was added on this commit. If you think this is against your privacy, you can click on the help menu and disable it :-)
To run on local development mode:
pnpm tauri dev
- Update version in
src-tauri/tauri.conf.json
- Update version in
src-spt-mod/package.json
- commit and push (TODO: automate this in future)
- Create a new release with proper tag
- Github action will take over and upload the zip
- run the
changelog
script and commit the changes