GlobblerLevelUnlocks
Adds missing level unlocks to the Globbler.
| Last updated | 3 weeks ago |
| Total downloads | 53 |
| Total rating | 0 |
| Categories | Gameplay Client-Side |
| Dependency string | Sparroh-GlobblerLevelUnlocks-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403README
GlobblerLevelUnlocks
A BepInEx mod for MycoPunk that adds the missing level progression rewards to the Globbler gear.
Description
This client-side mod restores the complete level progression system for the Globbler gear that appears to be missing from the base game. As you level up your Globbler, you'll now receive meaningful rewards including rare resources and increased upgrade rarities at specific level milestones.
The mod implements a comprehensive unlock system that rewards consistent Globbler upgrading with valuable progression boosters. Level unlocks are automatically tracked and can be claimed through the gear details UI.
Getting Started
Dependencies
- MycoPunk (base game)
- BepInEx - Version 5.4.2403 or compatible
- .NET Framework 4.8
Building/Compiling
- Clone this repository
- Open the solution file in Visual Studio, Rider, or your preferred C# IDE
- Build the project in Release mode
Alternatively, use dotnet CLI:
dotnet build --configuration Release
Installing
Option 1: Via Thunderstore (Recommended)
- Download and install using the Thunderstore Mod Manager
- Search for "GlobblerLevelUnlocks" under MycoPunk community
- Install and enable the mod
Option 2: Manual Installation
- Ensure BepInEx is installed for MycoPunk
- Copy
GlobblerLevelUnlocks.dllfrom the build folder - Place it in
<MycoPunk Game Directory>/BepInEx/plugins/ - Launch the game
Executing program
Once installed, open any gear details window to see the level upgrades system:
Globbler Level Progression:
- Level 3: 5 Beezia resources
- Level 5: Rare upgrade rarity unlocked
- Level 10: Additional Rare upgrade rarity slot
- Level 15: 5 Yeuco resources
- Level 20: Epic upgrade rarity unlocked
- Level 25: Exotic upgrade rarity unlocked
- Level 30: 1 Saxonite resource
- Level 31: Additional Exotic upgrade rarity slot
How to Claim Rewards:
- Open gear details window for your Globbler
- Look for the level unlock indicators at the bottom of the window
- Click claim buttons when your Globbler reaches reward levels
- Rewards are automatically added to your inventory
Unclaimed rewards will show notification indicators on the gear.
Help
- No unlocks showing? Make sure you're viewing the Globbler gear and have reached the required level
- Rewards not received? Check BepInEx logs for error messages during claiming
- Resource names wrong? Some craftable items may have different capitalization in different game versions
- UI not updating? Try closing and reopening the gear details window
- Performance impact? Minimal - only processes when viewing gear details
- Affects other gear? No - this mod only affects Globbler progression rewards
Authors
- Sparroh
- funlennysub (original mod template)
- @DomPizzie (README template)
License
- This project is licensed under the MIT License - see the LICENSE.md file for details