mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Settings doctrine page + streamlining (#156)
* Added a separate Doctrine page in settings with the following new options: - Minimum number of aircraft for autoplanner to plan OCA packages against - Airbase threat range (nmi) - TARCAP threat buffer distance (nmi) - AEW&C threat buffer distance (nmi) - Theater tanker threat buffer distance (nmi) Implemented handling for the OPFOR autoplanner aggressiveness in objectivefinder.py vulnerable_control_points(). * * Added three new options in Settings: - Autoplanner plans refueling flights for Strike packages - Autoplanner plans refueling flights for OCA packages - Autoplanner plans refueling flights for DEAD packages Fixed a bug in faction.py where F-16Ds were not correctly removed from the faction when the F-16I/F-16D mod was not selected. * Renamed Maximum frontline length -> Maximum frontline width.
This commit is contained in:
@@ -172,7 +172,7 @@ VERSION = _build_version_string()
|
||||
#: * Support for scenery objectives defined by quad zones.
|
||||
#: * Campaign designers can now define almost all settings:
|
||||
#: `settings:`
|
||||
#: ` max_frontline_length: 25` (in km)
|
||||
#: ` max_frontline_width: 25` (in km)
|
||||
#: ` perf_culling_distance: 35` (in km)
|
||||
#:
|
||||
#: Version 10.6
|
||||
|
||||
Reference in New Issue
Block a user