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:
Submodule Assets/CineboxAndrew updated: 7493ae7016...e8e145b7d9
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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user