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

95 lines
2.3 KiB
INI
Raw Normal View History

2018-05-29 17:36:23 +00:00
// Patches applying art changes to batteries
// Contents:
// - Z-200 Rechargeable Battery Bank (batteryBankMini)
// - Z-1K Rechargeable Battery Bank (batteryBank)
// - Z-4K Rechargeable Battery Bank (batteryBankLarge)
2018-11-24 22:28:21 +00:00
// - Z-100 Rechargeable Battery Pack (batteryPack)
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
2018-11-24 22:28:21 +00:00
// 0.625m battery bank
2019-11-04 00:37:03 +00:00
@PART[batteryBankMini]:HAS[RestockIgnore[]]
2018-11-24 22:28:21 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-battery-0625-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
DRAG_CUBE
{
cube = Default, 0.1251,0.7808,0.4043, 0.1251,0.7761,0.4043, 0.3044,0.9748,0.1197, 0.3044,0.9748,0.1197, 0.1237,0.7873,0.4044, 0.1237,0.7796,0.4918, 8.268E-05,0.002,-1.192E-08, 0.6248,0.2,0.625
}
2018-11-24 22:28:21 +00:00
}
// 1.25m battery bank
2019-11-04 00:37:03 +00:00
@PART[batteryBank]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-battery-125-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
DRAG_CUBE
{
cube = Default, 0.2808,0.7744,0.7051, 0.2808,0.7723,0.7051, 1.217,0.9607,0.1416, 1.217,0.9608,0.1416, 0.2808,0.7686,0.7051, 0.2808,0.7705,0.7051, 0,0,0, 1.25,0.2231,1.25
}
}
2018-11-24 22:28:21 +00:00
// 2.5m battery bank
2019-11-04 00:37:03 +00:00
@PART[batteryBankLarge]:HAS[RestockIgnore[]]
2018-11-24 22:28:21 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-battery-25-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
DRAG_CUBE
{
cube = Default, 0.5859,0.7659,1.385, 0.5859,0.7624,1.396, 4.895,0.9713,0.2224, 4.895,0.9722,0.2224, 0.6253,0.7324,1.292, 0.6252,0.7297,1.62, -0.006064,-0.005422,0.0008894, 2.648,0.2373,2.5
}
2018-11-24 22:28:21 +00:00
}
2018-11-24 22:28:21 +00:00
// Small radial battery
2019-11-04 00:37:03 +00:00
@PART[batteryPack]:HAS[RestockIgnore[]]
2018-11-24 22:28:21 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-battery-radial-small-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
2018-11-24 22:28:21 +00:00
}
2018-11-24 22:28:21 +00:00
// Large radial battery
2019-11-04 00:37:03 +00:00
@PART[ksp_r_largeBatteryPack]:HAS[RestockIgnore[]]
2018-11-24 22:28:21 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-battery-radial-med-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
2018-11-24 22:28:21 +00:00
}