Support replacing squadrons in-place.

This commit is contained in:
Dan Albert
2023-05-04 20:34:29 -07:00
committed by Raffson
parent 7bbf5d59e4
commit e95a6bf759
2 changed files with 162 additions and 42 deletions

View File

@@ -138,6 +138,7 @@ Saves from 6.x are not compatible with 7.0.
* **[Modding]** Aircraft task capabilities and preferred aircraft for each task are now moddable in the aircraft unit yaml files. Each aircraft has a weight per task. Higher weights are given higher preference.
* **[Modding]** The `mission_types` field in squadron files has been removed. Squadron task capability is now determined by airframe, and the auto-assignable list has always been overridden by the campaign settings.
* **[Squadrons]** Squadron-specific mission capability lists no longer restrict players from assigning missions outside the squadron's preferences.
* **[New Game Wizard]** Squadrons can be directly replaced with a preset during air wing configuration rather than needing to remove and create a new squadron.
## Fixes