You are viewing a potentially older version of this package. View all versions.
Sparroh-SingleplayerPause-1.0.0 icon

SingleplayerPause

Pauses the gamestate when opening the menu while in mission. This should only work while solo. Current Bug: cannot abort mission as it is tied to the gamestate, must exit to main menu.

Date uploaded a year ago
Version 1.0.0
Download link Sparroh-SingleplayerPause-1.0.0.zip
Downloads 99
Dependency string Sparroh-SingleplayerPause-1.0.0

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

MycopunkModTemplate

How to use:

  • Use this as template for your repo
  • Change AssemblyName and Product
  • Change copyright holder in LICENSE
  • Uncomment and change the path to Assembly-CSharp.dll in .csproj
  • If you need more stuff like Unity.TextMeshPro or UnityEngine.UI, just add a reference to them the same way as main dll
  • If you want Unity.InputSystem, add this line:
    • <PackageReference Include="UnityEngine.Modules" Version="2022.3.5" IncludeAssets="compile" />

CHANGELOG

Changelog

1.0.0 (2025-08-19)

Features

  • Add MinVer
  • Add thunderstore.toml for tcli
  • Add LICENSE and CHANGELOG.md