The BepInEx console will not appear when launching like it does for other games on Thunderstore. This is normal (and helps prevent crashes during startup). You can turn it back on in your BepInEx.cfg file.

Extend Dat Rope
Extends the rope placement range to your preference, games default is 2.2f, mods default is 10f. The distance can be changed in the config
Last updated | 2 weeks ago |
Total downloads | 1643 |
Total rating | 0 |
Categories | Quality Of Life |
Dependency string | shirosamazingteam-Extend_Dat_Rope-0.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
PitonRope
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 itConfig.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
- This will automate copying your plugin assembly to
- 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 withdotnet build --help
.
-c
is short for--configuration
and-v d
is--verbosity detailed
.
The built package will be found at artifacts/thunderstore/
.