mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Template out IR telescope config with preliminary model
This commit is contained in:
parent
cdb47f892e
commit
4a5187caf3
@ -1 +1 @@
|
||||
Subproject commit 7493ae70166d079250e7c330b3e09283bf5cb0e3
|
||||
Subproject commit e8e145b7d9b9822e495e33d53ce8427f5d40face
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -46,6 +46,9 @@ Localization
|
||||
#LOC_Restock_variant-antenna_axial = Axial
|
||||
#LOC_Restock_variant-antenna_axial_reverse = Axial (Reversed)
|
||||
|
||||
#LOC_Restock_variant-telescope_shielded = Shielded
|
||||
#LOC_Restock_variant-telescope_bare = Bare
|
||||
|
||||
#LOC_Restock_variant-surface_metal = Metal
|
||||
#LOC_Restock_variant-surface_basic = Basic
|
||||
#LOC_Restock_variant-surface_truss = Truss
|
||||
|
@ -8,6 +8,8 @@
|
||||
// - SC-9001 Science Jr. (science_module)
|
||||
// - Atmospheric Fluid Spectro-Variometer (sensorAtmosphere)
|
||||
// - Experiment Storage Unit (ScienceBox)
|
||||
// - SENTINEL Infrared Telescope (InfraredTelescope)
|
||||
|
||||
|
||||
// Thermometer
|
||||
@PART[sensorThermometer]
|
||||
@ -132,4 +134,53 @@
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-sciencebox-radial-1
|
||||
}
|
||||
}
|
||||
|
||||
// SENTINEL Infrared Telescope
|
||||
@PART[InfraredTelescope]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Science/restock-sentinel-1
|
||||
}
|
||||
|
||||
@MODULE[FlagDecal]
|
||||
{
|
||||
textureQuadName = FlagTransform
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
baseVariant = Shielded
|
||||
VARIANT
|
||||
{
|
||||
name = Shielded
|
||||
displayName = #LOC_Restock_variant-telescope_shielded
|
||||
themeName = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #202020
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Telescope_Bare = false
|
||||
Telescope_Shielded = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Bare
|
||||
displayName = #LOC_Restock_variant-telescope_bare
|
||||
themeName = White
|
||||
primaryColor = #707070
|
||||
secondaryColor = #202020
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Telescope_Bare = true
|
||||
Telescope_Shielded = false
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user