Improved Auto Fast Forward (by Sevenfm)

- New options in ja2_options.ini

AUTO_FAST_FORWARD_ENEMIES:
0 - default behavior
1 - auto fast forward only enemies that are not seen by player's team
2 - auto fast forward only invisible enemies
3 - auto fast forward all enemies

AUTO_FAST_FORWARD_MILITIA:
0 - default behavior
1 - auto fast forward only militia that does not see enemies
2 - auto fast forward militia always

Note: only movement is accelerated, most of specific actions like shooting and tossing grenades are performed at normal speed

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1895 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-12-18 13:50:50 +00:00
parent 59e6c62db4
commit 85ea4716a8
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -3677,6 +3677,24 @@ CLOCK_SPEED_PERCENT = 150
UPDATE_FREQUENCY = 16000
;------------------------------------------------------------------------------------------------------------------------------
; Improved auto fast forwarding.
; AUTO_FAST_FORWARD_ENEMIES:
; 0 - default behaviour
; 1 - auto fast forward only enemies that are not seen by player's team
; 2 - auto fast forward only invisible enemies
; 3 - auto fast forward all enemies
; AUTO_FAST_FORWARD_MILITIA:
; 0 - default behaviour
; 1 - auto fast forward only militia that does not see enemies
; 2 - auto fast forward militia always
; Note: only movement is accelerated, most of specific actions like shooting and tossing grenades are performed at normal speed
;------------------------------------------------------------------------------------------------------------------------------
AUTO_FAST_FORWARD_ENEMIES = 0
AUTO_FAST_FORWARD_MILITIA = 0
;------------------------------------------------------------------------------------------------------------------------------
; Fast forward timeslice in milliseconds. The frequency that the base clock is updated.
; At normal speed the clock is updated every 10 milliseconds.
+18
View File
@@ -3676,6 +3676,24 @@ CLOCK_SPEED_PERCENT = 150
;------------------------------------------------------------------------------------------------------------------------------
UPDATE_FREQUENCY = 16000
;------------------------------------------------------------------------------------------------------------------------------
; Improved auto fast forwarding.
; AUTO_FAST_FORWARD_ENEMIES:
; 0 - default behaviour
; 1 - auto fast forward only enemies that are not seen by player's team
; 2 - auto fast forward only invisible enemies
; 3 - auto fast forward all enemies
; AUTO_FAST_FORWARD_MILITIA:
; 0 - default behaviour
; 1 - auto fast forward only militia that does not see enemies
; 2 - auto fast forward militia always
; Note: only movement is accelerated, most of specific actions like shooting and tossing grenades are performed at normal speed
;------------------------------------------------------------------------------------------------------------------------------
AUTO_FAST_FORWARD_ENEMIES = 0
AUTO_FAST_FORWARD_MILITIA = 0
;------------------------------------------------------------------------------------------------------------------------------
; Fast forward timeslice in milliseconds. The frequency that the base clock is updated.