mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
If USE_AIMED_BURST and AIMED_BURST_ALTERNATE_KEY are TRUE, then [Alt] + [t] over a target will toggle aiming. This is for people who have no working mousewheel and thus couldn't aim with auto-only weapons.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1855 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -851,9 +851,12 @@ ALT_AIMING_ENABLED = TRUE
|
||||
; Due to the reworked auto and burst penalties aimed auto-fire is less efficient then aimed burst for all guns. There is simply
|
||||
; no use in firing more then 3 rounds due to low CtH od the last bullets. Aiming is performed by the mouse scrolling wheel.
|
||||
; ENABLE_EXT_MOUSE_KEYS must be set to TRUE for this option.
|
||||
;
|
||||
; If your mousewheel does not work, you can do the same via [Alt] + [t] if AIMED_BURST_ALTERNATE_KEY is TRUE.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
USE_AIMED_BURST = TRUE
|
||||
AIMED_BURST_ALTERNATE_KEY = FALSE
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Default: 2
|
||||
|
||||
Reference in New Issue
Block a user