-
Notifications
You must be signed in to change notification settings - Fork 11
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
Payload/aircraft/carriers #17
base: master
Are you sure you want to change the base?
Conversation
Config: - Added F14 payload - Added M2k payload - Added gun to AV6B ac - Added SC Roosevelt & Lincoln Public: - Added payload images - Added caucacaus airbases for SC Roosevelt & Lincoln
config/settings.yml
Outdated
roosevelt: | ||
name: CVN-71 T.Roosevelt | ||
tacan: 74X | ||
tower: 127.5 | ||
approach: 264.0 | ||
clearance: 265.0 | ||
ground: ICLS 12 | ||
departures: | ||
cat: CAT | ||
recoveries: | ||
case1: CASE I | ||
case2: CASE II | ||
case3: CASE III | ||
lincoln: | ||
name: CVN-72 A.Lincoln | ||
tacan: 75X | ||
tower: 128.5 | ||
approach: 264.0 | ||
clearance: 265.0 | ||
ground: ICLS 13 | ||
departures: | ||
cat: CAT | ||
recoveries: | ||
case1: CASE I | ||
case2: CASE II | ||
case3: CASE III |
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.
This is special to your mission/template. I cannot merge this in the master. Can you exclude this from the PR please?
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.
Sure
config/settings.yml
Outdated
amount: 3 | ||
6: *f14station3 | ||
7: *f14station2 | ||
8a: &f14station8b |
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.
key is 8a, but anchor is 8b?
Also please remove the anchors where they are not needed (as they are not referenced someplace else).
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.
I removed anchor &f14station8b
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.
Also m2000.PNG should be a lowercase "png" as extension. Linux systems have a case sensitive filesystem.
- Removed Roosevelt and Lincoln - Removed anchor &f14station8b - PNG to png, but I'm not sure this works in windows
Requested changes done, except m2000.PNG to m2000.png. I'm unable to push the file in lowercase extension. Maybe you can. |
I can change the file name, but this will put me as the author of the change. I can mention you in the commit message if that is ok for you? Also the trailing white space would need to be corrected ... |
Not a problem for me, really I don't know how to change PNG uploading from Windows... I should change to Linux. |
Config:
Public: