0 of 0

File information

Last updated

Original upload

Created by

MSchmoecker

Uploaded by

Margmas

Virus scan

Safe to use

Tags for this mod

About this mod

Increases the height of sidebar elements

Requirements
Permissions and credits
Mirrors
Changelogs
Higher Sidebar


About

Increases the height of the info text box.




Config

The height of the info box can be set custom and the remaining space is filled with the sidebar. By default the info box is scaled dynamically by the needed text space, this can be toggled with "Use Dynamic Height" to use a static height.

The config entries are generated after the first start at BepInEx/config/com.maxsch.stacklands.higherui.cfg. The config file can also be edited while the game is running and the changes will be applied in-game upon saving the file.


Manual Installation

  • Download and install BepInEx from Thunderstore
  • Download this mod and extract it into BepInEx/plugins/
  • Launch the game! If everything works, you should already see that the height of the sidebar elements is increased.

Development

  • Install BepInEx
  • Set your GAME_PATH in HigherSidebar.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