CompactStorage
Store cards more compactly
Last updated | 2 years ago |
Total downloads | 4830 |
Total rating | 3 |
Categories | Mods Cards |
Dependency string | benediktwerner-CompactStorage-1.0.6 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Stacklands
BepInEx pack for Stacklands. Preconfigured and includes Unity Base DLLs.
Preferred version: 5.4.2100README
Stacklands CompactStorage Mod
Store cards more compactly to reduce clutter and lag.
This adds three new cards:
- Food Warehouse: Stores 100 food points worth of food and food inside won't spoil.
- Magic Pouch: Stores any 30 cards
- Stacked Warehouses: Combines all sheds and warehouses into one (any warehouse or shed put on top gets absorbed)
The ideas for the cards can be found in the advanced ideas booster pack on the Mainland (Stacked Warehouses) and Island (Food Warehouse and Magic Pouch).
Manual Installation
This mod requires BepInEx to work. BepInEx is a modding framework which allows multiple mods to be loaded.
- Download and install BepInEx from the Thunderstore.
- Download this mod and extract it into
BepInEx/plugins/
- Launch the game
Development
- Install BepInEx
- This mod uses publicized game DLLs to get private members without reflection
- Use https://github.com/CabbageCrow/AssemblyPublicizer for example to publicize
Stacklands/Stacklands_Data/Managed/GameScripts.dll
(just drag the DLL onto the publicizer exe) - This outputs to
Stacklands_Data\Managed\publicized_assemblies\GameScripts_publicized.dll
(if you use another publicizer, place the result there)
- Use https://github.com/CabbageCrow/AssemblyPublicizer for example to publicize
- Compile the project. This copies the resulting DLL into
<GAME_PATH>/BepInEx/plugins/
.- Your
GAME_PATH
should automatically be detected. If it isn't, you can manually set it in the.csproj
file. - If you're using VSCode, the
.vscode/tasks.json
file should make it so that you can just doRun Build
/Ctrl+Shift+B
to build.
- Your
Links
- Github: https://github.com/benediktwerner/Stacklands-CompactStorage-Mod
- Thunderstore: https://stacklands.thunderstore.io/package/benediktwerner/CompactStorage
Changelog
- v1.0.6: Always prefer Food Warehouses when selecting food (like Hotpots) so you don't need to put them on Mess Halls
- v1.0.5: Fix Food Warehouses not re-stacking left-over cards if full
- v1.0.4: Make it work with lighthouses
- v1.0.3: Update mod icon (Thanks to @lopidav for the art!)
- v1.0.2: Add card icons (Thanks a lot to @lopidav for making all the art!)
- v1.0.1: Fix card names not showing up for non-English languages
- v1.0: Initial release