KSP-Conformal-Decals/Distribution/GameData/ConformalDecals/Parts/decal-blank.cfg

104 lines
1.9 KiB
INI
Raw Normal View History

2020-05-30 21:32:39 +00:00
// ReStock+ 1.2.0
// 0.625m Radial Attachment Node
PART
{
name = decal-blank
module = Part
author = Andrew Cassidy
MODEL
{
model = ConformalDecals/Assets/decal-blank
2020-05-30 21:32:39 +00:00
scale = 1.0, 1.0, 1.0
}
scale = 1
rescaleFactor = 1
// Attachment
2020-05-31 05:47:23 +00:00
attachRules = 1,1,0,0,1
node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0
2020-05-30 21:32:39 +00:00
// 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
2020-05-30 21:32:39 +00:00
description = foo
tags = foo
bulkheadProfiles = srf
2020-05-30 21:32:39 +00:00
// 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
{
2020-06-06 20:20:50 +00:00
name = ModuleConformalDecal
decalFront = Decal-Front
decalBack = Decal-Back
decalModel = Decal-Model
2020-05-31 05:47:23 +00:00
useBaseNormal = false
2020-06-03 01:07:05 +00:00
}
MODULE {
name = ModuleB9PartSwitch
SUBTYPE {
name = tortilla
MODULE {
IDENTIFIER {
2020-06-06 20:20:50 +00:00
name = ModuleConformalDecal
2020-06-03 01:07:05 +00:00
}
DATA {
shader = ConformalDecals/Feature/Bumped
2020-06-03 01:07:05 +00:00
TEXTURE {
name = _Decal
textureUrl = ConformalDecals/Assets/Tortilla-diffuse
2020-06-03 01:07:05 +00:00
isMain = true
}
TEXTURE
{
name = _DecalBumpMap
textureUrl = ConformalDecals/Assets/Tortilla-normal
2020-06-03 01:07:05 +00:00
isNormalMap = true
}
}
}
}
2020-06-03 01:07:05 +00:00
SUBTYPE {
name = Danger
MODULE {
IDENTIFIER {
2020-06-06 20:20:50 +00:00
name = ModuleConformalDecal
2020-06-03 01:07:05 +00:00
}
DATA {
shader = ConformalDecals/Paint/Diffuse
2020-06-03 01:07:05 +00:00
useBaseNormal = true
TEXTURE {
name = _Decal
textureUrl = ConformalDecals/Assets/Sign-HighVoltage-2
2020-06-03 01:07:05 +00:00
isMain = true
}
}
}
}
}
2020-05-30 21:32:39 +00:00
}