diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 06815b464..209432d88 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -3530,6 +3530,18 @@ ALTERNATIVE_HELICOPTER_FUEL_SYSTEM = TRUE ; If TRUE, after helicopter gets hit by SAM, there's chance passengers will be wounded. HELICOPTER_PASSENGERS_CAN_GET_HIT = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Strategic Transport Groups +;------------------------------------------------------------------------------------------------------------------------------ + +; If TRUE, transport groups travel between the capital and enemy towns. If you can track them down, they'll have good loot. +; Every transport group that completes its rounds provides the enemy with small bonuses (depending on your difficulty). +STRATEGIC_TRANSPORT_GROUPS_ENABLED = FALSE + +; The maximum number of groups that can be present on the map at any given time is the lower between this number and +; the number of mines that the enemy owns +MAX_SIMULTANEOUS_STRATEGIC_TRANSPORT_GROUPS = 5 + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 9a9e6131a..0fd4b6f8f 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -3529,6 +3529,18 @@ ALTERNATIVE_HELICOPTER_FUEL_SYSTEM = FALSE ; If TRUE, after helicopter gets hit by SAM, there's chance passengers will be wounded. HELICOPTER_PASSENGERS_CAN_GET_HIT = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Strategic Transport Groups +;------------------------------------------------------------------------------------------------------------------------------ + +; If TRUE, transport groups travel between the capital and enemy towns. If you can track them down, they'll have good loot. +; Every transport group that completes its rounds provides the enemy with small bonuses (depending on your difficulty). +STRATEGIC_TRANSPORT_GROUPS_ENABLED = FALSE + +; The maximum number of groups that can be present on the map at any given time is the lower between this number and +; the number of mines that the enemy owns +MAX_SIMULTANEOUS_STRATEGIC_TRANSPORT_GROUPS = 5 + ;****************************************************************************************************************************** ;******************************************************************************************************************************