mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Solar panel tests
This commit is contained in:
parent
b28c0fd22c
commit
fdf50bd8ec
Binary file not shown.
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user