I've got engines that needs a bit of cranking to get going (intentionally ie. low starter torque because it sounds cool!) and I need to change the time the starter switch gauge cranks for in order to get it firing the engines. I know it'll work because Ctrl+E works, it's just that the time the gauge switch stays in position for is too short to do it manually. The gauge .xml is...
<Element id="Starter Switch">
<FloatPosition>481.000,269.000</FloatPosition>
<Select id="Select">
<Expression id="Expression">
<Script>
(A:GENERAL ENG STARTER:1,bool)
(A:GENERAL ENG STARTER:2,bool) 2 * +
</Script>
</Expression>
<Case id="Off">
<ExpressionResult>0</ExpressionResult>
<Image id="top_popup\switch_starter_off.bmp" Name="top_popup\switch_starter_off.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
<Case id="Start 1">
<ExpressionResult>1</ExpressionResult>
<Image id="top_popup\switch_starter_left.bmp" Name="top_popup\switch_starter_left.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
<Case id="Start 2">
<ExpressionResult>2</ExpressionResult>
<Image id="top_popup\switch_starter_right.bmp" Name="top_popup\switch_starter_right.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
</Select>
</Element>
Is there something I can whack in there to make it run longer?
<Element id="Starter Switch">
<FloatPosition>481.000,269.000</FloatPosition>
<Select id="Select">
<Expression id="Expression">
<Script>
(A:GENERAL ENG STARTER:1,bool)
(A:GENERAL ENG STARTER:2,bool) 2 * +
</Script>
</Expression>
<Case id="Off">
<ExpressionResult>0</ExpressionResult>
<Image id="top_popup\switch_starter_off.bmp" Name="top_popup\switch_starter_off.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
<Case id="Start 1">
<ExpressionResult>1</ExpressionResult>
<Image id="top_popup\switch_starter_left.bmp" Name="top_popup\switch_starter_left.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
<Case id="Start 2">
<ExpressionResult>2</ExpressionResult>
<Image id="top_popup\switch_starter_right.bmp" Name="top_popup\switch_starter_right.bmp">
<Transparent>True</Transparent>
</Image>
</Case>
</Select>
</Element>
Is there something I can whack in there to make it run longer?
Last edited:




