• 0.4.2 aa30489f34

    Conformal Decals 0.4.2
    All checks were successful
    build / build (push) Successful in 4m57s
    Stable

    drewcassidy released this 2026-01-28 03:40:58 +00:00 | 0 commits to main since this release

    Fixed

    • Included .otc in the list of loaded font file extensions
    • Fixed error when projecting onto meshes that have a null normal map
    • Fixed useBaseNormal=false having no effect when using Deferred
    • Fixed blurry edges on some generic decals

    Added

    • Added font aliases for replacement fonts backported into older versions
    • Added the hidden key to FONT nodes for hiding font families from the fonts menu
    • Added a patch to prevent Tweakscale from applying to decals. Rescaling decals with tweakscale is not supported. This may change in the future

    Changed

    • Minor optimizations to text rendering, especially on DirectX
    Downloads
  • 0.4.1 4d8fe24b78

    Conformal Decals 0.4.1
    All checks were successful
    build / build (push) Successful in 8m22s
    Stable

    drewcassidy released this 2026-01-22 02:03:26 +00:00 | 16 commits to main since this release

    Fixed

    • Added TextMeshPro assets that were excluded by mistake
    Downloads
  • 0.4.0 ce6088dd6c

    Conformal Decals 0.4.0
    All checks were successful
    build / build (push) Successful in 4m53s
    Stable

    drewcassidy released this 2026-01-21 06:45:47 +00:00 | 20 commits to main since this release

    Added

    • Added support for loading fonts from TTF/OTF/TTC files
      • A modified copy of Text Mesh Pro version 2.1.6 is now bundled with Conformal Decals.
      • List of included fonts:
        • Noto Sans
        • Noto Sans CJK
        • Nimbus Sans, a replacement for Liberation Sans and Helvetica
        • Gyrotrope, a Eurostile clone and replacement for Waukegan Extended
        • Carlito, a replacement for Calibri
        • League Spartan, a Futura clone
        • Neuropol
        • AmarilloUSAF
      • All fonts now support their entire character set, instead of only the glyphs that were rendered ahead of time.

    Removed

    • Removed Nasalization, Helvetica, and Waukegan fonts due to licensing incompatibility
      • Note: Calibri and Liberation Sans were never bundled with Conformal Decals, but made available from the base game. The update to TextMeshPro makes this no longer possible, so they are no longer available without installing them yourself.
      • If you would like to use Nasalization again, download it from Typodermic Fonts here
    Downloads
  • 0.3.4 29c6706235

    Conformal Decals 0.3.4
    Some checks failed
    build / build (push) Has been cancelled
    Stable

    drewcassidy released this 2025-12-14 04:17:11 +00:00 | 53 commits to main since this release

    Changed

    • Increased max temperature for all decal parts

    Fixed

    • Fixed selectableInFlight config option needing to be set both globally and per part to take effect
    • Fixed decals affecting vessel aerodynamics (#58). You may need to delete PartDatabase.cfg for this to take effect.
    Downloads
  • 0.3.3 55e98184c5

    Conformal Decals 0.3.3
    Some checks failed
    build / build (push) Failing after 1s
    Stable

    drewcassidy released this 2025-12-10 07:30:39 +00:00 | 59 commits to main since this release

    Fixed

    • Fixed NullReferenceException when removing invalid projection targets under certain circumstances (#57)
    • Fixed decals disappearing when switching between variants on their parent part

    Changed

    • Updated version info to no longer support KSP versions below 1.12. None of the 0.3.x versions will work with KSP 1.11 or lower, and were marked as compatible in error
    Downloads
  • 0.3.2 733f4af9f9

    Conformal Decals 0.3.2
    Some checks failed
    build / build (push) Failing after 1s
    Stable

    drewcassidy released this 2025-12-07 07:48:31 +00:00 | 71 commits to main since this release

    Fixed

    • Fixed text line spacing slider having no effect (#56)
    • Improved handling of invalid projection targets
    Downloads
  • 0.3.1 41bb2b44ac

    Conformal Decals 0.3.1
    Some checks failed
    build / build (push) Failing after 0s
    Stable

    drewcassidy released this 2025-12-06 06:31:47 +00:00 | 76 commits to main since this release

    Fixed

    • Fixed broken shaders on DirectX11 (#55)
    Downloads
  • 0.3.0 7e3ec92c4c

    Conformal Decals 0.3.0
    Some checks failed
    build / build (push) Failing after 1s
    Stable

    drewcassidy released this 2025-12-05 08:24:15 +00:00 | 87 commits to main since this release

    Changed

    • Decal shaders have been significantly refactored, adding support for the deferred render path. Decals should no longer look out of place when using the Deferred mod. (#47)
    • Relicensed code under Apache-2.0 license
    • Source code has been migrated to a self-hosted forgejo instance. All future releases will be hosted there instead of github.
    • Dependencies are no longer bundled with each release. Please download dependencies individually or use CKAN.
    • Text decal PAW fields for outline and fill no longer toggle when those attributes are toggled. This is due to a stock UI bug where they didn't update the layout correctly

    Added

    • Added Russian localization, contributed by Ivan Mamulin (#48)
    Downloads
  • 0.2.14 004bfedc5e

    github-actions[bot] released this 2024-06-25 02:12:41 +00:00 | 200 commits to main since this release

    Fixed

    • Fixed parts showing as all black with the Deferred Rendering mod
    Downloads
  • 0.2.13 1b31b498c4

    github-actions[bot] released this 2024-05-18 03:53:48 +00:00 | 205 commits to main since this release

    Fixed

    • Fixed flag decals sometimes not respecting image aspect ratio
    Downloads