Sparroh-CollectableWaypoints icon

CollectableWaypoints

Shows map waypoints for undiscovered data logs, pumpkins, and bears so you can track collectables more easily.

Last updated 21 hours ago
Total downloads 5
Total rating 0 
Categories Client-Side
Dependency string Sparroh-CollectableWaypoints-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

Collectable Waypoints

A client-side BepInEx mod for Mycopunk that adds waypoints for undiscovered collectables so you can find them more easily during missions.

Features

  • Data Log Waypoints: Marks undiscovered data logs on the map. Waypoints are removed automatically when a log is opened.
  • Pumpkin Waypoints: Marks pumpkins found in the current mission scene.
  • Bear Waypoints: Marks teddy bears / bear collectables found in the current mission scene.
  • Independent Toggles: Enable or disable each collectable type separately in the config.

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 CollectableWaypoints.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 a CollectableWaypoints loaded successfully. message.

Configuration

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

  • Data Log Waypoints (default: true) — Show waypoints for undiscovered data logs
  • Pumpkin Waypoints (default: true) — Show waypoints for pumpkins
  • Bear Waypoints (default: true) — Show waypoints for bears

The config file is watched while the game is running. Saving changes reloads settings automatically and applies waypoint toggles immediately in the current mission (no restart required).

Help

  • Mod not loading? Verify BepInEx is installed correctly and check console logs for errors
  • No waypoints appearing? Confirm the relevant config toggles are enabled and that you are not in the hub
  • Data log waypoints not clearing? Make sure you fully open the log so discovery is registered

Authors

  • Sparroh

License

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