Conformal Decals for KSP
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Andrew Cassidy 682c831c7c Merge pull request #15 from drewcassidy/master
v0.1.0: take 3
4 years ago
Assets fix cutoff value on shaders 4 years ago
GameData/ConformalDecals add CI configuration and reorganize 4 years ago
Source Small refactor to remove bounds transform in favor of projector 4 years ago
.gitignore add CI configuration and reorganize 4 years ago
.ksp_deploy_config.yml add CI configuration and reorganize 4 years ago
.mod_data.yml ugh 4 years ago
.travis.yml spell "git" correctly 4 years ago
LICENSE-ART.md add CI configuration and reorganize 4 years ago
LICENSE-SOURCE.md add CI configuration and reorganize 4 years ago
README.md Dont use s3 assets which apparently require authentication 4 years ago
changelog.txt Use changelog that the deploy script likes 4 years ago

README.md

Conformal Decals v0.1.0

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

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.0 to 1.9.0)
  • B9 Part Switch (2.16.0). Bundled with release.
  • ModuleManager (4.1.3). Bundled with release.
  • Shabby (0.1.2). Bundled with release.

Credits

  • Art and Plugin code: Andrew Cassidy (Cineboxandrew)
  • Semiotic decal pack based on the work of Ron Cobb

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: https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*
  • B9PartSwitch by blowfish is distributed under the LGPL v3 license.
  • Shabby by taniwha is distributed under the GPL v3 license.