-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from Vivero/version-3
Add some hands
- Loading branch information
Showing
132 changed files
with
2,650 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@INTERNAL[*]:HAS[@PROP[ALCORThrottleCtrl]] | ||
{ | ||
@PROP[ALCORThrottleCtrl] | ||
{ | ||
@name = KVR_ThrottleControl | ||
} | ||
} | ||
|
||
@INTERNAL[*]:HAS[@PROP[ALCORRotationCtrl]] | ||
{ | ||
@PROP[ALCORRotationCtrl] | ||
{ | ||
@name = KVR_RotationControl | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
KerbalVR/Assets/Props/Control/Push_Button_Modular/KVRPB_PrecisionMode-SH02-B2.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
PROP | ||
{ | ||
name = KVRPB_PrecisionMode-SH02-B2 | ||
|
||
// MODEL ASSEMBLY -------------------------------------------------------------- | ||
// Button | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_SplitHorizontal_Cap | ||
texture = pb_Full_Cap_Black,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Black | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Backlight | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_2 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Collider | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Collider | ||
} | ||
|
||
// ----------------------------------------------------------------------------- | ||
// action | ||
MODULE | ||
{ | ||
name = KVR_PushButton | ||
|
||
coloredObject = GlowBorder | ||
|
||
KVR_BUTTON | ||
{ | ||
type = Latching | ||
animationName = pb_PushAnim | ||
colliderTransformName = pb_Collider | ||
outputSignal = precision_mode | ||
sound = KerbalVR/Assets/Props/Sounds/pb_Push02 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = PRECISION\nMODE | ||
parentTransformName = PanelTextTop_bklt | ||
fontSize = 0.08 | ||
fontStyle = Bold | ||
textAlignment = Bottom | ||
rectPivot = 0.5, 0 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = ON | ||
parentTransformName = Legend_Upper | ||
fontSize = 0.08 | ||
fontStyle = Normal | ||
textAlignment = Center | ||
positionOffset = 0, 0, 0.000050018 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = OFF | ||
parentTransformName = Legend_Lower | ||
fontSize = 0.08 | ||
fontStyle = Normal | ||
textAlignment = Center | ||
} | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
KerbalVR/Assets/Props/Control/Push_Button_Modular/KVRPB_RCS-SH02-B6-C2.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
PROP | ||
{ | ||
name = KVRPB_RCS-SH02-B6-C2 | ||
|
||
// MODEL ASSEMBLY -------------------------------------------------------------- | ||
// Button | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_SplitHorizontal_Cap | ||
texture = pb_Full_Cap_Black,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Black | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Backlight | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_6 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Cover | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Cover02 | ||
texture = pb_Glass_Diffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Glass_Diffuse | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Collider | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Collider | ||
} | ||
|
||
// ----------------------------------------------------------------------------- | ||
// action | ||
MODULE | ||
{ | ||
name = KVR_PushButton | ||
|
||
coloredObject = GlowBorder | ||
|
||
KVR_BUTTON | ||
{ | ||
type = Latching | ||
animationName = pb_PushAnim | ||
colliderTransformName = pb_Collider | ||
sound = KerbalVR/Assets/Props/Sounds/pb_Push02 | ||
} | ||
|
||
KVR_COVER | ||
{ | ||
animationName = pb_Cover_Anim | ||
colliderTransformName = pb_Cover_Collider | ||
sound = KerbalVR/Assets/Props/Sounds/pb_Cover02 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = RCS | ||
parentTransformName = PanelTextTop_cover | ||
fontSize = 0.14 | ||
fontStyle = Bold | ||
textAlignment = Baseline | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = ON | ||
parentTransformName = Legend_Upper | ||
fontSize = 0.08 | ||
fontStyle = Normal | ||
textAlignment = Center | ||
positionOffset = 0, 0, 0.000050018 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = OFF | ||
parentTransformName = Legend_Lower | ||
fontSize = 0.08 | ||
fontStyle = Normal | ||
textAlignment = Center | ||
} | ||
} | ||
} |
Binary file added
BIN
+18.4 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/Switch_TUMBLEDiffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.12 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_1.mu
Binary file not shown.
Binary file added
BIN
+1.82 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_2.mu
Binary file not shown.
Binary file added
BIN
+5.76 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_3.mu
Binary file not shown.
Binary file added
BIN
+6.05 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_4.mu
Binary file not shown.
Binary file added
BIN
+2.03 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_5.mu
Binary file not shown.
Binary file added
BIN
+2.31 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Bcklt_6.mu
Binary file not shown.
Binary file added
BIN
+1.59 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Collider.mu
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+44.3 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Cover02.mu
Binary file not shown.
Binary file added
BIN
+36.6 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Cover03_RED.mu
Binary file not shown.
Binary file added
BIN
+17.6 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap.mu
Binary file not shown.
Binary file added
BIN
+3.3 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.9 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.97 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.87 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_Red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.3 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Full_Cap_White.mu
Binary file not shown.
Binary file added
BIN
+20.3 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Glass_Diffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.64 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_Guard01.mu
Binary file not shown.
Binary file added
BIN
+20.2 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_SplitHorizontal_Cap.mu
Binary file not shown.
Binary file added
BIN
+20.2 KB
KerbalVR/Assets/Props/Control/Push_Button_Modular/models/pb_SplitVertical_Cap.mu
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
KerbalVR/Assets/Props/Control/RotationControl/KVR_RotationControl.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PROP | ||
{ | ||
name = KVR_RotationControl | ||
|
||
// ----- Stick Rotation Module | ||
|
||
MODULE | ||
{ | ||
name = KVR_ControlStick | ||
transformStickCollider = StickCollider | ||
transformStick = PitchObj | ||
|
||
KVR_EMISSIVE | ||
{ | ||
inputSignal = local | ||
color = 1, 1, 1, 1 | ||
objectName = ThrottleBoxLight | ||
objectName = StickLightObj | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file added
BIN
+9.65 KB
KerbalVR/Assets/Props/Control/RotationControl/RotationCtrlDiffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
KerbalVR/Assets/Props/Control/ThrottleControl/KVR_ThrottleControl.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
PROP | ||
{ | ||
name = KVR_ThrottleControl | ||
|
||
// ----- Throttle Module | ||
|
||
MODULE | ||
{ | ||
name = KVR_Throttle | ||
|
||
transformHandle = throttleLever | ||
transformHandleCollider = throttleLeverCollider | ||
transformHandleAngleOffset = 25.1593 | ||
|
||
KVR_EMISSIVE | ||
{ | ||
inputSignal = local | ||
color = 1, 0, 0, 1 | ||
objectName = ThrottleBoxLight | ||
objectName = HandleLightsObj | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file added
BIN
+110 Bytes
KerbalVR/Assets/Props/Control/ThrottleControl/SmallLabelPlateDiffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.25 KB
KerbalVR/Assets/Props/Control/ThrottleControl/SmallLabelPlateEmissive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.6 KB
KerbalVR/Assets/Props/Control/ThrottleControl/ThrottleCtrlDiffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions
65
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/KVRTS_SAS_T2-G2-B2-D.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
PROP | ||
{ | ||
name = KVRTS_SAS_T2-G2-B2-D | ||
|
||
// MODEL ASSEMBLY ---------------------------------------------------------------------- | ||
// Base | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Lever | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_2_ANIM | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Guard | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_2 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Backlight | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_2 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Collider | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_DBL_TALL | ||
} | ||
|
||
// Action | ||
MODULE | ||
{ | ||
name = KVR_ToggleSwitch | ||
|
||
KVR_SWITCH_TWO_STATE | ||
{ | ||
animationName = SwitchTumbleAnim | ||
colliderDownTransformName = SwitchColliderDOWN | ||
colliderUpTransformName = SwitchColliderUP | ||
outputSignal = sas | ||
sound = KerbalVR/Assets/Props/Sounds/RPB01 | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = SAS | ||
parentTransformName = TextTopObj | ||
fontSize = 0.15 | ||
fontStyle = Bold | ||
textAlignment = Top | ||
rectPivot = 0.5, 1 | ||
positionOffset = 0.02525884, 0, -0.001 | ||
} | ||
} | ||
} |
77 changes: 77 additions & 0 deletions
77
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/KVRTS_Stage_T1-G0-B4-C1Y-S.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
PROP | ||
{ | ||
name = KVRTS_Stage_T1-G0-B4-C1Y-S | ||
|
||
// MODEL ASSEMBLY ---------------------------------------------------------------------- | ||
// Base | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Lever | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_1_ANIM | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Guard | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_0 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Backlight | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_4 | ||
texture = Switch_TUMBLEDiffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse | ||
} | ||
|
||
// Cover | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type1 | ||
texture = Tggl_COVER_Diffuse,KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_COVER_Diffuse | ||
} | ||
|
||
// Collider | ||
MODEL | ||
{ | ||
model = KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_SNGL | ||
} | ||
|
||
// Action | ||
MODULE | ||
{ | ||
name = KVR_ToggleSwitch | ||
|
||
KVR_SWITCH_MOMENTARY | ||
{ | ||
animationName = SwitchTumbleAnim | ||
colliderTransformName = SwitchCollider | ||
outputSignal = stage | ||
} | ||
|
||
KVR_COVER | ||
{ | ||
animationName = TgglCover_ANIM | ||
colliderTransformName = CoverCollider | ||
sound = KerbalVR/Assets/Props/Sounds/OpenSwitchCover | ||
} | ||
|
||
KVR_LABEL | ||
{ | ||
text = STAGE | ||
parentTransformName = TextTopObj | ||
fontSize = 0.15 | ||
fontStyle = Bold | ||
textAlignment = Top | ||
rectPivot = 0.5, 1 | ||
positionOffset = 0.02525884, 0, -0.001 | ||
} | ||
} | ||
} |
Binary file added
BIN
+18.4 KB
...alVR/Assets/Props/Control/Toggle_Switch_Modular/models/Switch_TUMBLEDiffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.8 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase.mu
Binary file not shown.
Binary file added
BIN
+1.13 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_0.mu
Binary file not shown.
Binary file added
BIN
+1.55 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_1.mu
Binary file not shown.
Binary file added
BIN
+982 Bytes
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_11.mu
Binary file not shown.
Binary file added
BIN
+1.76 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_12.mu
Binary file not shown.
Binary file added
BIN
+5.6 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_13.mu
Binary file not shown.
Binary file added
BIN
+3.44 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_14.mu
Binary file not shown.
Binary file added
BIN
+7.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_15.mu
Binary file not shown.
Binary file added
BIN
+2.2 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_2.mu
Binary file not shown.
Binary file added
BIN
+6.04 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_3.mu
Binary file not shown.
Binary file added
BIN
+7.54 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglBase_Bcklt_4.mu
Binary file not shown.
Binary file added
BIN
+415 Bytes
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_DBL.mu
Binary file not shown.
Binary file added
BIN
+420 Bytes
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_DBL_TALL.mu
Binary file not shown.
Binary file added
BIN
+1.6 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_SNGL.mu
Binary file not shown.
Binary file added
BIN
+530 Bytes
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCollider_TRPL.mu
Binary file not shown.
Binary file added
BIN
+32.9 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type1.mu
Binary file not shown.
Binary file added
BIN
+16.6 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type1H.mu
Binary file not shown.
Binary file added
BIN
+24.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type2.mu
Binary file not shown.
Binary file added
BIN
+43.8 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type3.mu
Binary file not shown.
Binary file added
BIN
+46.2 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type4.mu
Binary file not shown.
Binary file added
BIN
+25.4 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglCover_Type4H.mu
Binary file not shown.
Binary file added
BIN
+4.46 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_0.mu
Binary file not shown.
Binary file added
BIN
+25.3 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_1.mu
Binary file not shown.
Binary file added
BIN
+17.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_1H.mu
Binary file not shown.
Binary file added
BIN
+25.6 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_2.mu
Binary file not shown.
Binary file added
BIN
+43.8 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_3.mu
Binary file not shown.
Binary file added
BIN
+46.3 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_4.mu
Binary file not shown.
Binary file added
BIN
+25.9 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglGuard_Type_4H.mu
Binary file not shown.
Binary file added
BIN
+20.2 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_1.mu
Binary file not shown.
Binary file added
BIN
+19.6 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_1_ANIM.mu
Binary file not shown.
Binary file added
BIN
+22.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_2.mu
Binary file not shown.
Binary file added
BIN
+23.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_2_ANIM.mu
Binary file not shown.
Binary file added
BIN
+30.8 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_3.mu
Binary file not shown.
Binary file added
BIN
+30.8 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_3_ANIM.mu
Binary file not shown.
Binary file added
BIN
+18.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_4.mu
Binary file not shown.
Binary file added
BIN
+18.1 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_4_ANIM.mu
Binary file not shown.
Binary file added
BIN
+21.9 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_5.mu
Binary file not shown.
Binary file added
BIN
+21.3 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/TgglLever_Type_5_ANIM.mu
Binary file not shown.
Binary file added
BIN
+6.54 KB
...VR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_ApolloCap_Diffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.66 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_COVER_Black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.93 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_COVER_Diffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.41 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_COVER_Gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.38 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_COVER_Red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_Cap_Black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.7 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_Cap_Diffuse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.32 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_Cap_Red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+111 Bytes
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_Cap_White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+714 KB
KerbalVR/Assets/Props/Control/Toggle_Switch_Modular/models/Tggl_Cap_Yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
KerbalVR/Assets/Props/Instruments/DigitalIndicator/DigitalIndicator_Altitude.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
PROP | ||
{ | ||
name = DigitalIndicator_Altitude | ||
|
||
// digital indicator module | ||
MODULE | ||
{ | ||
name = KVR_DigitalIndicator | ||
labelDisplayText = ALTITUDE | ||
labelDisplayTransform = DigitIndicatorNameObj | ||
labelDisplayOffset = 0, 0, -0.001 | ||
labelDisplaySize = 0.093, 0.025 | ||
labelDisplayFontStyle = Bold | ||
labelDisplayPivot = 0, 1 | ||
labelDisplayFontSize = 0.08 | ||
labelDisplayFont = LiberationSans SDF | ||
|
||
digitDisplayTransform = DigitIndicatorNameObj | ||
digitDisplayOffset = 0, -0.008, -0.001 | ||
digitDisplaySize = 0.085, 0.025 | ||
digitDisplayPivot = 0, 1 | ||
digitDisplayFontSize = 0.2 | ||
digitDisplayFont = JD-LCD_rounded SDF | ||
|
||
inputSignal = altitude | ||
} | ||
} |
Oops, something went wrong.