You are viewing a potentially older version of this package. View all versions.
3_141-PiUtils-0.2.0 icon

PiUtils

Utility mod for my other mods

Date uploaded 3 months ago
Version 0.2.0
Download link 3_141-PiUtils-0.2.0.zip
Downloads 162
Dependency string 3_141-PiUtils-0.2.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Pi Utils

"GitHub release (with filter)" "GitHub Release Date - Published_At" "Thunderstore.io" "GitHub downloads all releases" "LiberaPay Patrons" GitHub Workflow Status (with event) "GitHub issues" "GitHub pull requests" "License"

Utility mod for my other mods. This mod is a dependency for my other mods and does not add any content to the game itself.

⚠️ WARNING
This mod is intended for modders and developers and does not add any content to the game itself.

I spent countless hours of my free time creating mods. If you enjoy them, please consider supporting me on Liberapay ❤️

Prerequisites

Setup

You can install the mod from Thunderstore or install it manually:

BepInEx

  1. Download the latest 5.x release of BepInEx from the Releases page.
  2. Extract the downloaded archive into the game’s installation directory.
  3. Run the game once. BepInEx should be installed automatically.

PiUtils Mod

  1. Download the latest release (v0.2.0) of this mod from the Releases page.
  2. Extract the downloaded archive.
  3. Copy the BepInEx folder into the games folder in steamapps/common directory.
  4. Run the game. The mod should be loaded automatically by BepInEx.

Disabling the Mod

To disable the mod change the Enabled under [General] value in the de.xenira.pi_utils.cfg file in the BepInEx/config folder to false.

Uninstalling the Mod

To uninstall the mod remove the mod’s files from the BepInEx/plugins folder. This should be the following files:

  • pi_utils.dll

Configuration

The configuration file is located in BepInEx/config/de.xenira.pi_utils.cfg. You can edit it using a text editor like vim or Notepad++.

Resetting the Configuration

To reset the configuration, delete the de.xenira.pi_utils.cfg file in the BepInEx/config folder. The mod will create a new configuration file with the default values the next time you run the game.

To reset only a specific section, delete the section from the configuration file. The mod will create a new section with the default values the next time you run the game.

Configuration Options

General

  • Enabed
    Enables or disables the mod. Currently this has not much of an effect, as most functionality acts as a library. If it does, it may break mods that depend on this. Default: true

Debug

  • Debug Mode
    Mostly used for development. Default: false
  • Gizmo Enabled
    Enables or disables gizmos. Only some objects have gizmos attached. Default: false
  • Debug Line Enabled
    Enables or disables debug lines. Only some objects have debug lines attached and the direction might seem arbetrary at first glance. Default: false
  • Trace Enabled
    Enables or disables trace. Default: false

Troubleshooting

If you encounter any issues while using this mod, please check the BepInEx console for any error messages. You can also report issues on the Issues page of this repository.

License

This mod is licensed under the GNU General Public License v3.0 (GPL-3.0).

Disclaimer

This mod is not affiliated with the game’s developers or Unity Technologies. All trademarks are the property of their respective owners.

CHANGELOG

Changelog

0.4.0 (2024-05-03)

✨ Features

0.3.0 (2024-03-17)

✨ Features

0.2.0 (2024-03-06)

⚠ BREAKING CHANGES

  • logger: Logger no longer requires plugin specific logger and logs using class name instead of plugin name.

✨ Features

♻️ Code Refactoring

  • util: change bitstate to not be static (#20) (b7932ab)

0.1.4 (2024-02-10)

👷 Build System

0.1.3 (2024-02-10)

👷 Build System

  • nuget: fix version and removed publicising (8f6f062)

0.1.2 (2024-02-10)

👷 Build System

0.1.1 (2024-02-10)

👷 Build System

  • nuget: add striped lib to nuget (65336b8)

0.1.0 (2024-02-10)

✨ Features