mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Add agency and custom category (for use with WBTools)
This commit is contained in:
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 |
@ -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
|
||||
|
||||
}
|
||||
}
|
@ -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
|
||||
|
@ -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
|
||||
|
16
Distribution/GameData/ConformalDecals/Resources/Agents.cfg
Normal file
16
Distribution/GameData/ConformalDecals/Resources/Agents.cfg
Normal 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
|
||||
}
|
@ -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
|
||||
}
|
Reference in New Issue
Block a user