June 9, 201312 yr I like to have some favorite settings set at startup - yours may differ, but here goes.. Just create a little XML gauge and call it in the panel.cfg.. <Gauge Name="Control_init" Version="1.0"> <!-- Initial settings --> <Element> <Select> <Value> (L:Init_IR,bool) ! if{ 1 (>L:WINDOWSTINTBOOL,bool) 1 (>L:WINDOWSTINTBOOL2,bool) 1 (>L:Init_IR,bool) } <!-- Set Pressurization Goal to zero, if negative --> (A:PRESSURIZATION CABIN ALTITUDE GOAL, feet) -40 < if{ 1 (>K:PRESSURIZATION_PRESSURE_ALT_INC) } </Value> </Select> </Element> </Gauge> This turns off Windows reflections and tint, and sets the initial Cabin Altitude Goal to zero instead of Carenado's -1229 feet.. Bert
Create an account or sign in to comment