Updated New aircraft module checklist (markdown)

Starfire13 2025-02-22 10:33:54 +11:00
parent b4188e6a77
commit 5756411684

@ -21,7 +21,7 @@ P2 | Many modules don't complete these tasks. Completing these tasks is required
- [ ] P0: Variants. These are the names that will be used in the UI. At least one is required, but variants should be added for faction-specific types as necessary (e.g. a CF-18 variant for the Canadian F/A-18).
- [ ] P1: Maximum range estimate. This is the maximum range from departure to target that the auto-planner will consider. The defaults are extremely conservative to avoid planning missions that will kill AI flights that run out of fuel.
- [ ] P1: Information sections (description, introduction date, manufacturer, origin, and role).
- [ ] P1: Radio configuration. See [radios.py](https://github.com/dcs-retribution/dcs-retribution/blob/develop/game/radio/radios.py) for a list of known radio types. Add new radios to that list if necessary. Necessary for default channel assignments and non-conflicting intra-flight frequency assignments.
- [ ] P1: Radio configuration. See [radios.py](https://github.com/dcs-retribution/dcs-retribution/blob/dev/game/radio/radios.py) for a list of known radio types. Add new radios to that list if necessary. Necessary for default channel assignments and non-conflicting intra-flight frequency assignments.
- [ ] P2: [Fuel consumption data](https://github.com/dcs-retribution/dcs-retribution/blob/dev/docs/modding/fuel-consumption-measurement.md). Without this the kneeboard will not show minimum required fuel for each waypoint, and bingo/joker estimates may be extremely inaccurate.
- [ ] P0: [Flight planner priority lists](https://github.com/dcs-retribution/dcs-retribution/blob/develop/game/ato/ai_flight_planner_db.py). These lists are in priority order. Add the aircraft to the list for each mission type it is capable of in the order suitable for auto-planner preference. For example, for CAP the F-16 should be lower in the list than the F-22, but above the FW-190.
- [ ] P0: Default loadouts for all supported mission types.