mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge pull request #135 from PorktoberRevolution/command-pods
Command pods
This commit is contained in:
commit
28ddbcd388
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +1,14 @@
|
|||||||
// Patches applying art changes to crewed command parts
|
// Patches applying art changes to crewed command parts
|
||||||
// Contents:
|
// Contents:
|
||||||
// - PPD-12 Cupola Module (cupola)
|
// - PPD-12 Cupola Module (cupola)
|
||||||
|
// - Mk1-3 Command Pod (mk1-3pod)
|
||||||
|
// - Mk1 Lander Can (landerCabinSmall)
|
||||||
|
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||||
|
|
||||||
// Cupola
|
// Cupola
|
||||||
@PART[cupola]:FOR[zzzzStationParts]
|
@PART[cupola]
|
||||||
{
|
{
|
||||||
@author = Chris Adderley
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL,* {}
|
!MODEL,* {}
|
||||||
!MODULE[ModuleAnimateGeneric] {}
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
@ -22,4 +26,79 @@
|
|||||||
scale = 1,-1,1
|
scale = 1,-1,1
|
||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@PART[mk1-3pod]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk1-3-pod
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@PART[landerCabinSmall]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk1-lander
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@PART[mk2LanderCabin_v2]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk2-lander
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModuleAnimateGeneric]
|
||||||
|
{
|
||||||
|
@animationName = DoorsOpen
|
||||||
|
}
|
||||||
|
@MODULE[ModulePartVariants]
|
||||||
|
{
|
||||||
|
@VARIANT[Rover]
|
||||||
|
{
|
||||||
|
@disabledAnimations = DoorsOpen
|
||||||
|
!GAMEOBJECTS {}
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mk2RoverMode = true
|
||||||
|
Mk2LanderMode = false
|
||||||
|
COLLIDERS_ROVER = true
|
||||||
|
COLLIDERS_LANDER = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@VARIANT[Lander]
|
||||||
|
{
|
||||||
|
!GAMEOBJECTS {}
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mk2RoverMode = false
|
||||||
|
Mk2LanderMode = true
|
||||||
|
COLLIDERS_ROVER = true
|
||||||
|
COLLIDERS_LANDER = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -108,6 +108,18 @@
|
|||||||
speed = 0.0 0.35
|
speed = 0.0 0.35
|
||||||
speed = 1.0 1.0
|
speed = 1.0 1.0
|
||||||
}
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = flame
|
||||||
|
modelName = ReStock/FX/restock-fx-mainsail-flame-1
|
||||||
|
transformName = fxTransformPlume
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
|
||||||
PREFAB_PARTICLE
|
PREFAB_PARTICLE
|
||||||
{
|
{
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
- Initial release
|
- Initial release
|
||||||
- Parts included:
|
- Parts included:
|
||||||
- Command
|
- Command
|
||||||
|
- Mk1 Command Pod (Porkjet/Nertea)
|
||||||
|
- Mk1-3 Command Pod (Nertea)
|
||||||
|
- Mk1 Lander Can (Nertea)
|
||||||
|
- Mk2 Lander Can (Nertea)
|
||||||
- PPD-12 Cupola Module (Nertea)
|
- PPD-12 Cupola Module (Nertea)
|
||||||
- PPD-10 Hitchhiker Storage Container (Nertea)
|
- PPD-10 Hitchhiker Storage Container (Nertea)
|
||||||
- Control
|
- Control
|
||||||
@ -16,9 +20,10 @@
|
|||||||
- Clamp-O-Tron Sr. Docking Port (Nertea)
|
- Clamp-O-Tron Sr. Docking Port (Nertea)
|
||||||
- Clamp-O-Tron Shielded Port (Nertea)
|
- Clamp-O-Tron Shielded Port (Nertea)
|
||||||
- Aero
|
- Aero
|
||||||
|
- Small Nose Cone (Nertea)
|
||||||
- Aerodynamic Nose Cone (Nertea)
|
- Aerodynamic Nose Cone (Nertea)
|
||||||
- Advanced Nose Cone - Type A
|
- Advanced Nose Cone - Type A (Nertea)
|
||||||
- Advanced Nose Cone - Type B
|
- Advanced Nose Cone - Type B (Nertea)
|
||||||
- Protective Rocket Nose Cone Mk7 (Nertea)
|
- Protective Rocket Nose Cone Mk7 (Nertea)
|
||||||
- Thermal
|
- Thermal
|
||||||
- Heat Shield (0.625m) (Nertea)
|
- Heat Shield (0.625m) (Nertea)
|
||||||
@ -26,6 +31,9 @@
|
|||||||
- Heat Shield (2.5m) (Nertea)
|
- Heat Shield (2.5m) (Nertea)
|
||||||
- Heat Shield (3.75m) (Nertea)
|
- Heat Shield (3.75m) (Nertea)
|
||||||
- Payload
|
- Payload
|
||||||
|
- AE-FF1 Airstream Protective Shell (1.25m) (Nertea)
|
||||||
|
- AE-FF2 Airstream Protective Shell (2.5m) (Nertea)
|
||||||
|
- AE-FF3 Airstream Protective Shell (3.75m) (Nertea)
|
||||||
- Service Bay (1.25m) (Nertea)
|
- Service Bay (1.25m) (Nertea)
|
||||||
- Service Bay (2.5m) (Nertea)
|
- Service Bay (2.5m) (Nertea)
|
||||||
- Structural
|
- Structural
|
||||||
@ -74,6 +82,9 @@
|
|||||||
- LV-T45 "Swivel" Liquid Fuel Engine (Porkjet/Nertea)
|
- LV-T45 "Swivel" Liquid Fuel Engine (Porkjet/Nertea)
|
||||||
- LV-T30 "Reliant" Liquid Fuel Engine (Porkjet/Nertea)
|
- LV-T30 "Reliant" Liquid Fuel Engine (Porkjet/Nertea)
|
||||||
- S3 KS-25 "Vector" Liquid Fuel Engine (Nertea)
|
- S3 KS-25 "Vector" Liquid Fuel Engine (Nertea)
|
||||||
|
- RE-L10 "Poodle" Liquid Fuel Engine (riocrokite/Nertea)
|
||||||
|
- LV-T45 "Skipper" Liquid Fuel Engine (riocrokite/Nertea)
|
||||||
|
- LV-T30 "Mainsail" Liquid Fuel Engine (riocrokite/Nertea)
|
||||||
- LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Nertea)
|
- LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Nertea)
|
||||||
- Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine (Nertea)
|
- Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine (Nertea)
|
||||||
- S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Nertea)
|
- S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Nertea)
|
||||||
@ -94,9 +105,12 @@
|
|||||||
- Mystery Goo™ Containment Unit (Andrew Cassidy)
|
- Mystery Goo™ Containment Unit (Andrew Cassidy)
|
||||||
- SC-9001 Science Jr. (Andrew Cassidy)
|
- SC-9001 Science Jr. (Andrew Cassidy)
|
||||||
- Engines are all surface attachable
|
- Engines are all surface attachable
|
||||||
|
- 'Dark' variant for 1.25m tanks has been completely reworked
|
||||||
|
- 'Dark' variant for several 1.25m tank/nosecones has been added
|
||||||
|
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter
|
||||||
- New 'Metallic' variant for 2.5m tanks
|
- New 'Metallic' variant for 2.5m tanks
|
||||||
- New Unpainted, Black variants for heat shields
|
- New Unpainted, Black variants for heat shields
|
||||||
- New Bare variant for Linear RCS
|
- New Bare variant for Linear RCS
|
||||||
- Engines have a basic and a compact variant
|
- Most engines have a basic and a compact variant
|
||||||
- Most atmospheric engines also have a boattail variant
|
- Most atmospheric engines also have a boattail variant
|
||||||
- New plumes/FX for all redone engines
|
- New plumes/FX for all redone engines
|
||||||
|
Loading…
Reference in New Issue
Block a user