Readme and changelog changes

feature-better-tweakables
Andrew Cassidy 4 years ago
parent da4c780ce6
commit e155526808

@ -21,6 +21,7 @@ Optional:
- Art and Plugin code: Andrew Cassidy (Cineboxandrew)
- Semiotic decal pack based on the work of Ron Cobb
- Munar decal pack based on the work of Gavin Rothery
- Header image by Zorg, featuring parts from Bluedog Design Bureau
## Installation

@ -1,14 +1,18 @@
v0.2.0
------
- New Parts:
- CDL-3 Surface Base Decal: A set of conformal decals based on the symbols from the movie Moon designed by Gavin Rothery
- CDL-3 Surface Base Decal: A set of conformal decals based on the symbols from the movie Moon (2009) designed by Gavin Rothery
- CDL-T Custom Text Decal: A customizable text decal with a variety of fonts
- Changes:
- New "KEYWORD" material modifier, allowing for shader features to be enabled and disabled.
- material modifiers can now be removed in variants by setting `remove = true` inside them.
- Unified all decal shaders into a single "Standard" shader with variants supporting any combination of bump, specular and emissive maps, plus SDF alphas.
- New ModuleConformalText module for customizable text
- Text, font, and style can all be customized, as well as text fill and outline colors and widths
- Same projection and opacity options as other conformal decals
- New StandardText decal shader supporting the text module
- Unified all decal shaders into a single "StandardDecal" shader with variants supporting any combination of bump, specular and emissive maps, plus SDF alphas.
- Old shaders are remapped to Standard shader plus keywords automatically.
- New SDF-based antialiasing for when decals extend to their borders, i.e. on opaque flags.
- New SDF-based antialiasing for when decals extend to their borders, e.g. on opaque flags.
- New "KEYWORD" material modifier, allowing for shader features to be enabled and disabled.
- Material modifiers can now be removed in variants by setting `remove = true` inside them.
- Fixes:
- Fixed WIDTH and HEIGHT scale modes being flipped
- Removed some debug log statements

Loading…
Cancel
Save