add CI configuration and reorganize

This commit is contained in:
2020-06-16 20:50:43 -07:00
parent 742a8f0f30
commit 0c07629951
32 changed files with 890 additions and 731 deletions

View File

@ -0,0 +1,16 @@
AGENT
{
name = Peel-N-Stik
// Peel-N-Stik Adhesive Decals
title = #LOC_ConformalDecals_agent-peel-n-stick_title
// Creators of premium stickers and decals for over 50 years, Peel-N-Stik only recently broke into the aerospace industry after noticing the increased demand for branding for rockets and aircraft.
description = #LOC_ConformalDecals_agent-peel-n-stick_description
logoURL = ConformalDecals/Flags/Peel-N-Stik
logoScaledURL = ConformalDecals/Icons/Peel-N-Stik-scaled
mentality = Commercial
mentality = EasyGoing 0.3
}

View File

@ -0,0 +1,9 @@
// Custom category, requires WildBlueTools to work
MODCAT
{
title = #LOC_ConformalDecals_category-decals_title // Decals
folderName = ConformalDecals
normalPath = ConformalDecals/Icons/decals-unselected
selectedPath = ConformalDecals/Icons/decals-selected
}

View File

@ -0,0 +1,20 @@
CONFORMALDECALS {
SHADERBLACKLIST {
shader = DepthMask
shader = KSP/Alpha/Cutoff
shader = KSP/Alpha/Cutoff Bumped
shader = KSP/Alpha/Translucent
shader = KSP/Alpha/Translucent Additive
shader = KSP/Alpha/Translucent Specular
shader = KSP/Alpha/Unlit Transparent
shader = KSP/Bumped Specular (Transparent)
shader = KSP/FX/ScrollingUnlit
shader = KSP/Particles/Additive
shader = KSP/Particles/Additive (Soft)
shader = KSP/Particles/Alpha Blended
shader = KSP/Particles/Alpha Blended Emissive Cutout
shader = KSP/Specular (Cutoff)
shader = KSP/Specular (Transparent)
shader = Solid Color (Alpha)
}
}