mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add blocked-out Mk2 IVA
This commit is contained in:
parent
08778857aa
commit
9f2755d3cb
@ -1 +1 @@
|
||||
Subproject commit 7bf5baf8aed57df8656ec89b50594d359e7422c2
|
||||
Subproject commit c4ac8eed555b073e4af9bf726f81e012661a5490
|
@ -26,6 +26,11 @@ Localization
|
||||
#LOC_RestockPlus_airlock_inflate = Inflate Airlock
|
||||
#LOC_RestockPlus_airlock_deflate = Deflate Airlock
|
||||
#LOC_RestockPlus_airlock_toggle = Toggle Airlock
|
||||
|
||||
// IVA SEATS
|
||||
// =========
|
||||
#LOC_RestockPlus_seat_pilot = Pilot's Seat
|
||||
#LOC_RestockPlus_seat_copilot= Co-Pilot's Seat
|
||||
|
||||
|
||||
// ENGINES
|
||||
|
@ -74,7 +74,7 @@ PART
|
||||
|
||||
INTERNAL
|
||||
{
|
||||
name = GenericSpace3
|
||||
name = restock-mk2-pod-IVA
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,70 @@
|
||||
INTERNAL
|
||||
{
|
||||
name = restock-mk2-pod-IVA
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Spaces/Mk2-Pod/restock-mk2-pod-IVA
|
||||
}
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Spaces/Mk2-Pod/restock-mk2-pod-IVA-Mask
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = InternalSeat
|
||||
seatTransformName = seat1
|
||||
allowCrewHelmet = false
|
||||
portraitCameraName = seat1_camera
|
||||
displayseatName = #LOC_RestockPlus-seat-pilot
|
||||
displayseatIndex = 1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = InternalSeat
|
||||
seatTransformName = seat2
|
||||
allowCrewHelmet = false
|
||||
portraitCameraName = seat2_camera
|
||||
displayseatName = #LOC_RestockPlus-seat-copilot
|
||||
displayseatIndex = 2
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = InternalCameraSwitch
|
||||
colliderTransformName = window_left_clicker
|
||||
cameraTransformName = window_left_camera
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = InternalCameraSwitch
|
||||
colliderTransformName = window_right_clicker
|
||||
cameraTransformName = window_right_camera
|
||||
}
|
||||
PROP
|
||||
{
|
||||
name = RS_HTCH_625
|
||||
position = 0,0,-1
|
||||
rotation = -2.318076E-07,0.7071068,0.7071068,-2.318077E-07
|
||||
scale = 1,1,1
|
||||
}
|
||||
PROP
|
||||
{
|
||||
name = RS_LGHT_Box_1
|
||||
position = 0,0.3373,-0.573
|
||||
rotation = 0.4999999,0.5000001,0.4999999,0.5000001
|
||||
scale = 1,1,1
|
||||
}
|
||||
PROP
|
||||
{
|
||||
name = Seat_Pilot_Helmet
|
||||
position = -0.176954,-0.1005774,0.1873479
|
||||
rotation = 0.0871559,-0.9961947,0,0
|
||||
scale = 1,1,1
|
||||
}
|
||||
PROP
|
||||
{
|
||||
name = Seat_Pilot_Helmet
|
||||
position = 0.175072,-0.1005774,0.1873479
|
||||
rotation = -0.08715595,-0.9961947,0,0
|
||||
scale = 1,1,1
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user