You are viewing a potentially older version of this package.
View all versions.
Date uploaded | 11 months ago |
Version | 1.0.4 |
Download link | boring-360View-1.0.4.zip |
Downloads | 1340 |
Dependency string | boring-360View-1.0.4 |
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.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5README
360View
Allows you to look around 360 degrees while using the terminal or ladder.
Terminal 360 is always enabled, but the ladder can be disabled by setting
AllowLadder360
to false
in the config.
You can also lock the view while using the terminal or ladder by setting
LockView
to true
in the config.
For more help/questions/bug reports, contact me on discord: thegulagisalie
Changelog
1.0.4
- Fix
LockTerminalView
locking during the initial "snapping" phase, rename the config variable accordingly.
1.0.3
- Split
LockView
intoLockTerminalView
andLockLadderView
to allow for better customization,LockLadderView
is not dependent onAllowLadder360
to be true
1.0.2
- Added a
LockView
config option to lock the view when using the terminal or ladder, for the ladderAllowLadder360
must be set totrue
for this to work, otherwise it's unaffected