Conformal Decals for KSP
Go to file
drewcassidy eb7bb211ab
Fix bounds antialiasing on text
Previously the gradient was being calculated before taking the boundaries into account, resulting in the edges being too hard or too soft
2020-09-26 19:39:44 -07:00
Assets Fix bounds antialiasing on text 2020-09-26 19:39:44 -07:00
GameData/ConformalDecals Fix bounds antialiasing on text 2020-09-26 19:39:44 -07:00
Source More minor tweaks 2020-09-26 19:33:12 -07:00
.gitattributes UI experiments 2020-07-12 20:27:19 -07:00
.gitignore Add start of color picker and reorganize 2020-07-19 23:56:38 -07:00
.ksp_deploy_config.yml add CI configuration and reorganize 2020-06-16 20:50:43 -07:00
.mod_data.yml Fix deploy config 2020-06-17 14:19:19 -07:00
.travis.yml spell "git" correctly 2020-06-16 21:26:01 -07:00
changelog.txt Shader fixes and legacy shader code 2020-07-02 19:40:00 -07:00
LICENSE-ART.md add CI configuration and reorganize 2020-06-16 20:50:43 -07:00
LICENSE-SOURCE.md add CI configuration and reorganize 2020-06-16 20:50:43 -07:00
README.md Update changelog 2020-06-22 14:50:41 -07:00

Conformal Decals v0.2.0

Build Status Art: CC BY-SA 4.0 Code: GPL v3

Screenshot

Conformal Decals adds a set of decal stickers to KSP, as well as providing a framework for creating your own decals which conform to the surface of the parts they are attached to.

Dependencies

Required:

  • KSP (1.8.x to 1.9.x)
  • B9 Part Switch (2.16.0). Bundled with release.
  • ModuleManager (4.1.3). Bundled with release.
  • Shabby (0.1.2). Bundled with release.

Optional:

  • Wild Blue Tools. For custom decals category in the VAB and SPH.

Credits

  • 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

Installation

Place the contents of the "GameData" folder into the GameData folder for your KSP install. Shabby, B9 Part Switch, and ModuleManager are required.

Licensing

Art assets and configuration files are licensed CC-BY-SA 4.0, as described in the LICENSE-ART.md file. You are free to share and adapt them as long as you provide credit to Andrew Cassidy and share them under the same license.

Plugin code is distributed under the GPL v3, as described in the LICENSE-SOURCE.md file

Any bundled mods are distributed under their own license:

  • ModuleManager by blowfish and sarbian is distributed under a Creative Commons Sharealike license. More details, including source code, can be found here.
  • B9PartSwitch by blowfish is distributed under the LGPL v3 license.
  • Shabby by taniwha is distributed under the GPL v3 license.