Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ScrapMe
!! BREAKING CONFIG UPDATE !! On-pickup item scrapping for per-character item bans
CHANGELOG
0.5.0
she seek my penis till i (i have been advised by my lawyers to not finish this joke)
- BREAKING CONFIG CHANGE! Config is now separated into sections for each character. You may want to delete your old config file after downloading this update.
- Added ban of Goobo Jr. for Turretling. This definitely wasn't two weeks late
- DEVS: API surface has changed. Method
ScrapMe.plugin.GetDevBans(bodyIndex)is deprecated in favor ofScrapMe.plugin.bans.items.dev[bodyIndex], withequipbeing used for equipment bans in place ofitems.
0.4.0
stopped procrastinating on this mod so i could start procrastinating on my finals
- Added dev-side item ban of Faraday Spur for Dante.
- Config should now automatically apply as you change it.
- Fix: Loading without RiskOfOptions enabled would prevent you from playing the game. Yes, this is the same issue that I had with Quality.
- Added reference to infrequently-updated repo for project. I'll try to upload each version there.
0.3.2
pillow fight but i fill my pillowcase with bricks
- HOTFIX: Loading plugin without Quality enabled prevents you from playing the game. Thanks to toast for reporting this and score for explaining why it was broken.
0.3.1
no longer file system torment nexus
- Internal change: Loading your config file should save it ONE time, instead of two times per configured character. Thanks to Gorakh for letting me know about this option.
0.3.0
code Quality improvements
- Internal migration to checking against
itemIndexrather thaninternalNameat runtime. - Internal migration to dedicated ban record datatype to prevent issues with failed lookups.
- Added some manual bans on dev-side for common item malfunctions.
ScrapMe.plugin.SetBansandGetBanshave migrated toGetDevBansfor clarity. You should be able to perform set operations on the returned set as necessary.- Added compatibility with Quality.
- Banning an item with Quality will ban all its superior Quality variants.
- Added the ability to unban items in the config.
- Item unbans OVERRIDE all otherwise set item bans. Use at your own risk.
- Item unbans can manually unban certain tiers of item for Quality as you would unban normally, but only unban that tier.
- Banned items that can corrupt into other items in your inventory can be picked up and corrupted.
- Added a few manual bans for Belmont and Ravager.
- Added XML docfile to plugin folder.
0.2.0
me when i break your config
-
Config has been slightly restructured. Your old config won't work anymore, but it should be easier to manage now.
- Config can no longer self-clean. This may get re-added in the future, but I'm not sure how I would go about it at the moment.
-
Added compatibility for RiskOfOptions.
- RiskOfOptions is NOT required to use this mod, but at the moment, strongly recommended.
- Auto-apply will be added as a feature if people bug me enough about it.
-
Internal: Bodies and items are now referenced by prefab name. Check newly generated config for examples.
0.1.0
initial release
- Ability to set item bans via API.
- Ability to set item bans via config.