This plugin allows you to keep the camera target on specific parts of the target character.
The purpose of this is to allow you to really focus on the fun parts without having to manage the camera.
If you've found a bug or think something could be improved with any of my mods please make a github issue or a hongfire comment about it or message me on the Honey Play discord.
- Install Illusion Plugin Architecture (IPA).
- Throw the files into the Honey Select root folder.
- Default hotkey is N, unlock by holding the same button for a while.
- Download ModSettingsMenu and ModMenuManager to change LockOnPlugin settings easily in game. (Optional) - Download link
The latest release should always be here
Normal settings are in \UserData\modprefs.ini
Target settings are in \Plugins\TargetSettings\
All hotkeys can be set to false to disable or set to any value from keynames.txt, no modifiers
LockOnHotkeyLock to targets in quicktargets.txt on the selected character (default: N)LockOnGuiHotkeyDisplay clickable targets on the selected character (default: K)PrevCharaHotkeySelect previous character in the work menu (default: false)NextCharaHotkeySelect next character in the work menu (default: L)
LockedTrackingSpeedHow fast the camera follows the target (between 0.01 and 1.0)ShowInfoMsgDisplay messages about what the mod is doing (true/false)ManageCursorVisibilityHide the cursor when either mouse button is down (true/false)HideCameraTargetHide the white camera target indicator thing (true/false)ScrollThroughMalesTooScroll through males too with NextCharaHotkey (true/false)NearClipPlaneGoverns how close you can be to objects before clipping through
(values smaller than 0.03 may cause glitches to distant objects)
ControllerEnabledEnable or disable gamepad controls completely (true/false)ControllerMoveSpeedCamera movement sensitivity (between 0.0 and 1.0)ControllerZoomSpeedCamera zoom sensitivity (between 0.0 and 1.0)ControllerRotSpeedCamera rotation sensitivity (between 0.0 and 1.0)ControllerInvertXInvert look direction on x axis (true/false)ControllerInvertYInvert look direction on y axis (true/false)ControllerSwapSticksSwap functionality of controller sticks (true/false)
quicktargets(fe)male.txtTargets for LockOnHotkeynormaltargets.txtTargets for LockOnGuiHotkeycustomtargets.txtAdditional targets that are between two normal targetscentertargetweights.txtPoints and weights the CenterTarget position is based on
To adjust fov or camera angle hold left shift/ctrl and drag with right mouse button while locked on.
Gamepad input requires a xinput compatible controller. (Movement only works in neo)
Use DS4Windows or something similar if you have a directinput controller.
The hotkeys should be used with the extra mouse buttons for maximum one handed action.
A little autohotkey script like this can make this mod a lot more enjoyable to use.
#IfWinActive StudioNEO ahk_class UnityWndClass
XButton2::n ; mouse extra button to lock on
MButton::k ; middle click to show gui targets
#IfWinActive