mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
66 lines
1.2 KiB
INI
66 lines
1.2 KiB
INI
PART
|
|
{
|
|
name = conformaldecals-flag
|
|
module = Part
|
|
author = Andrew Cassidy
|
|
MODEL
|
|
{
|
|
model = ConformalDecals/Assets/decal-blank
|
|
scale = 1.0, 1.0, 1.0
|
|
}
|
|
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 = start
|
|
|
|
// Info
|
|
cost = 75
|
|
category = Structural
|
|
|
|
// CDL-F Flag Decal
|
|
title = #LOC_ConformalDecals_flag-title
|
|
|
|
// Peel-N-Stik Adhesive Decals
|
|
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title
|
|
|
|
// A simple switchable flag. Can either use the mission flag or select a specific flag to use.
|
|
description = #LOC_ConformalDecals_flag-description
|
|
|
|
// conformal decal sticker flag
|
|
tags = #LOC_ConformalDecals_flag-tags
|
|
|
|
bulkheadProfiles = srf
|
|
|
|
// Parameters
|
|
mass = 0.0005
|
|
dragModel = NONE
|
|
angularDrag = 0.0
|
|
crashTolerance = 10
|
|
maxTemp = 2000
|
|
breakingForce = 350
|
|
breakingTorque = 150
|
|
physicalSignificance = NONE
|
|
|
|
MODULE
|
|
{
|
|
name = ModuleConformalFlag
|
|
|
|
useBaseNormal = true
|
|
|
|
defaultDepth = 0.2
|
|
defaultCutoff = 0
|
|
|
|
shader = ConformalDecals/Decal/Standard
|
|
|
|
TEXTURE {
|
|
name = _SpecMap
|
|
textureUrl = ConformalDecals/Assets/Decal-Spec
|
|
autoScale = true
|
|
}
|
|
}
|
|
}
|