Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MH-60R migrated to module #356

Merged
merged 12 commits into from
Oct 6, 2023
Merged

MH-60R migrated to module #356

merged 12 commits into from
Oct 6, 2023

Conversation

jdahlblom
Copy link
Contributor

@jdahlblom jdahlblom commented Oct 6, 2023

Not tested. Straightforward migration though.

@jdahlblom jdahlblom marked this pull request as ready for review October 6, 2023 14:52
Copy link
Member

@charliefoxtwo charliefoxtwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just needs to be added to AircraftList.lua (and I think there might be a text file somewhere that stores the ids as well? I don't remember what it's called though)

Scripts/DCS-BIOS/BIOS.lua Outdated Show resolved Hide resolved
@@ -64,6 +64,7 @@
"MB-339A": [ "CommonData", "MB-339" ],
"MB-339APAN": [ "CommonData", "MB-339" ],
"MB-339PAN": [ "CommonData", "FC3" ],
"MH-60R": [ "MH-60R" ],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also have commondata. I'm guessing this needs to be added to AircraftList.lua as well.

@charliefoxtwo
Copy link
Member

Here we go - it should be added here as well https://github.com/DCS-Skunkworks/dcs-bios/blob/master/Scripts/DCS-BIOS/doc/addresses.txt

@@ -119,6 +120,7 @@
"T-45": [ "CommonData", "VNAO_T-45" ],
"TF-51D": [ "CommonData", "NS430", "P-51D" ],
"UH-1H": [ "CommonData", "NS430", "UH-1H" ],
"UH-60L": [ "MH-60R" ],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this also show Commondata? You likely need to add this to AircraftList.lua as well

@jdahlblom jdahlblom added this pull request to the merge queue Oct 6, 2023
Merged via the queue into DCS-Skunkworks:master with commit dfd1aad Oct 6, 2023
2 checks passed
@jdahlblom jdahlblom deleted the MH-60R-Module branch October 7, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants