CardZones
Adds the ability to create card zones to help organizing your board without increasing the size of the deck
Last updated | 2 years ago |
Total downloads | 4974 |
Total rating | 5 |
Categories | Mods Cards |
Dependency string | MSchmoecker-CardZones-0.1.4 |
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
Card Zones
About
Adds the ability to create card zones to help organizing your board without increasing the size of the deck.
Drag and drop any card onto the "Make Zone" box at the top to create a new zone for this type.
Manual Installation
This mod requires BepInEx to work, it is a modding framework that allows multiple mods being loaded. Furthermore, this mod uses Harmony to patch into the game, which means no game code is distributed and allows multiple mods to change it interdependent.
- Download and install BepInEx from Thunderstore
- Download this mod and extract it into
BepInEx/plugins/
- Launch the game!
Development
- Install BepInEx
- Set your
GAME_PATH
inCardZones.csproj
- This mod requires publicized game code, this removes the need to get private members via heavy Reflection code. Use https://github.com/CabbageCrow/AssemblyPublicizer for example to publicize
Stacklands/Stacklands_Data/Managed/GameScripts.dll
- Compile the project. This copies the resulting dll into
<GAME_PATH>/BepInEx/plugins/
Links
- Github: https://github.com/MSchmoecker/CardZones
- Thunderstore: https://stacklands.thunderstore.io/package/MSchmoecker/CardZones
- Nexus: https://www.nexusmods.com/stacklands/mods/5
- Offical Stacklands Discord, my Discord tag: Margmas#9562
Changelog
0.1.4
- Updated mod for game version 1.2.3 (dark forest update). This hides everything on the zone card again and also hides the new label on the zone maker
0.1.3
- Updated Thunderstore Readme again
0.1.2
- Updated Thunderstore Readme
0.1.1
- Updated mod for game version 1.1.4 (islands update)
- Show highlight on zone maker only for possible cards
- Hide coin icon on zones
0.1.0
- Initial release