diff options
| author | kj_sh604 | 2026-05-24 19:05:14 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-24 19:05:14 -0400 |
| commit | a51d492ab3325925a51a69e416bd79534ae86ac2 (patch) | |
| tree | 4e971cf02a0167a425d3d110ed6b5647f9e061d6 /src/scripts/ClassicAxisVC.ini | |
| parent | da21f6d5b4ac1fa65283c56dc3b79ac126ce0e90 (diff) | |
refactor: src/
Diffstat (limited to 'src/scripts/ClassicAxisVC.ini')
| -rw-r--r-- | src/scripts/ClassicAxisVC.ini | 19 |
1 files changed, 19 insertions, 0 deletions
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
|
