mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Merged from revision: 1961
Autofire bullets (by Sevenfm) Set default number of autofire bullets: 0 = Max bullets allowed with max aiming 1..10 = Set default number of bullets 1. For MPs and SMGs SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1 2. For ARs, Rifles and Shotguns SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1 3. For MGs SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1962 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -779,6 +779,16 @@ USE_ENHANCED_DESCRIPTION_BOX = 0
|
||||
|
||||
USE_NEW_BURST-AUTO_TARGETING_CURSORS = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set default number of autofire bullets:
|
||||
; 0 = Max bullets allowed with max aiming
|
||||
; 1..10 = Set default number of bullets
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; When this is set to TRUE, it will change the way that the CTH Bar and "F" key feedback report our CTH. Based on
|
||||
; the characters' Experience Level, Wisdom, Marksmanship and Sniper Skill (if any), the program will decide how accurate our
|
||||
|
||||
@@ -777,6 +777,16 @@ USE_ENHANCED_DESCRIPTION_BOX = 0
|
||||
|
||||
USE_NEW_BURST-AUTO_TARGETING_CURSORS = 0
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Set default number of autofire bullets:
|
||||
; 0 = Max bullets allowed with max aiming
|
||||
; 1..10 = Set default number of bullets
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1
|
||||
SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; When this is set to TRUE, it will change the way that the CTH Bar and "F" key feedback report our CTH. Based on
|
||||
; the characters' Experience Level, Wisdom, Marksmanship and Sniper Skill (if any), the program will decide how accurate our
|
||||
|
||||
Reference in New Issue
Block a user