mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Calculate orientation of specific TGOs automatically
This will allow to automatically calculate the orientation of TGOs which are required to head to the conflict if the campaign designer has not defined a specific heading in the campaign miz. This is for example required for silkworm, scuds or some SAM systems like the SA-11. Added the should_head_to_conflict property to the TGO
This commit is contained in:
@@ -134,6 +134,10 @@ VERSION = _build_version_string()
|
||||
#: also used later in mission generation to orient the group accordingly.
|
||||
#: This removes the randomization of the orientation from the generation.
|
||||
#: Most campaigns will not need any updates and will work out of the box.
|
||||
#: If the campaign designer sets the heading to 0 then we will automatically change
|
||||
#: the orientation of the generated TGO to head towards the conflict if it is
|
||||
#: required by the TGO to work properly. Values other than 0 will prevent the
|
||||
#: automatic orientation.
|
||||
#:
|
||||
#: Version 10.1
|
||||
#: * Campaign designers can now define the recommended economy settings:
|
||||
|
||||
Reference in New Issue
Block a user