mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge pull request #484 from PorktoberRevolution/MoreMk2Normals
More Mk2 normals
This commit is contained in:
commit
3aa243f9f9
BIN
Assets/blowfish/NormalMaps/mk2Adapters_height.psd
Normal file
BIN
Assets/blowfish/NormalMaps/mk2Adapters_height.psd
Normal file
Binary file not shown.
BIN
Assets/blowfish/NormalMaps/mk2CargoBay_height.psd
Normal file
BIN
Assets/blowfish/NormalMaps/mk2CargoBay_height.psd
Normal file
Binary file not shown.
BIN
Assets/blowfish/NormalMaps/mk2FuselageLong_height.psd
Normal file
BIN
Assets/blowfish/NormalMaps/mk2FuselageLong_height.psd
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,6 +3,11 @@
|
||||
// - 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]
|
||||
{
|
||||
@ -23,3 +28,45 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -170,3 +170,12 @@
|
||||
- A multitude of attachment variants for communications parts
|
||||
- New plumes/FX for all redone engines
|
||||
- New plumes/FX for Thud and Dart, even though the engine models are not redone yet
|
||||
- Normal maps added:
|
||||
- Mk2 Liquid Fuel Fuselage Short
|
||||
- Mk2 Rocket Fuel Fuselage Short
|
||||
- Mk2 Monopropellant Tank
|
||||
- Mk2 Liquid Fuel Fuselage Long
|
||||
- Mk2 Rocket Fuel Fuselage Long
|
||||
- Mk2 Bicoupler
|
||||
- Mk2 to 1.25m Adapter Long
|
||||
- Mk2 to 1.25m Adapter
|
||||
|
Loading…
Reference in New Issue
Block a user