You are viewing a potentially older version of this package. View all versions.
Quaree-Chained-0.2.0 icon

Chained

Players are chained together. Button to chain is F10.

By Quaree
Date uploaded 5 months ago
Version 0.2.0
Download link Quaree-Chained-0.2.0.zip
Downloads 80
Dependency string Quaree-Chained-0.2.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

Chained

Describe your project here!

Template Instructions

You can remove this section after you've set up your project.

Next steps:

  • Create a copy of the Config.Build.user.props.template file and name it Config.Build.user.props
    • This will automate copying your plugin assembly to BepInEx/plugins/
    • Configure the paths to point to your game path and your BepInEx/plugins/
    • Game assembly references should work if the path to the game is valid
  • Search TODO in the whole project to see what you should configure or modify

Thunderstore Packaging

This template comes with Thunderstore packaging built-in, using TCLI.

You can build Thunderstore packages by running:

dotnet build -c Release -target:PackTS -v d

[!NOTE]
You can learn about different build options with dotnet build --help.
-c is short for --configuration and -v d is --verbosity detailed.

The built package will be found at artifacts/thunderstore/.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

[0.2.0]

Changes

  • changed chain pull logic.

[0.2.1]

Adjustements

  • Adjusted chain pull strength.

[0.2.2]

Changes

  • Changed various descriptions and mod icon.

[0.2.3]

Fixed

  • Fixed chain visibility.

[0.3.0]

Fixed

  • Fixed fps drops.