You are viewing a potentially older version of this package.
View all versions.
CameraToolsPlugin
Gives Player Camera Tools, Re-written by HolloFox
| Date uploaded | 4 years ago |
| Version | 3.0.0 |
| Download link | brcoding-CameraToolsPlugin-3.0.0.zip |
| Downloads | 206 |
| Dependency string | brcoding-CameraToolsPlugin-3.0.0 |
This mod requires the following mods to function
bbepisTaleSpire-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.22brcoding-SetInjectionFlagPlugin
Allows players to flag that mods are installed for BouncyRock
Preferred version: 3.4.1README
Camera Tools Plugin
This is a plugin for TaleSpire using BepInEx.
Install
Go to the releases folder and download the latest and extract to the contents of your TaleSpire game folder.
Usage
Just install, this will automatically update TaleSpire so the devs know you are doing modding work.
How to Compile / Modify
Open CameraToolsPlugin.sln in Visual Studio.
You will need to add references to:
* BepInEx.dll (Download from the BepInEx project.)
* Bouncyrock.TaleSpire.Runtime (found in Steam\steamapps\common\TaleSpire\TaleSpire_Data\Managed)
* UnityEngine.dll
* UnityEngine.CoreModule.dll
* UnityEngine.InputLegacyModule.dll
* UnityEngine.UI
* Unity.TextMeshPro
Build the project.
Browse to the newly created bin/Debug or bin/Release folders and copy the CameraToolsPlugin.dll to Steam\steamapps\common\TaleSpire\BepInEx\plugins
Changelog
- 3.0.0: Complete re-write by HolloFox due to breaking in Jan 2022
- 2.3.0: Deployed to ThunderStore