
You are viewing a potentially older version of this package. View Latest Version

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
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.dllmake release - it will create bin/Release/netstandard2.1/CameraHeight.dllmake all - to do a release build and package it with extra metadata into a .zipmade 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