mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Config setup for pods
This commit is contained in:
parent
740242c5fd
commit
4e906beedf
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - PPD-12 Cupola Module (cupola)
|
||||
// - Mk1-3 Command Pod (mk1-3pod)
|
||||
// - Mk1 Command Pod (mk1pod)
|
||||
// - Mk1 Lander Can (landerCabinSmall)
|
||||
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||
|
||||
@ -28,6 +29,53 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1 Pod
|
||||
@PART[mk1pod]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL,* {}
|
||||
!MODULE[ModuleAnimateGeneric] {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Command/restock-mk1-pod
|
||||
position = 0.0, 0.0, 0.0
|
||||
scale = 1,1,1
|
||||
rotation = 0, 0, 0
|
||||
}
|
||||
@MODULE[ModulePartVariants]
|
||||
{
|
||||
@VARIANT[Dark]
|
||||
{
|
||||
!TEXTURE {}
|
||||
!GAMEOBJECTS {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@VARIANT[White]
|
||||
{
|
||||
!TEXTURE {}
|
||||
!GAMEOBJECTS {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@VARIANT[Grey]
|
||||
{
|
||||
!TEXTURE {}
|
||||
!GAMEOBJECTS {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1-3 Pod
|
||||
@PART[mk1-3pod]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -43,6 +91,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk1 Lander Can
|
||||
@PART[landerCabinSmall]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -58,6 +107,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Mk2 Lander Can
|
||||
@PART[mk2LanderCabin_v2]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -2,6 +2,8 @@
|
||||
// Contents:
|
||||
// - FL-A10 Adapter (adapterSmallMiniTall)
|
||||
// - FL-A5 Adapter (adapterSmallMiniShort)
|
||||
// - Rockomax HubMax Multi-Point Connector (stationHub)
|
||||
// - BZ-52 Radial Attachment Point (stackPoint1)
|
||||
|
||||
@PART[adapterSmallMiniTall]
|
||||
{
|
||||
@ -144,3 +146,27 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m station hub
|
||||
@PART[stationHub]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Structural/restock-stationhub-125-1
|
||||
}
|
||||
}
|
||||
|
||||
// 1.25m radial attach point
|
||||
@PART[stackPoint1]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Structural/restock-attachnode-125-1
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +58,8 @@
|
||||
- FL-A5 Adapter (Nertea)
|
||||
- Rockomax Brand Adapter (Nertea)
|
||||
- Rockomax Brand Adapter 02 (Nertea)
|
||||
- Kerbodyne ADTP-2-3 (Nertea)
|
||||
- Rockomax HubMax Multi-Point Connector (Nertea)
|
||||
- BZ-52 Radial Attachment Point (Nertea)
|
||||
- Fuel Tanks
|
||||
- Oscar-B Fuel Tank (Beale)
|
||||
- FL-T200 Fuel Tank (Porkjet/Nertea)
|
||||
@ -72,6 +73,7 @@
|
||||
- Kerbodyne S3-3600 Tank (Nertea)
|
||||
- Kerbodyne S3-7200 Tank (Nertea)
|
||||
- Kerbodyne S3-14400 Tank (Nertea)
|
||||
- Kerbodyne ADTP-2-3 (Nertea)
|
||||
- R-4 'Dumpling' External Tank (Nertea)
|
||||
- R-11 'Baguette' External Tank (Nertea)
|
||||
- R-12 'Doughnut' External Tank (Nertea)
|
||||
|
Loading…
Reference in New Issue
Block a user