This is a setting hack that can be enabled on the "Settings" page of the Mods List.
This hack can be required by a mod to be enabled.
This hack that makes the camera wobble side to side, as though you are drunk. Probably fun for challenge runs or if you enjoy motion sickness!
Settings
Min Degrees
The minimum angle of the camera.
Defaults to -10.0.
Max Degrees
The maximum angle of the camera.
Defaults to 10.0.
Requiring This Hack
To require this hack, add this line to your mod's Meta.ini:
RequiredHack=DrunkCameraYour mod must provide a configuration file when requiring this hack.
Configuring This Hack
To configure this hack, create a file named DrunkCamera.ini and add the parameters necessary for your mod inside it.
[CameraSettings]
; MinDegrees
; Set the minimum angle of the camera.
; Optional, defaults to -10.0 OR the user's setting, if they have the hack enabled on the Settings page.
MinDegrees=-10.0
; MaxDegrees
; Set the maximum angle of the camera.
; Optional, defaults to 10.0 OR the user's setting, if they have the hack enabled on the Settings page.
MaxDegrees=10.0Notes
This hack is the result of a dumb joke made while we were working on Custom Dutch Angle NPC Camera Tilt.