mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Add missing transport group options (#34)
This commit is contained in:
@@ -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
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
;******************************************************************************************************************************
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user