diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 5ac0e1134..f1263329b 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -3808,6 +3808,10 @@ UPDATE_FREQUENCY = 16000 ; 0 - default behaviour ; 1 - auto fast forward only militia that does not see enemies ; 2 - auto fast forward militia always +; AUTO_FAST_FORWARD_CIVS, AUTO_FAST_FORWARD_CREATURES: +; 0 - default behaviour +; 1 - auto fast forward only invisible +; 2 - auto fast forward always ; Note: only movement is accelerated, most of specific actions like shooting and tossing grenades are performed at normal speed ;------------------------------------------------------------------------------------------------------------------------------ @@ -3815,6 +3819,10 @@ AUTO_FAST_FORWARD_ENEMIES = 0 AUTO_FAST_FORWARD_MILITIA = 0 +AUTO_FAST_FORWARD_CIVS = 0 + +AUTO_FAST_FORWARD_CREATURES = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Fast forward timeslice in milliseconds. The frequency that the base clock is updated. ; At normal speed the clock is updated every 10 milliseconds. diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 4736f36c0..d705573ff 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -3782,6 +3782,10 @@ UPDATE_FREQUENCY = 16000 ; 0 - default behaviour ; 1 - auto fast forward only militia that does not see enemies ; 2 - auto fast forward militia always +; AUTO_FAST_FORWARD_CIVS, AUTO_FAST_FORWARD_CREATURES: +; 0 - default behaviour +; 1 - auto fast forward only invisible +; 2 - auto fast forward always ; Note: only movement is accelerated, most of specific actions like shooting and tossing grenades are performed at normal speed ;------------------------------------------------------------------------------------------------------------------------------ @@ -3789,6 +3793,10 @@ AUTO_FAST_FORWARD_ENEMIES = 0 AUTO_FAST_FORWARD_MILITIA = 0 +AUTO_FAST_FORWARD_CIVS = 0 + +AUTO_FAST_FORWARD_CREATURES = 0 + ;------------------------------------------------------------------------------------------------------------------------------ ; Fast forward timeslice in milliseconds. The frequency that the base clock is updated. ; At normal speed the clock is updated every 10 milliseconds.