From b6dceee370443fa0a5050af4069222b5a2567f09 Mon Sep 17 00:00:00 2001 From: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com> Date: Tue, 7 May 2024 16:41:20 +0300 Subject: [PATCH] Updated New aircraft module checklist (markdown) --- New-aircraft-module-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New-aircraft-module-checklist.md b/New-aircraft-module-checklist.md index 1bf36cd..e6326ad 100644 --- a/New-aircraft-module-checklist.md +++ b/New-aircraft-module-checklist.md @@ -13,7 +13,7 @@ P1 | Most modules complete these tasks. Commonly available features will not be P2 | Many modules don't complete these tasks. Completing these tasks is required for complete functionality. Can be addressed in future releases. - [ ] P0: pydcs export - 1. Export latest DCS data by following the instructions at the top of [pydcs_export.lua](https://github.com/dcs-retribution/pydcs/dcs/blob/master/tools/pydcs_export.lua) + 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.