
StoreTweaks
Change stuff about the items in the store
Date uploaded | 5 months ago |
Version | 0.0.3 |
Download link | baldugus-StoreTweaks-0.0.3.zip |
Downloads | 1340 |
Dependency string | baldugus-StoreTweaks-0.0.3 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 3.3.2README
StoreTweaks
A mod that tweaks the store. You can change prices and disable/enable items.
Commissioned by @seeya, owner of the greatest modpack of all time. MoreBrutalLethalCompanyPlus
Features
- Change the price of items in the store. Works with modded store items too!
- Enable/disable store items.
Note: The game needs to be launched and started once to generate the config files.
Roadmap
- [ ] Support discount tweaking
- [ ] ???
Contact
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Credits
Inspired by Snowlance7's PriceTweaker mod.
License
Distributed under the GPL v3 License. See LICENSE.txt for more information
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.0.5 - 2025-05-03
- Fix wrong prices when client and host have different configs and a client hosts after being in another server.
0.0.4 - 2025-04-07
- Fix index out of bounds errors when custom assets from mods have an invalid buyItemIndex.
0.0.3 - 2025-04-06
- Fix player joins causing array index errors in clients.
0.0.2 - 2025-04-01
- Fix store not being synchronized with clients.
- Make disabled items unbuyable instead of only hiding from view.
- Bump LethalNetworkAPI dependency from 2.* -> 3.*.
0.0.1 - 2025-02-06
Added
- Item price editing.
- Item enabling/disabling.