mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
set BASE_SIGHT_RANGE = 14 for Data-1.13 like the official 2014 release
added new option to CTHConstants.ini: IRON_SIGHTS_MAX_APERTURE_MODIFIER = 3.0 This modifies how fast the aperture grows for iron sights when IRON_SIGHTS_MAX_APERTURE_USE_GRADIENT = TRUE git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2143 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -79,6 +79,14 @@ DEGREES_MAXIMUM_APERTURE = 15
|
||||
; If TRUE the aperture will use a curve to grow slower over distance making iron sights
|
||||
; more powerful over long distances.
|
||||
IRON_SIGHTS_MAX_APERTURE_USE_GRADIENT = FALSE
|
||||
; If IRON_SIGHTS_MAX_APERTURE_USE_GRADIENT is TRUE the following parameter defines
|
||||
; how fast the aperture will grow. A lower value will make it grow slower thus making
|
||||
; iron sights even more powerful.
|
||||
; A value of 2.0 will make iron sights almost as powerful as a 2x scope whereas a value
|
||||
; of 5.0 causes just a little change from the old behaviour.
|
||||
; Values can go from 2.0 to 5.0
|
||||
; The default is 3.0
|
||||
IRON_SIGHTS_MAX_APERTURE_MODIFIER = 3.0
|
||||
|
||||
; The Range Coefficient works with the listed weapon range to determine the weapons
|
||||
; maximum range. Once a bullet reaches it's maximum range, gravity pulls it towards
|
||||
|
||||
Reference in New Issue
Block a user