Sparroh-AlwaysMagboots icon

AlwaysMagboots

Enables magnetic boots / wallrunning at all times.

Last updated 2 days ago
Total downloads 10
Total rating 0 
Categories Sandbox
Dependency string Sparroh-AlwaysMagboots-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Mycopunk-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

Always Magboots

A BepInEx mod for Mycopunk that enables magnetic boots / wallrunning at all times.

Features

  • Always Wallrunning: Forces the wallrunning ability on for the local player without needing the Magboots upgrade.

Getting Started

Dependencies

  • Mycopunk (base game)
  • BepInEx - Version 5.4.2403 or compatible
  • .NET Framework 4.8
  • HarmonyLib (included via NuGet)

Building/Compiling

  1. Clone this repository
  2. Open the solution file in Visual Studio, Rider, or your preferred C# IDE
  3. Build the project in Release mode to generate the .dll file

Alternatively, use dotnet CLI:

dotnet build --configuration Release

Installing

Via Thunderstore (Recommended):

  1. Download and install via Thunderstore Mod Manager
  2. The mod will be automatically installed to the correct directory

Manual Installation:

  1. Place the built AlwaysMagboots.dll in your <Mycopunk Directory>/BepInEx/plugins/ folder

Executing program

The mod loads automatically through BepInEx when the game starts. Check the BepInEx console for loading confirmation messages.

Configuration

Access mod settings through the BepInEx configuration file at <Mycopunk Directory>/BepInEx/config/sparroh.alwaysmagboots.cfg:

Setting Default Description
Enable Wallrunning true Enables magnetic boots / wallrunning at all times.

Config changes are hot-reloaded while the game is running — no restart required.

Help

  • Mod not loading? Verify BepInEx is installed correctly and check console logs for errors
  • Wallrunning not working? Ensure the config option is set to true (changes apply immediately while the game is open)

Authors

  • Sparroh

License

This project is licensed under the MIT License - see the LICENSE file for details