ReStocked/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg

131 lines
2.4 KiB
INI
Raw Normal View History

2019-02-26 15:09:20 +00:00
// Patches applying art changes to solar panels
// Contents:
2019-03-04 18:06:55 +00:00
// - OX-4L 1x6 Photovoltaic Panels (solarPanels4)
// - SP-L 1x6 Photovoltaic Panels (solarPanels3)
// - OX-4W 3x2 Photovoltaic Panels (solarPanels2)
2019-03-04 00:19:03 +00:00
// - SP-W 3x2 Photovoltaic Panels (solarPanels1)
// - Gigantor XL Solar Array (largeSolarPanel)
2019-03-04 20:22:22 +00:00
// - OX-STAT Photovoltaic Panels (solarPanels5)
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
2019-02-26 15:09:20 +00:00
// 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 = panel6
}
2019-03-02 06:22:38 +00:00
}
// 1x6 shielded
@PART[solarPanels2]
{
@author = Beale
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-1x6-shrouded
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[ModuleDeployableSolarPanel]
{
@secondaryTransformName = panel6
}
2019-02-26 15:09:20 +00:00
}
2019-03-02 06:22:38 +00:00
// 3x2
2019-02-26 15:09:20 +00:00
@PART[solarPanels3]
{
@author = Beale
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-3x2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[ModuleDeployableSolarPanel]
{
@secondaryTransformName = solar6
}
2019-02-26 15:09:20 +00:00
}
2019-03-04 00:19:03 +00:00
// 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
}
}
// 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
}
2019-03-04 20:22:22 +00:00
}
// Static Small
@PART[solarPanels5]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-static-small
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Gigantor
@PART[LgRadialSolarPanel]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-solarpanel-static-large
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}