Moved stuff

pull/492/head
Chris Adderley 5 years ago
parent f23396f88a
commit 2026c036b8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

@ -1,6 +1,12 @@
// Patches applying art changes to solar panels
// Contents:
// - (solarPanels4)
// - (solarPanels2)
// - (solarPanels3)
// - SP-W 3x2 Photovoltaic Panels (solarPanels1)
// - Gigantor XL Solar Array (largeSolarPanel)
// - ()
// - ()
// 1x6
@PART[solarPanels4]
@ -19,6 +25,7 @@
{
@secondaryTransformName = panel6
}
MODULE
{
name = ModuleRestockModifyMaterials
@ -38,12 +45,12 @@
FLOAT_PROPERTY
{
name = _SpecTint
value = 0.08
value = 0.01
}
FLOAT_PROPERTY
{
name = _Shininess
value = 0.8
value = 0.8
}
}
}
@ -66,9 +73,11 @@
{
@secondaryTransformName = panel6
}
MODULE
{
name = ModuleRestockModifyMaterials
MATERIAL
{
shader = KSP/Bumped Specular (Mapped)
@ -86,7 +95,7 @@
FLOAT_PROPERTY
{
name = _SpecTint
value = 0.08
value = 0.01
}
FLOAT_PROPERTY
{
@ -133,7 +142,7 @@
FLOAT_PROPERTY
{
name = _SpecTint
value = 0.08
value = 0.01
}
FLOAT_PROPERTY
{
@ -143,3 +152,67 @@
}
}
}
// 2x3 shroud
@PART[solarPanels1]
{
@author = Beale
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-3x2-shrouded
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[ModuleDeployableSolarPanel]
{
@secondaryTransformName = solar6
}
MODULE
{
name = ModuleRestockModifyMaterials
MATERIAL
{
shader = KSP/Bumped Specular (Mapped)
baseTransform = solar1
TEXTURE_PROPERTY
{
name = _MainTex
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
}
TEXTURE_PROPERTY
{
name = _SpecMap
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
}
FLOAT_PROPERTY
{
name = _SpecTint
value = 0.01
}
FLOAT_PROPERTY
{
name = _Shininess
value = 0.8
}
}
}
}
// Gigantor
@PART[largeSolarPanel]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-gigantor
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
Loading…
Cancel
Save