Add missing transport group options (#34)

This commit is contained in:
rftrdev
2023-07-05 18:30:38 -07:00
committed by GitHub
parent cf11a63583
commit 577a21bf78
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************
+12
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************