diff --git a/Distribution/GameData/ConformalDecals/Assets/Sign-HighVoltage-2.png b/Distribution/GameData/ConformalDecals/Assets/Sign-HighVoltage-2.png deleted file mode 100644 index 19bccec..0000000 Binary files a/Distribution/GameData/ConformalDecals/Assets/Sign-HighVoltage-2.png and /dev/null differ diff --git a/Distribution/GameData/ConformalDecals/Assets/Tortilla-diffuse.dds b/Distribution/GameData/ConformalDecals/Assets/Tortilla-diffuse.dds deleted file mode 100644 index c54bbbc..0000000 Binary files a/Distribution/GameData/ConformalDecals/Assets/Tortilla-diffuse.dds and /dev/null differ diff --git a/Distribution/GameData/ConformalDecals/Assets/Tortilla-normal.dds b/Distribution/GameData/ConformalDecals/Assets/Tortilla-normal.dds deleted file mode 100644 index ccc9704..0000000 Binary files a/Distribution/GameData/ConformalDecals/Assets/Tortilla-normal.dds and /dev/null differ diff --git a/Distribution/GameData/ConformalDecals/Parts/Semiotic/decal-semiotic.cfg b/Distribution/GameData/ConformalDecals/Parts/Semiotic/decal-semiotic.cfg index 55369e6..c5e5cb8 100644 --- a/Distribution/GameData/ConformalDecals/Parts/Semiotic/decal-semiotic.cfg +++ b/Distribution/GameData/ConformalDecals/Parts/Semiotic/decal-semiotic.cfg @@ -1,6 +1,6 @@ PART { - name = decal-semiotic + name = conformaldecals-semiotic module = Part author = Andrew Cassidy MODEL diff --git a/Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg b/Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg deleted file mode 100644 index 11d5087..0000000 --- a/Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg +++ /dev/null @@ -1,103 +0,0 @@ -// ReStock+ 1.2.0 -// 0.625m Radial Attachment Node -PART -{ - name = decal-blank - module = Part - author = Andrew Cassidy - MODEL - { - model = ConformalDecals/Assets/decal-blank - scale = 1.0, 1.0, 1.0 - } - scale = 1 - rescaleFactor = 1 - - // Attachment - attachRules = 1,1,0,0,1 - node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0 - - // Tech - TechRequired = specializedConstruction - entryCost = 600 - - // Info - cost = 75 - category = Structural - title = Blank Decal - manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title // Peel-N-Stik Adhesive Decals - description = foo - tags = foo - bulkheadProfiles = srf - - // Parameters - mass = 0.015 - dragModelType = default - maximum_drag = 0.1 - minimum_drag = 0.05 - angularDrag = 1.0 - crashTolerance = 10 - maxTemp = 2000 - breakingForce = 350 - breakingTorque = 150 - - MODULE - { - name = ModuleConformalDecal - - decalFront = Decal-Front - decalBack = Decal-Back - decalModel = Decal-Model - - useBaseNormal = false - } - - MODULE { - name = ModuleB9PartSwitch - - SUBTYPE { - name = tortilla - - MODULE { - IDENTIFIER { - name = ModuleConformalDecal - } - DATA { - shader = ConformalDecals/Feature/Bumped - - TEXTURE { - name = _Decal - textureUrl = ConformalDecals/Assets/Tortilla-diffuse - isMain = true - } - - TEXTURE - { - name = _DecalBumpMap - textureUrl = ConformalDecals/Assets/Tortilla-normal - isNormalMap = true - } - } - } - } - - SUBTYPE { - name = Danger - - MODULE { - IDENTIFIER { - name = ModuleConformalDecal - } - DATA { - shader = ConformalDecals/Paint/Diffuse - useBaseNormal = true - TEXTURE { - name = _Decal - textureUrl = ConformalDecals/Assets/Sign-HighVoltage-2 - isMain = true - } - } - } - } - } -} diff --git a/Distribution/GameData/ConformalDecals/Parts/decal-flag.cfg b/Distribution/GameData/ConformalDecals/Parts/decal-flag.cfg index a62e727..86bcb1a 100644 --- a/Distribution/GameData/ConformalDecals/Parts/decal-flag.cfg +++ b/Distribution/GameData/ConformalDecals/Parts/decal-flag.cfg @@ -2,7 +2,7 @@ // 0.625m Radial Attachment Node PART { - name = decal-flag + name = conformaldecals-flag module = Part author = Andrew Cassidy MODEL diff --git a/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll index 7fdab83..6052d1d 100644 Binary files a/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll and b/Distribution/GameData/ConformalDecals/Plugins/ConformalDecals.dll differ