Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Mk2 normals #484

Merged
merged 2 commits into from
Mar 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Binary file added Assets/blowfish/NormalMaps/mk2CargoBay_height.psd
Binary file not shown.
Binary file not shown.
Binary file modified Assets/blowfish/NormalMaps/mk2FuselageShort_height.psd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
{
Expand All @@ -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
}
}
}
}
9 changes: 9 additions & 0 deletions Distribution/Restock/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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