Fix timer events
This commit is contained in:
parent
5b881a53ee
commit
7ae81c0cd1
@ -30,6 +30,8 @@
|
|||||||
<ANIM_LENGTH>10</ANIM_LENGTH>
|
<ANIM_LENGTH>10</ANIM_LENGTH>
|
||||||
<ANIM_LAG>100</ANIM_LAG>
|
<ANIM_LAG>100</ANIM_LAG>
|
||||||
<DRAG_THRESHOLD>0.075</DRAG_THRESHOLD>
|
<DRAG_THRESHOLD>0.075</DRAG_THRESHOLD>
|
||||||
|
<CURSOR_LEFT>TurnLeft</CURSOR_LEFT>
|
||||||
|
<CURSOR_RIGHT>TurnRight</CURSOR_RIGHT>
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Parameters Type="Override">
|
<Parameters Type="Override">
|
||||||
<Condition Check="ANIM_NAME">
|
<Condition Check="ANIM_NAME">
|
||||||
@ -72,8 +74,8 @@
|
|||||||
<MouseRect>
|
<MouseRect>
|
||||||
<IMCursorsInstances>
|
<IMCursorsInstances>
|
||||||
<IMDefault>
|
<IMDefault>
|
||||||
<CursorLeft>TurnLeft</CursorLeft>
|
<CursorLeft>#CURSOR_LEFT#</CursorLeft>
|
||||||
<CursorRight>TurnRight</CursorRight>
|
<CursorRight>#CURSOR_RIGHT#</CursorRight>
|
||||||
<Cursor>Dynamic</Cursor>
|
<Cursor>Dynamic</Cursor>
|
||||||
</IMDefault>
|
</IMDefault>
|
||||||
<IMDrag>
|
<IMDrag>
|
||||||
|
|||||||
@ -218,8 +218,9 @@
|
|||||||
<!-- NOTE: Event 95491 does nothing -->
|
<!-- NOTE: Event 95491 does nothing -->
|
||||||
<UseTemplate Name="MD11_Finite_Knob">
|
<UseTemplate Name="MD11_Finite_Knob">
|
||||||
<NODE_NAME>MD11_RSIDE_TIMER_SW</NODE_NAME>
|
<NODE_NAME>MD11_RSIDE_TIMER_SW</NODE_NAME>
|
||||||
<CODE_INC>95490 (>L:CEVENT)</CODE_INC>
|
<NUM_POS>2</NUM_POS>
|
||||||
<CODE_DEC>95490 (>L:CEVENT)</CODE_DEC>
|
<INC_CODE>95490 (>L:CEVENT)</INC_CODE>
|
||||||
|
<DEC_CODE>95490 (>L:CEVENT)</DEC_CODE>
|
||||||
</UseTemplate>
|
</UseTemplate>
|
||||||
<UseTemplate Name="MD11_3Pos_Switch">
|
<UseTemplate Name="MD11_3Pos_Switch">
|
||||||
<NODE_NAME>MD11_RSIDE_FLOOR_SW</NODE_NAME>
|
<NODE_NAME>MD11_RSIDE_FLOOR_SW</NODE_NAME>
|
||||||
@ -290,8 +291,9 @@
|
|||||||
<!-- NOTE: Event 94211 does nothing -->
|
<!-- NOTE: Event 94211 does nothing -->
|
||||||
<UseTemplate Name="MD11_Finite_Knob">
|
<UseTemplate Name="MD11_Finite_Knob">
|
||||||
<NODE_NAME>MD11_LSIDE_TIMER_SW</NODE_NAME>
|
<NODE_NAME>MD11_LSIDE_TIMER_SW</NODE_NAME>
|
||||||
<CODE_INC>94210 (>L:CEVENT)</CODE_INC>
|
<NUM_POS>2</NUM_POS>
|
||||||
<CODE_DEC>94210 (>L:CEVENT)</CODE_DEC>
|
<INC_CODE>94210 (>L:CEVENT)</INC_CODE>
|
||||||
|
<DEC_CODE>94210 (>L:CEVENT)</DEC_CODE>
|
||||||
</UseTemplate>
|
</UseTemplate>
|
||||||
<UseTemplate Name="MD11_3Pos_Switch">
|
<UseTemplate Name="MD11_3Pos_Switch">
|
||||||
<NODE_NAME>MD11_LSIDE_FLOOR_SW</NODE_NAME>
|
<NODE_NAME>MD11_LSIDE_FLOOR_SW</NODE_NAME>
|
||||||
|
|||||||
@ -75,6 +75,13 @@
|
|||||||
- Freighter `TF_MD11_VC_GAUGES_ALBD.PNG.DDS` is missing texture for
|
- Freighter `TF_MD11_VC_GAUGES_ALBD.PNG.DDS` is missing texture for
|
||||||
`KH_MD11_MIP_STBY_AI_OFF_RNG`
|
`KH_MD11_MIP_STBY_AI_OFF_RNG`
|
||||||
|
|
||||||
|
### VR Double Cursor
|
||||||
|
- Added collision mesh
|
||||||
|
|
||||||
|
### Walkable Interior
|
||||||
|
- Experiment for 2024 only.
|
||||||
|
Adds collision mesh to F interior, allows walking inside.
|
||||||
|
|
||||||
## Exterior
|
## Exterior
|
||||||
|
|
||||||
### Nodes that were defined but do not exist in model
|
### Nodes that were defined but do not exist in model
|
||||||
|
|||||||
@ -8,3 +8,4 @@
|
|||||||
</Packages>
|
</Packages>
|
||||||
<PublishingGroups/>
|
<PublishingGroups/>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user