You are viewing a potentially older version of this package. View all versions.
the_dragon-ingame_camera_height-1.0.0 icon

ingame camera height

change the camera height without having to enter the settings menu

Date uploaded 2 years ago
Version 1.0.0
Download link the_dragon-ingame_camera_height-1.0.0.zip
Downloads 182
Dependency string the_dragon-ingame_camera_height-1.0.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

ingame camera height 🎥

an atlyss mod using bepinex

control the camera vertical offest without having to enter the settings menu

you can do that by pressing alt (or some other configured key) and using the scroll wheel

you can hold that key and shift to move the camera side to side (up is right, down is left)

you can optionally use EasySettings

building

see the bepinex dev documentation in what you'll need for editing and building this mod, you might also want to have make but is not necessary

you'll probably want to open the .csproj and change GamePath to where your install of the game is

if you have everything you can run any of the following

  • make - create a debug build, it will create bin/Debug/netstandard2.1/CameraHeight.dll
  • make release - it will create bin/Release/netstandard2.1/CameraHeight.dll
  • make all - to do a release build and package it with extra metadata into a .zip

made by sirlan 🐉, under the don't be a dick public license, feel free to buy me a salad 🥗 if you liked this

you can find the repo here