Encyclopedia
Adds a button in the menu to open a window full of upgrades to see.
| Last updated | a month ago |
| Total downloads | 130 |
| Total rating | 0 |
| Categories | Misc Client-Side |
| Dependency string | Sparroh-Encyclopedia-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
Encyclopedia
A BepInEx mod for MycoPunk that provides a comprehensive browser for viewing all upgrades in the game, organized by category.
Description
This client-side mod adds a complete encyclopedia system to MycoPunk, allowing players to browse through all available upgrades (both character skills and gear modifications) in an organized, searchable interface. The encyclopedia presents upgrades as collectible cards with detailed tooltips showing stats, descriptions, and rarity information.
The mod categorizes upgrades into character classes (like Engineer, Scout, etc.) and gear types (weapons, armor, etc.), making it easy to explore what upgrades are available. Uncollected upgrades appear dimmed to show progression status. The encyclopedia window is fully draggable and resizable for optimal viewing experience.
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 "Encyclopedia" under MycoPunk community
- Install and enable the mod
Option 2: Manual Installation
- Ensure BepInEx is installed for MycoPunk
- Copy
Encyclopedia.dllfrom the build folder - Place it in
<MycoPunk Game Directory>/BepInEx/plugins/ - Launch the game
Executing program
Once installed, the encyclopedia becomes available whenever the main menu is open:
Accessing the Encyclopedia:
- Open the main menu (press ESC during gameplay)
- Look for a "📚 Encyclopedia" button in the top-right area
- Click the button to open the encyclopedia window
Navigating the Encyclopedia:
- Left Panel: Browse categories by clicking character classes or gear types
- Right Panel: View upgrades as cards with rarity-based sorting
- Hover Cards: Get detailed tooltips with stats, descriptions, and stat ranges
- Window Controls: Drag the title bar to move, resize by dragging edges/corners
- Scrollbars: Navigate through long lists of upgrades
The encyclopedia organizes upgrades by:
- Character Classes (Engineer, Scout, etc.) - skill tree upgrades
- Gear Types (Guns, Grenades, Armor, etc.) - equipment modifications
Help
- Window not showing? Make sure you're in the main menu, not the pause menu during missions
- No encyclopedia button? Verify the mod is loaded in BepInEx console
- Cards not displaying? The mod only shows upgrade categories that actually have collectible upgrades
- Hover tooltips flickering? This can happen with mouse movement - stable hovering shows tooltips reliably
- Window too small/large? Resize by dragging the bottom-right corner or edges
- Missing upgrades? Only upgrades with visible effects are shown - some internal upgrades may be hidden
- Performance impact? The encyclopedia only processes when the window is open - no impact during gameplay
- Categories empty? Some gear types may not have upgrades in certain game versions
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