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:
silversurfer
2014-09-10 12:15:47 +00:00
parent 724f738a74
commit 72d642b292
3 changed files with 17 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -1384,7 +1384,7 @@ ASSASSIN_PROPABILITY_MODIFIER = 100
; Range: 0-255
;------------------------------------------------------------------------------------------------------------------------------
BASE_SIGHT_RANGE = 13
BASE_SIGHT_RANGE = 14
;------------------------------------------------------------------------------------------------------------------------------
;Modifiers to the sight range in various light conditions. 0 = brightest, 15 = darkest
+8
View File
@@ -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