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

Panel Divider alarm / warning indicators #342

Open
MOARdV opened this issue Aug 30, 2021 · 1 comment
Open

Panel Divider alarm / warning indicators #342

MOARdV opened this issue Aug 30, 2021 · 1 comment
Assignees
Projects

Comments

@MOARdV
Copy link
Owner

MOARdV commented Aug 30, 2021

The panel divider has an active color that may be controlled by variables, which means they could also be used as warning or fault indicators to draw attention to a control cluster.

For instance, when fuel is low, the panel dividers near the fuel gauge could turn yellow. When fuel is out, they can turn red. That way, the player doesn't have to spend as much time guessing where the controls are that can be used to address a particular warning. (some better examples might be things like parachute-not-deployed warnings, landing gear up/down reminders).

@MOARdV MOARdV self-assigned this Aug 30, 2021
@MOARdV MOARdV added this to To do in Props via automation Aug 30, 2021
@StoneBlue
Copy link
Contributor

StoneBlue commented Oct 22, 2022

Vulkan has done this sort of thing with a lightting strip prop, using target angle alignment, as an example..??
Seen here, in one of his vids: (link is set to the appropriate time in the vid)
https://youtu.be/RoLTHQrI58A?t=484

I thin this is the modeul that does it:
`
MODULE
{
name = MASComponent

	COLOR_SHIFT
	{
		name = Warnings
		transform = RingEmissive
		passiveColor = 30,30,255,255
	}

	MODEL_SCALE
	{
		name = Warnings
		transform = RingEmissive
		startScale = -1, -1, -1
		endScale = 0, 0, 0
		variable = fc.Conditioned(fc.TargetIsVessel() == 1 and fc.TargetAngle() < 1 and fc.PeriodStep(3) == 1)
	}

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Props
  
To do
Development

No branches or pull requests

2 participants