Solar panel tests

This commit is contained in:
Chris Adderley 2019-02-26 07:09:20 -08:00
parent b28c0fd22c
commit fdf50bd8ec
8 changed files with 78 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -0,0 +1,78 @@
// Patches applying art changes to solar panels
// Contents:
// - (solarPanels4)
// 1x6
@PART[solarPanels4]
{
@author = Beale
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-1x6
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)
TEXTURE_PROPERTY
{
name = _MainTex
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
}
TEXTURE_PROPERTY
{
name = _SpecMap
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
}
}
}
}
// 2x3
@PART[solarPanels3]
{
@author = Beale
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-2x3
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)
TEXTURE_PROPERTY
{
name = _MainTex
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1
}
TEXTURE_PROPERTY
{
name = _SpecMap
textureUrl = ReStock/Assets/Electrical/restock-solarpanel-1-s
}
}
}
}