new modifier SCROLL_SPEED_FACTOR in Ja2_Options.INI that allows to modify scroll speed

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2341 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
silversurfer
2016-09-11 11:46:10 +00:00
parent ded46fea5a
commit cfc541f870
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -594,6 +594,12 @@ CREATURE_TURN_SPEED_UP_FACTOR = 1.0
MILITIA_TURN_SPEED_UP_FACTOR = 1.0
CIVILIAN_TURN_SPEED_UP_FACTOR = 1.0
;------------------------------------------------------------------------------------------------------------------------------
; Allows to modify scroll speed in tactical view
; Range: 0.5 - 2.0, default is 1.0
;------------------------------------------------------------------------------------------------------------------------------
SCROLL_SPEED_FACTOR = 1.0
;------------------------------------------------------------------------------------------------------------------------------
; Should the game use the externalized sector loadscreens?
; If set to TRUE, the game will use the loadscreens defined in TableData\Map\SectorLoadscreens.xml.
+6
View File
@@ -567,6 +567,12 @@ CREATURE_TURN_SPEED_UP_FACTOR = 1.0
MILITIA_TURN_SPEED_UP_FACTOR = 1.0
CIVILIAN_TURN_SPEED_UP_FACTOR = 1.0
;------------------------------------------------------------------------------------------------------------------------------
; Allows to modify scroll speed in tactical view
; Range: 0.5 - 2.0, default is 1.0
;------------------------------------------------------------------------------------------------------------------------------
SCROLL_SPEED_FACTOR = 1.0
;------------------------------------------------------------------------------------------------------------------------------
; Should the game use the externalized sector loadscreens?
; If set to TRUE, the game will use the loadscreens defined in TableData\Map\SectorLoadscreens.xml.