Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahoos/keepinventory
BONELAB Mod that keeps ur inventory when switching between levels
https://github.com/hahoos/keepinventory
bonelab bonelab-modding csharp melonloader melonloader-mod
Last synced: 19 days ago
JSON representation
BONELAB Mod that keeps ur inventory when switching between levels
- Host: GitHub
- URL: https://github.com/hahoos/keepinventory
- Owner: HAHOOS
- License: mit
- Created: 2024-08-14T18:25:04.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T22:20:36.000Z (23 days ago)
- Last Synced: 2024-11-30T23:25:20.426Z (23 days ago)
- Topics: bonelab, bonelab-modding, csharp, melonloader, melonloader-mod
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Keep Inventory
A BONELAB code mod
**WARNING: This is an outdated README**
A BONELAB Mod that lets you keep items when switching between levels. This is my first ever code mod so please expect bugs, if a bug occurs, I recommend [creating an issue](https://github.com/HAHOOS/KeepInventory/issues).
This mod is inspired by [Inventory Persistence](https://thunderstore.io/c/bonelab/p/SilverWare/InventoryPersistence/) which in my case did not work for me so I've decided to remake it myself.
If InventoryPersistence will be updated to Patch 5, this mod will be deprecatedThe "Box" asset used in the logo is under the [MIT License](https://github.com/twbs/icons/blob/main/LICENSE)
## Settings
### Save Items
If enabled, saves items when leaving a level and loads saved items when entering a level### Save Ammo
If enabled, saves ammo when leaving a level and loads saved ammo when entering a level### Persistent Save
If enabled, saves the inventory to a file so that it can be used when closing and then opening the game### Blacklist Level
When pressed, if level is not blacklisted, it will blacklist the level which means that your inventory will not save and saved inventory will not load, if level is blacklisted, it will remove the level from the blacklist
The main menu map (MainMenu and VoidG114), campaign, arenas and pit trials are blacklisted by default