HotswapFix
Fixes the Hotswap upgrade on the Scout Laser Rifle so Laser remains the default mode after opening menus or entering missions.HotswapFix
A BepInEx client-side mod for Mycopunk that fixes the Hotswap upgrade on the Scout Laser Rifle (DMLR) so Laser remains the default mode after opening menus or entering missions.
The Bug
With Hotswap equipped, the weapon correctly defaults to Laser mode — until you open a menu or enter a mission. At that point the game reapplies upgrades and the weapon flips back to DMR as the default.
The Fix
Hotswap (DMLRUpgradeFlags.SwapModes) forces Laser mode when upgrades are applied. On reapply, the game temporarily
disables upgrades, remembers that Laser was active, then re-enables upgrades (setting Laser again) and toggles mode
once more — ending on DMR.
This mod prevents that final toggle when Hotswap is equipped, so Laser stays the default after menus and mission entry.
Dependencies
- Mycopunk
- BepInEx Pack for Mycopunk 5.4.2403 or compatible
Installing
Via Thunderstore (recommended):
- Install with a Thunderstore mod manager (e.g. r2modman or the Thunderstore App).
Manual installation:
- Install BepInEx for Mycopunk if you have not already.
- Copy
HotswapFix.dllinto<Mycopunk Directory>/BepInEx/plugins/.
Building
dotnet build --configuration Release
The built assembly is written to bin/Release/netstandard2.1/HotswapFix.dll.
Authors
- Sparroh
Links
License
This project is licensed under the MIT License — see the LICENSE file for details.
