Add agency and custom category (for use with WBTools)

This commit is contained in:
2020-06-06 01:06:32 -07:00
parent 4c10f0ecd7
commit daf80b7f0f
15 changed files with 121 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -2,10 +2,19 @@ Localization
{
en-us
{
// AGENCIES
#LOC_ConformalDecals_agent-peel-n-stick_title = Peel-N-Stik Adhesive Decals
#LOC_ConformalDecals_agent-peel-n-stick_description = 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 on rockets and aircraft.
// CATEGORIES
#LOC_ConformalDecals_category-decals_title = Decals
// UI ELEMENTS
#LOC_ConformalDecals_gui-scale = Scale
#LOC_ConformalDecals_gui-depth = Depth
#LOC_ConformalDecals_gui-opacity = Opacity
#LOC_ConformalDecals_gui-cutoff = Cutoff
#LOC_ConformalDecals_gui-aspectratio = Aspect Ratio
}
}

View File

@ -25,7 +25,7 @@ PART
cost = 75
category = Structural
title = Blank Decal
manufacturer = #autoLOC_501648 // Maxo Construction Toys
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title // Peel-N-Stik Adhesive Decals
description = foo
tags = foo
bulkheadProfiles = srf

View File

@ -26,7 +26,7 @@ PART
cost = 75
category = Structural
title = Blank Flag
manufacturer = #autoLOC_501648 // Maxo Construction Toys
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title // Peel-N-Stik Adhesive Decals
description = foo
tags = foo
bulkheadProfiles = srf

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
}