mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
68 lines
1.6 KiB
INI
68 lines
1.6 KiB
INI
// Patches applying art changes to Mk2 Fuselage Parts
|
|
// Contents:
|
|
// - Mk2 Liquid Fuel Fuselage Short (mk2FuselageShortLiquid)
|
|
// - Mk2 Rocket Fuel Fuselage Short (mk2FuselageShortLFO)
|
|
// - Mk2 Monopropellant Tank (mk2FuselageShortMono)
|
|
// - Mk2 Liquid Fuel Fuselage Long (mk2Fuselage)
|
|
// - Mk2 Rocket Fuel Fuselage Long (mk2FuselageLongLFO)
|
|
// - Mk2 Bicoupler (mk2_1m_Bicoupler)
|
|
// - Mk2 to 1.25m Adapter Long (mk2_1m_AdapterLong)
|
|
// - Mk2 to 1.25m Adapter (mk2SpacePlaneAdapter)
|
|
|
|
@PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[Restock]
|
|
{
|
|
@author = Porkjet and blowfish
|
|
MODULE
|
|
{
|
|
name = ModuleRestockModifyMaterials
|
|
MATERIAL
|
|
{
|
|
shader = KSP/Bumped Specular
|
|
TEXTURE_PROPERTY
|
|
{
|
|
name = _BumpMap
|
|
textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-short-n
|
|
isNormalMap = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@PART[mk2Fuselage|mk2FuselageLongLFO]:FOR[Restock]
|
|
{
|
|
@author = Porkjet and blowfish
|
|
MODULE
|
|
{
|
|
name = ModuleRestockModifyMaterials
|
|
MATERIAL
|
|
{
|
|
shader = KSP/Bumped Specular
|
|
TEXTURE_PROPERTY
|
|
{
|
|
name = _BumpMap
|
|
textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-long-n
|
|
isNormalMap = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@PART[mk2_1m_Bicoupler|mk2_1m_AdapterLong|mk2SpacePlaneAdapter]:FOR[Restock]
|
|
{
|
|
@author = Porkjet and blowfish
|
|
MODULE
|
|
{
|
|
name = ModuleRestockModifyMaterials
|
|
MATERIAL
|
|
{
|
|
shader = KSP/Bumped Specular
|
|
TEXTURE_PROPERTY
|
|
{
|
|
name = _BumpMap
|
|
textureUrl = Restock/Assets/FuelTank/restock-fueltank-mk2-adapters-n
|
|
isNormalMap = true
|
|
}
|
|
}
|
|
}
|
|
}
|