
MoreCupboards
Allows you to buy more storage cupboards for your ship.
Date uploaded | 2 weeks ago |
Version | 1.4.0 |
Download link | ScienceBird-MoreCupboards-1.4.0.zip |
Downloads | 2138 |
Dependency string | ScienceBird-MoreCupboards-1.4.0 |
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
README
MoreCupboards
Allows you to buy more of the default cupboard for your ship (up to 5 more) as a simple solution for storage issues.
Overview
Note that Matty Fixes is highly recommended with this mod, as its fixes for the vanilla cupboard will also translate to the new cupboards added by this mod!
You can buy up to 5 more cupboards of various colours for a fixed amount each. This means you can have a total of 6 cupboards!
You'll find this listed in the "ship upgrades" section of the store (purchased by simply typing cupboard
):
The following can be adjusted in config:
-
Price per cupboard (default: 250)
-
Maximum cupboards purchasable (1-5)
-
Removal of doors from all cupboards, including the vanilla cupboard (off by default)
-
Separation of cupboard entries, giving each cupboard its own keyword (
1Cupboard
,2Cupboard
, and so on) instead of being all grouped under the single keywordCupboard
(off by default)- There's an additional option to have cupboards named by colour instead of by number (
Orange Cupboard
,Yellow Cupboard
, etc.)
- There's an additional option to have cupboards named by colour instead of by number (
Potential compatibility issues
- Let me know if you encounter players falling through the floor followed by an error that looks like this:
Infinity or NaN floating point numbers appear when calculating matrix for a Collider...
This isn't an issue with MoreCupboards itself, but it's some strange combination of things that can sometimes mess with shelves (like those in cupboards or the company desk). Any information about it would be helpful to narrow it down and help recreate it consistently.
- If you've installed mods that change the terminal and the terminal isn't displaying cupboards correctly, try adjusting the terminal options in config
(compatibility with mrov's TerminalFormatter is included)
- Ensure players are using the same config and try to avoid changing config in the middle of a save file
(changing config mid-save shouldn't cause anything catastrophic to happen, but you might get some weird stuff like your unlocked suits disappearing or new unlockables randomly spawning)
- If you encounter any type of errors, try turning off
Auto Parent
in the Technical config (and let me know)
Contact
Let me know about any suggestions or issues on the GitHub, or if you'd prefer you can mention it in my Discord thread (I'm "sciencebird" on Discord).
CHANGELOG
Version 1.4.0
- Recompiled for compatibility with new v70 cupboard changes (mainly: the inability to store a cupboard when items are on it)
- Generally cleaned up a lot of internal stuff like proper dependencies and asset loading
- New config option for the separate entries to use colours instead of numbers for cupboard names in the terminal
- Lowered default price to 250
- Updated README
Version 1.3.2
- Added LobbyCompatibility
- Added README and LICENSE to GitHub
- Properly registered DLL version
- Added info on a known issue to README
Version 1.3.1
- Fixed issue with belt bag in cupboards when doors are disabled
Version 1.3.0
- Rewrote and greatly simplified item handling code, so it should not cause any unexpected behaviours or bizarre errors (and added a config option to simplify this even more if needed)
- Matty Fixes is now needed for new cupboard parenting to operate correctly (just as you'd need to install it for vanilla cupboard parenting to operate correctly)
Version 1.2.4
- Reworks in cupboard item fix code to possibly address "Infinity or NaN value" errors
Version 1.2.3
- Hotfix for potential exception on cupboard parenting
Version 1.2.2
- Fixed possible issue where jitter fix may not work for clients
- Increased Matty Fix cupboard parenting tolerance to hopefully avoid objects detaching from cupboards on load
Version 1.2.1
- Fixed items from new cupboards jittering on landing by adding some patches to keep the cupboard parented to the ship
Version 1.2.0
- Added config option for separate cupboard entries in shops and storage
- Raised default cupboard price to 300
- Fixed Matty's cupboard fix not applying to other cupboards if the vanilla cupboard was in storage
- README changes
Version 1.1.1
- Hotfix so scrap from the previous moon doesn't spawn on ship when reloading save (oops)
Version 1.1.0
- Major networking code addition to port Matty Fixes for cupboards to the new cupboards added by this mod
(items should no longer fall through cupboards or become unparented from them when loading a save)
Version 1.0.0
- Initial release