-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Conversation
There was a problem hiding this 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)
@@ -64,6 +64,7 @@ | |||
"MB-339A": [ "CommonData", "MB-339" ], | |||
"MB-339APAN": [ "CommonData", "MB-339" ], | |||
"MB-339PAN": [ "CommonData", "FC3" ], | |||
"MH-60R": [ "MH-60R" ], |
There was a problem hiding this comment.
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.
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" ], |
There was a problem hiding this comment.
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
Not tested. Straightforward migration though.