Big Walk
You are viewing a potentially older version of this package. View Latest Version
Install

Details

Date Uploaded
2 weeks ago
Downloads
2.5K
Size
107KB
Dependency string
gugger-Core-1.0.1

smolMods Core

The shared base for the smolMods family of Big Walk mods. It adds an sMods category to the game's own Settings menu and provides the row / panel / HUD-tint / side-channel plumbing the feature mods plug into.

On its own it changes nothing — with no feature mod installed, no category is even injected. Install one or more of:

  • ShareChangedEyeState — pick an eye state and share it with modded friends
  • ColorSelf — head / torso / legs colours, remembered between walks
  • DarkMenus — dark paper menus + dark HUD icons
  • smolMods (the bundle) — all of the above plus the crosshair options

Mod managers install this automatically as a dependency; you never need to grab it by hand.

For mod authors

Reference smolMods.Core.dll and register rows from your Load():

ModSettingsApi.AddArrayRow(RowOrders.ThirdParty, "My toggle", "settings_mod_myToggle",
    0, new[]{0,1}, v => v==1 ? "On" : "Off", v => Apply(v));

Upgrading from BigMods / BigDarkMenus: delete BigMods.dll and BigDarkMenus.dll from BepInEx/plugins — the old and new plugins must not run together.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.