From b4188e6a7768723af95b7efba6a0582bbb5deec5 Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:31:21 +1100 Subject: [PATCH] Updated New aircraft module checklist (markdown) --- New-aircraft-module-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New-aircraft-module-checklist.md b/New-aircraft-module-checklist.md index e6326ad..055d801 100644 --- a/New-aircraft-module-checklist.md +++ b/New-aircraft-module-checklist.md @@ -16,13 +16,13 @@ P2 | Many modules don't complete these tasks. Completing these tasks is required 1. Export latest DCS data by following the instructions at the top of [pydcs_export.lua](https://github.com/dcs-retribution/pydcs/blob/master/tools/pydcs_export.lua) 2. Send PR to pydcs 3. Update Retribution to the latest DCS -- [ ] P0: Add unit data to `resources/units/aircraft`. See [the F-16C data](https://github.com/dcs-retribution/dcs-retribution/blob/develop/resources/units/aircraft/F-16C_50.yaml) for a complete example. +- [ ] P0: Add unit data to `resources/units/aircraft`. See [the F-16C data](https://github.com/dcs-retribution/dcs-retribution/blob/dev/resources/units/aircraft/F-16C_50.yaml) for a complete example. - [ ] P0: Price. Compare to similar aircraft to determine what the price should be. - [ ] 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. - - [ ] P2: [Fuel consumption data](https://github.com/dcs-retribution/dcs-retribution/blob/develop/doc/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. + - [ ] 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. - [ ] P0: Add to relevant factions.