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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
ingame camera height 🎥
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 createbin/Debug/netstandard2.1/CameraHeight.dllmake release- it will createbin/Release/netstandard2.1/CameraHeight.dllmake 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