Add test config and get the mod almost working

This commit is contained in:
2020-05-30 17:03:14 -07:00
parent 3c8f102f5d
commit 01e046a7f1
7 changed files with 101 additions and 53 deletions

View File

@ -7,7 +7,7 @@ PART
author = Andrew Cassidy
MODEL
{
model = ConformalDecals/decal-blank
model = ConformalDecals/Assets/decal-blank
scale = 1.0, 1.0, 1.0
}
scale = 1
@ -15,7 +15,7 @@ PART
// Attachment
attachRules = 1,1,1,1,1
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
node_attach = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0
// Tech
TechRequired = specializedConstruction
@ -27,10 +27,8 @@ PART
title = Blank Decal
manufacturer = #autoLOC_501648 // Maxo Construction Toys
description = foo
// After the surprise success of the BZ-52, the Maxo Construction Toys engineering team came out of hiding to reveal the new pocket model.
tags = foo
// affix anchor mount secure restock
bulkheadProfiles = size0, srf
bulkheadProfiles = srf
// Parameters
mass = 0.015
@ -42,4 +40,28 @@ PART
maxTemp = 2000
breakingForce = 350
breakingTorque = 150
MODULE
{
name = ModuleConformalDecal
MATERIAL
{
shader = ConformalDecals/Feature/Bumped
TEXTURE
{
name = _Decal
textureURL = ConformalDecals/Assets/Tortilla-diffuse
isMain = true
}
TEXTURE
{
name = _BumpMap
textureURL = ConformalDecals/Assets/Tortilla-normal
isNormalMap = true
}
}
}
}