diff --git a/GameData/ConformalDecals/Patches/FAR.cfg b/GameData/ConformalDecals/Patches/FAR.cfg new file mode 100644 index 0000000..2db98b0 --- /dev/null +++ b/GameData/ConformalDecals/Patches/FAR.cfg @@ -0,0 +1,5 @@ +@PART[*]:HAS[@MODULE[ModuleConformalDecal]|@MODULE[ModuleConformalFlag]|@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch] +{ + // Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all + !MODULE[GeometryPartModule] {} +} \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index b99d037..7376194 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ v0.2.3 - Fixed TMP subobjects being deleted, causing fallback fonts to fail in some situations. - Started using URL-style encoding for text decals behind the scenes to prevent issues with certain characters. - Fixed text decals having zero size when they had only whitespace or an empty string + - Fixed decals having drag and causing issues when using FAR v0.2.2 ------