mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Conformal Decals for KSP
Andrew Cassidy
36732ed4d4
### Changed - Updated bundled Shabby to 0.3.0. Does not affect CKAN users - Made flag aspect ratio overrides configurable with `ASPECTRATIO` nodes in the config. User flags added to Squad/Flags should now be the correct aspect ratio - All decal aspect ratios can now be overriden with the `aspectRatio` field ### Fixed - Reverted some changes from last version that were causing issues on launch |
||
---|---|---|
.github/workflows | ||
Assets | ||
GameData/ConformalDecals | ||
Scripts | ||
Source | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE-ART.md | ||
LICENSE-SOURCE.md | ||
README.md |
Conformal Decals
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.10.x)
- B9 Part Switch (2.18.0). Bundled with release.
- ModuleManager (4.1.4). Bundled with release.
- Shabby (0.2.0 unofficial build). Bundled with release.
- HarmonyKSP (2.0.4.0). 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
- Header image by Zorg, featuring parts from Bluedog Design Bureau
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.