brcoding-CameraToolsPlugin icon

CameraToolsPlugin

Increases tilt range for player camera, Re-written by HolloFox

Last updated a week ago
Total downloads 6179
Total rating 4 
Categories
Dependency string brcoding-CameraToolsPlugin-3.3.3
Dependants 4 other packages depend on this package

This mod requires the following mods to function

bbepisTaleSpire-BepInExPack-5.4.10 icon
bbepisTaleSpire-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.10
brcoding-SetInjectionFlagPlugin-2.3.0 icon
brcoding-SetInjectionFlagPlugin

Allows players to flag mods are installed

Preferred version: 2.3.0

README

Camera Tools Plugin

Nuget Published

Camera tools Plugin allows you to tilt the camera at more extreme angles from looking straight down to straight up. Configuration is also provided to allow the user to alter their tilt range for the camera.

Install

Go to the releases folder and download the latest and extract to the contents of your TaleSpire game folder.

Usage

  1. You can modify the config to adjust freedom of tilt for your camera

How to Compile / Modify

Open CameraToolsPlugin.sln in Visual Studio.

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.3.3: Fully remove legacy Ortho renderer code.
- 3.3.2: Seats fix
- 3.3.1: Fix UI Bug
- 3.3.0: net48 upgrade
- 3.2.1: Fixed util file for Cyberpunk Update
- 3.2.0: disabled the ortho renderer shortcut, can be re-enabled in config. Now supports shortcut instead of keycode (may need to delete config file if duplicate entries are showing up).
- 3.1.2: Fixed dependency issue
- 3.1.1: Move render to Update and add config to keybinds
- 3.1.0: Experimental Mass render for map in "ortho" mode
- 3.0.1: Documentation
- 3.0.0: Complete re-write by HolloFox due to breaking in Jan 2022
- 2.3.0: Deployed to ThunderStore