Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benediktwerner/stacklands-largerboard-mod
Mod to make the board larger in the game Stacklands
https://github.com/benediktwerner/stacklands-largerboard-mod
bepinex bepinex-plugins mods stacklands
Last synced: about 6 hours ago
JSON representation
Mod to make the board larger in the game Stacklands
- Host: GitHub
- URL: https://github.com/benediktwerner/stacklands-largerboard-mod
- Owner: benediktwerner
- License: mit
- Created: 2022-07-14T19:59:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T08:45:41.000Z (over 1 year ago)
- Last Synced: 2024-04-17T16:25:41.410Z (7 months ago)
- Topics: bepinex, bepinex-plugins, mods, stacklands
- Language: C#
- Homepage: https://stacklands.thunderstore.io/package/benediktwerner/LargerBoard/
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Stacklands LargerBoard Mod
Increase the upper limit of the board size.
The board size in the game increases with the card limit (i.e. by building Sheds and Warehouses) and beyond that using Lighthouses but
there is an upper limit which is reached after 11 lighthouses.
This mod allows increasing the limit by an arbitrary amount (though the game breaks above ~15).For backwards compbatibility (since this mod already existed before Lighthouses were a thing), this mod also
allows you to increase the maximum board size reachable using just sheds and warehouses.By default, the max board size without lighthouses is unchanged and the max size with lighthouses is doubled (the original value is 7.5, the new value is 16).
## Development
- Build using `dotnet build`
- For release builds, add `-c Release`
- If you're using VSCode, the `.vscode/tasks.json` file allows building via `Run Build`/`Ctrl+Shift+B`## Links
- Github: https://github.com/benediktwerner/Stacklands-LargerBoard-Mod
- Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=3012103049## Changelog
- v1.2.1: Adjust calculations to new update
- v1.2: Steam Workshop Support
- v1.1.5: Make it work with lighthouses
- v1.1.4: Fix island board not getting updated after going back to the main menu once
- v1.1.3: Update Thunderstore Readme
- v1.1.2: Update Thunderstore Readme to fix image link
- v1.1.1: Fix board rendering on the island
- v1.1.0: Initial release (for game version v1.1.x)