Get flag module working

This commit is contained in:
2020-06-02 22:45:48 -07:00
parent 6a5604911d
commit 6c20675a99
6 changed files with 120 additions and 47 deletions

View File

@ -43,7 +43,7 @@ PART
MODULE
{
name = ModuleConformalDecal
name = ModuleConformalDecalGeneric
decalFront = Decal-Front
decalBack = Decal-Back
@ -61,7 +61,7 @@ PART
MODULE {
IDENTIFIER {
name = ModuleConformalDecal
name = ModuleConformalDecalGeneric
}
DATA {
decalShader = ConformalDecals/Feature/Bumped
@ -87,7 +87,7 @@ PART
MODULE {
IDENTIFIER {
name = ModuleConformalDecal
name = ModuleConformalDecalGeneric
}
DATA {
decalShader = ConformalDecals/Paint/Diffuse

View File

@ -0,0 +1,53 @@
// ReStock+ 1.2.0
// 0.625m Radial Attachment Node
PART
{
name = decal-flag
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 Flag
manufacturer = #autoLOC_501648 // Maxo Construction Toys
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 = ModuleConformalDecalFlag
decalFront = Decal-Front
decalBack = Decal-Back
useBaseNormal = true
}
}