From a51d492ab3325925a51a69e416bd79534ae86ac2 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 24 May 2026 19:05:14 -0400 Subject: refactor: src/ --- src/scripts/ClassicAxisVC.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/scripts/ClassicAxisVC.ini (limited to 'src/scripts/ClassicAxisVC.ini') diff --git a/src/scripts/ClassicAxisVC.ini b/src/scripts/ClassicAxisVC.ini new file mode 100644 index 0000000..f9160a9 --- /dev/null +++ b/src/scripts/ClassicAxisVC.ini @@ -0,0 +1,19 @@ +[ClassicAxis] +; Force auto aim while playing with keyboard and mouse. +ForceAutoAim = false +; Choose the lock on target to display while auto aiming (0 = default, 1 = SA, 2 = LCS/VCS). +LockOnTargetType = 0 +; While aiming with mouse, displays a triangle with the color of the health over the head of the pedestrian. +ShowTriangleForMouseRecruit = false +; Makes the player walk using the defined keyboard key (NULL to disable). +WalkKey = LALT +; Makes camera while aiming similar to LCS/VCS. +StoriesAimingCoords = false +; Crosshair position from (0.0f - 1.0f) while aiming in third person (default 0.53f, 0.4f). +CameraCrosshairMultX = 0.49f +CameraCrosshairMultY = 0.4f +; Makes player arm angle (while pointing with one hand) similar to LCS/VCS. +StoriesPointingArm = true +; Adjust right analog stick sensitivity. +RightAnalogStickSensitivityX = 1.5f +RightAnalogStickSensitivityY = 1.5f -- cgit v1.2.3