-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
SA342: LASER_POWER
should be VCB_POWER
or BCV_POWER
#484
Comments
Also on a tangential note - is there a reason not to make the various switch covers |
I haven't tested myself yet, but this seems like a case where Duplicate identifiers can be added, but we generally try to avoid them and just encourage users to use the new ids. @WarLord211 might know more about how many people are building Gazelle pits and could say more about who this might affect. |
I'd be delighted to know if anyone is making a Gazelle pit... I changed them over to ToggleOnly and they worked as expected with brief testing. If anyone is expecting e.g. |
Was this made already? |
It doesn't appear so. I don't really have any experience with the gazelle so I was hesitant to make the change, but I can take a look if you'd like. |
I went through and tested all the other covers and the missile cover was the only one I found which needed ToggleOnly - the others all seemed to function as expected. I also renamed the existing |
Thanks for the superb work!
I've found a mislabelled identifier -
LASER_POWER
is the power switch for the video control box. Can you introduce a duplicate identifier asVCB_POWER
orBCV_POWER
(Video Control Box / Boitier de Commande Video) without breaking backwards compatibility? As far as I know there's not a separate power switch for the laser rangefinder.dcs-bios/Scripts/DCS-BIOS/lib/modules/aircraft_modules/SA342.lua
Line 120 in 0777166
The text was updated successfully, but these errors were encountered: