Skip to content

Commit

Permalink
Changes for December Update
Browse files Browse the repository at this point in the history
Changes incorporated, white textures should be fixed.
  • Loading branch information
TalonHawke committed Dec 30, 2020
1 parent 3b4f649 commit 27fc37d
Show file tree
Hide file tree
Showing 61 changed files with 722 additions and 734 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,80 +6,80 @@ until then some are disable to avoid any possible conflicts between the old and
<!-- Highest LOD -->
<!-- minimum display size in % (should be bounding sphere vertical screen size, sphere will often be slightly larger than you expect) -->
<!-- default minSize is 0 -->
<LOD minSize="100" ModelFile="VL3_LOD00.gltf"/>
<LOD minSize="75" ModelFile="VL3_LOD01.gltf"/>
<LOD minSize="40" ModelFile="VL3_LOD02.gltf"/>
<LOD minSize="150" ModelFile="VL3_LOD00.gltf"/>
<LOD minSize="110" ModelFile="VL3_LOD01.gltf"/>
<LOD minSize="75" ModelFile="VL3_LOD02.gltf"/>
<LOD minSize="30" ModelFile="VL3_LOD03.gltf"/>
<LOD minSize="15" ModelFile="VL3_LOD04.gltf"/>
<LOD minSize="3" ModelFile="VL3_LOD05.gltf"/>
<LOD minSize="0" ModelFile="VL3_LOD06.gltf"/>
<LOD minSize="1" ModelFile="VL3_LOD06.gltf"/>
</LODS>
</ModelInfo>
<ModelBehaviors>
<!-- Includes ###################################### -->
<Include Path="Asobo\Common.xml"/>
<Include Path="Asobo\Exterior.xml"/>
<!-- ###################################### -->
<Component ID="HANDLING">
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<ANIM_NAME>elevator_percent_key</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<ANIM_NAME_TRIM>trimtab_elevator_key</ANIM_NAME_TRIM>
<TRIM_ONLY>True</TRIM_ONLY>
<INVERT_ANIM>True</INVERT_ANIM>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Aileron_Template">
<ANIM_NAME_LEFT>l_aileron_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_aileron_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Rudder_Template">
<ANIM_NAME>rudder_percent_key</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Flaps_Template">
<ANIM_NAME_LEFT>l_flap_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_flap_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
</Component>
<Component ID="ENGINE">
<UseTemplate Name="ASOBO_ENGINE_Propeller_Template">
<ID>1</ID>
<ANIM_NODE_ID>Prop1</ANIM_NODE_ID>
<ANIM_NAME>prop_anim</ANIM_NAME>
<STILL_NODE_ID>nose_cone_still</STILL_NODE_ID>
<SLOW_NODE_ID>nose_cone_slow</SLOW_NODE_ID>
<PROP_BLURRED_NODE_ID>prop1_blurred</PROP_BLURRED_NODE_ID>
<CONE_BLURRED_NODE_ID>nose_cone_blurred</CONE_BLURRED_NODE_ID>
<PROP_SIDE_BLURRED_NODE_ID>PROP_SIDE_BLUR</PROP_SIDE_BLURRED_NODE_ID>
<FROSTED_BLURRED_NODE_ID>nose_cone_blurred_frost</FROSTED_BLURRED_NODE_ID>
<FROSTED_STILL_NODE_ID>nose_cone_still_frost</FROSTED_STILL_NODE_ID>
<FROSTED_SLOW_NODE_ID>nose_cone_slow_frost</FROSTED_SLOW_NODE_ID>
</UseTemplate>
</Component>
<Component ID="GEARS">
<UseTemplate Name="ASOBO_GEAR_Center_Template">
<ANIM_NAME>c_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Left_Template">
<ANIM_NAME>l_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Right_Template">
<ANIM_NAME>r_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Center_Tire_Template">
<ANIM_NAME>c_tire_anim</ANIM_NAME>
<NODE_ID_STILL>CENTRAL_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>CENTER_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Left_Tire_Template">
<ANIM_NAME>l_tire_anim</ANIM_NAME>
<NODE_ID_STILL>LEFT_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>LEFT_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Right_Tire_Template">
<ANIM_NAME>r_tire_anim</ANIM_NAME>
<NODE_ID_STILL>RIGHT_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>RIGHT_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
</Component>
</ModelBehaviors>
<Behaviors>
<!-- Includes ###################################### -->
<Include ModelBehaviorFile="Asobo\Common.xml"/>
<Include ModelBehaviorFile="Asobo\Exterior.xml"/>
<!-- ###################################### -->
<Component ID="HANDLING">
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<ANIM_NAME>elevator_percent_key</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Elevator_Template">
<ANIM_NAME_TRIM>trimtab_elevator_key</ANIM_NAME_TRIM>
<TRIM_ONLY>True</TRIM_ONLY>
<INVERT_ANIM>True</INVERT_ANIM>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Aileron_Template">
<ANIM_NAME_LEFT>l_aileron_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_aileron_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Rudder_Template">
<ANIM_NAME>rudder_percent_key</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_HANDLING_Flaps_Template">
<ANIM_NAME_LEFT>l_flap_percent_key</ANIM_NAME_LEFT>
<ANIM_NAME_RIGHT>r_flap_percent_key</ANIM_NAME_RIGHT>
</UseTemplate>
</Component>
<Component ID="ENGINE">
<UseTemplate Name="ASOBO_ENGINE_Propeller_Template">
<ID>1</ID>
<ANIM_NODE_ID>Prop1</ANIM_NODE_ID>
<ANIM_NAME>prop_anim</ANIM_NAME>
<STILL_NODE_ID>nose_cone_still</STILL_NODE_ID>
<SLOW_NODE_ID>nose_cone_slow</SLOW_NODE_ID>
<PROP_BLURRED_NODE_ID>prop1_blurred</PROP_BLURRED_NODE_ID>
<CONE_BLURRED_NODE_ID>nose_cone_blurred</CONE_BLURRED_NODE_ID>
<PROP_SIDE_BLURRED_NODE_ID>PROP_SIDE_BLUR</PROP_SIDE_BLURRED_NODE_ID>
<FROSTED_BLURRED_NODE_ID>nose_cone_blurred_frost</FROSTED_BLURRED_NODE_ID>
<FROSTED_STILL_NODE_ID>nose_cone_still_frost</FROSTED_STILL_NODE_ID>
<FROSTED_SLOW_NODE_ID>nose_cone_slow_frost</FROSTED_SLOW_NODE_ID>
</UseTemplate>
</Component>
<Component ID="GEARS">
<UseTemplate Name="ASOBO_GEAR_Center_Template">
<ANIM_NAME>c_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Left_Template">
<ANIM_NAME>l_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Right_Template">
<ANIM_NAME>r_gear</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Center_Tire_Template">
<ANIM_NAME>c_tire_anim</ANIM_NAME>
<NODE_ID_STILL>CENTRAL_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>CENTER_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Left_Tire_Template">
<ANIM_NAME>l_tire_anim</ANIM_NAME>
<NODE_ID_STILL>LEFT_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>LEFT_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
<UseTemplate Name="ASOBO_GEAR_Right_Tire_Template">
<ANIM_NAME>r_tire_anim</ANIM_NAME>
<NODE_ID_STILL>RIGHT_WHEEL</NODE_ID_STILL>
<NODE_ID_BLURRED>RIGHT_WHEEL_BLURRED</NODE_ID_BLURRED>
</UseTemplate>
</Component>
</Behaviors>
</ModelInfo>
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
<!-- Highest LOD -->
<!-- minimum display size in % (should be bounding sphere vertical screen size, sphere will often be slightly larger than you expect) -->
<!-- default minSize is 0 -->
<LOD minSize="100" ModelFile="VL3_cockpit_lod0.gltf"/>
<LOD minSize="30" ModelFile="VL3_cockpit_lod1.gltf"/>
<LOD minSize="15" ModelFile="VL3_cockpit_lod2.gltf"/>
<LOD minSize="10" ModelFile="VL3_cockpit_lod3.gltf"/>
<LOD minSize="4" ModelFile="VL3_cockpit_lod4.gltf"/>
<LOD minSize="2" ModelFile="VL3_cockpit_lod5.gltf"/>
<LOD minSize="1" ModelFile="VL3_cockpit_lod6.gltf"/>
<LOD minSize="150" ModelFile="VL3_cockpit_lod0.gltf"/>
<LOD minSize="110" ModelFile="VL3_cockpit_lod1.gltf"/>
<LOD minSize="75" ModelFile="VL3_cockpit_lod2.gltf"/>
<LOD minSize="35" ModelFile="VL3_cockpit_lod3.gltf"/>
<LOD minSize="15" ModelFile="VL3_cockpit_lod4.gltf"/>
<LOD minSize="1" ModelFile="VL3_cockpit_lod5.gltf"/>
</LODS>
</ModelInfo>
<ModelBehaviors>
<Behaviors>

<!-- Includes ############################# -->
<Include Path="Asobo\Common.xml"/>
<Include Path="Asobo\GlassCockpit\AS3X_Touch.xml"/>
<Include Path="Asobo\Transponder\AS21.xml"/>
<Include Path="Asobo\NAVCOM\AS92.xml"/>
<Include ModelBehaviorFile="Asobo\Common.xml"/>
<Include ModelBehaviorFile="Asobo\GlassCockpit\AS3X_Touch.xml"/>
<Include ModelBehaviorFile="Asobo\Transponder\AS21.xml"/>
<Include ModelBehaviorFile="Asobo\NAVCOM\AS92.xml"/>
<Include ModelBehaviorFile="Asobo\Misc\ASPropeller.xml"/>
<!-- ###################################### -->

<!-- ELECTRICAL ############################# -->
Expand Down Expand Up @@ -91,11 +90,17 @@
<UseTemplate Name="ASOBO_ENGINE_Lever_Choke_Template">
<USE_DRAGGING_INTERACTION>True</USE_DRAGGING_INTERACTION>
<INVERT_INTERACTION>True</INVERT_INTERACTION><!-- MouseWheel inverted -->
<INVERT_IM_DRAG_INPUT_SCALAR>True</INVERT_IM_DRAG_INPUT_SCALAR>
</UseTemplate>
<UseTemplate Name="ASOBO_ASPropeller_Template">
<SWITCH_AUTO_MANUAL_NODE_ID>HANDLING_Switch_Flaps_AutoManual</SWITCH_AUTO_MANUAL_NODE_ID>
<SWITCH_AUTO_MANUAL_ANIM_NAME>HANDLING_Switch_Flaps_AutoManual</SWITCH_AUTO_MANUAL_ANIM_NAME>
<KNOB_INC_DEC_NODE_ID>ENGINE_Lever_Propeller_1</KNOB_INC_DEC_NODE_ID>
<KNOB_INC_DEC_ANIM_NAME>ENGINE_Lever_Propeller_1</KNOB_INC_DEC_ANIM_NAME>
<SWITCH_INC_DEC_NODE_ID>ENGINE_Switch_Propeller_RPM</SWITCH_INC_DEC_NODE_ID>
<SWITCH_INC_DEC_ANIM_NAME>ENGINE_Switch_Propeller_RPM</SWITCH_INC_DEC_ANIM_NAME>
<SCREEN_NODE_ID>prop_screen</SCREEN_NODE_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_ENGINE_Lever_Propeller_Template">
<INTERACTION_TYPE>KNOB</INTERACTION_TYPE>
<ANIM_WRAP>False</ANIM_WRAP>
</UseTemplate>
</Component>

<!-- FUEL ############################# -->
Expand Down Expand Up @@ -191,6 +196,8 @@
</Component>
<UseTemplate Name="ASOBO_HANDLING_Wheel_ElevatorTrim_Template">
<USE_TRAJECTORY_DRAG_MODE>True</USE_TRAJECTORY_DRAG_MODE>
<INVERT_IM_DRAG_INPUT_SCALAR>True</INVERT_IM_DRAG_INPUT_SCALAR>
<DRAG_SCALAR>0.01</DRAG_SCALAR>
</UseTemplate>
</Component>

Expand All @@ -203,9 +210,9 @@
</UseTemplate>
<UseTemplate Name="ASOBO_INSTRUMENT_Needle_Airspeed_Template">
<MIN_VALUE>0</MIN_VALUE>
<MAX_VALUE>190</MAX_VALUE>
<MAX_VALUE>350</MAX_VALUE>
<DONT_APPEND_ID>True</DONT_APPEND_ID>
<UNITS>Knots</UNITS>
<UNITS>kilometers per hour</UNITS>
</UseTemplate>
</Component>

Expand Down Expand Up @@ -256,19 +263,14 @@
</Component>
<UseTemplate Name="ASOBO_LANDING_GEAR_Switch_ParkingBrake_Template">
<ANIM_DELAY>0.5</ANIM_DELAY>
<INVERT_SWITCH_ON_CONDITION>True</INVERT_SWITCH_ON_CONDITION>
</UseTemplate>
</Component>

<!-- LIGHTS ############################# -->
<Component ID="LIGHTS">
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Landing_Template">
</UseTemplate>
<UPDATE_CODE>
(A:ELECTRICAL MASTER BATTERY:1, Bool) if{
(A:GENERAL ENG MASTER ALTERNATOR:1, Bool) 1 != if{ 1 (&gt;K:ALTERNATOR_ON) }
(A:LIGHT NAV ON:1, bool) 1 != if{ 1 (&gt;K:TOGGLE_NAV_LIGHTS) }
}
</UPDATE_CODE>
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Strobe_Template">
</UseTemplate>
</Component>
Expand All @@ -282,6 +284,7 @@
<UseTemplate Name="ASOBO_PASSENGER_Switch_Cabin_Heat_Template">
<ANIMTIP_0>TT:COCKPIT.TOOLTIPS.CABIN_HEAT_2STATES_PUSHED</ANIMTIP_0>
<ANIMTIP_1>TT:COCKPIT.TOOLTIPS.CABIN_HEAT_2STATES_PULLED</ANIMTIP_1>
<INVERT_IM_DRAG_INPUT_SCALAR>True</INVERT_IM_DRAG_INPUT_SCALAR>
</UseTemplate>
<UseTemplate Name="ASOBO_PASSENGER_Switch_Cabin_Air_Template">
<NODE_ID>PASSENGER_Switch_Cabin_Ventilation_1</NODE_ID>
Expand Down Expand Up @@ -326,19 +329,10 @@
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>PASSENGER_Switch_Cabin_Ventilation_1</NODE_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>HANDLING_Switch_Flaps_AutoManual</NODE_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>ENGINE_Lever_Choke</NODE_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>ENGINE_Switch_Propeller_AutoManual</NODE_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>ENGINE_Switch_Propeller_RPM</NODE_ID>
</UseTemplate>

</Component>

</ModelBehaviors>
</Behaviors>
</ModelInfo>
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
; Reference LOD implementation, please keep these comments (for now).

[model.options]
; if true, when showing the exterior, also show the interior model (default false)
withExterior_showInterior=true
; if true, when showing the interior with the exterior, exclude interior.lod.0 (default false); only has an effect when withExterior_showInterior is true
withExterior_showInterior_hideFirstLod=true
; when showing the interior, force showing lod0 (default true)
withInterior_forceFirstLod=true
; when showing the interior, also show the exterior model (default false)
withInterior_showExterior=true

[models]
exterior=VL3.xml
interior=VL3_cockpit.xml
Loading

0 comments on commit 27fc37d

Please sign in to comment.