Vernor engine and misc fixes

This commit is contained in:
Chris Adderley 2019-01-29 21:24:40 -08:00
parent 7e5ce0b864
commit 8b8395878b
11 changed files with 118 additions and 6 deletions

View File

@ -155,8 +155,11 @@
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Control/restock-engine-vernor-1
model = ReStock/Assets/Control/restock-rcs-vernor-1
scale = 1,1,1
}
@scale = 1
@rescaleFactor = 1
!EFFECTS {}
EFFECTS
{

View File

@ -20,7 +20,7 @@ PART
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.004, -0.0, -0.00, 1.0, 0.0, 0.0
node_attach = 0.0853, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl

View File

@ -20,7 +20,7 @@ PART
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.004, -0.0, -0.00, 1.0, 0.0, 0.0
node_attach = 0.0853, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl

View File

@ -20,7 +20,7 @@ PART
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.004, -0.0, -0.00, 1.0, 0.0, 0.0
node_attach = 0.008, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl

View File

@ -20,7 +20,7 @@ PART
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.004, -0.0, -0.00, 1.0, 0.0, 0.0
node_attach = 0.0853, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl

View File

@ -20,7 +20,7 @@ PART
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.004, -0.0, -0.00, 1.0, 0.0, 0.0
node_attach = 0.0853, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl

View File

@ -0,0 +1,109 @@
// ReStock+ 0.1.0
// MiniDual RCS
PART
{
// --- general parameters ---
name = restock-rcs-block-triple-angled-mini-1
module = Part
author = Chris Adderley (Nertea)
// --- asset parameters ---
MODEL
{
model = ReStockPlus/Assets/Control/restock-rcs-block-triple-angled-mini-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
scale = 1
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.008, -0.0, -0.00, 1.0, 0.0, 0.0
// --- editor parameters ---
TechRequired = advFlightControl
entryCost = 950
cost = 150
category = Control
subcategory = 0
title = #LOC_RestockPlus_restock-rcs-block-triple-angled-mini-1_title
manufacturer = #autoLOC_501631
description = #LOC_RestockPlus_restock-rcs-block-triple-angled-minii-1_description
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0
// --- standard part parameters ---
mass = 0.015
dragModelType = default
maximum_drag = 0.001
minimum_drag = 0.001
angularDrag = 2
crashTolerance = 15
maxTemp = 1500
// --- rcs module parameters ---
bulkheadProfiles = srf
tags = #LOC_RestockPlus_restock-rcs-block-triple-angled-mini-1_tags
EFFECTS
{
running
{
AUDIO_MULTI_POOL
{
channel = Ship
transformName = RCSjet
clip = sound_rocket_mini
volume = 0.0 0.0
volume = 0.1 0.0
volume = 0.5 0.025
volume = 1.0 0.1
pitch = 0.0 0.75
pitch = 1.0 1.5
loop = true
}
MODEL_MULTI_PARTICLE
{
name = FX1
modelName = ReStockPlus/FX/restock-fx-rcs-mini-1
transformName = RCSjet
emission = 0.0 0.0
emission = 0.1 0.0
emission = 1.0 1.0
speed = 0.0 0.8
speed = 1.0 1.0
}
MODEL_MULTI_PARTICLE
{
name = fx2
modelName = ReStockPlus/FX/restock-fx-rcs-mini-1
transformName = RCSjet
emission = 0.0 0.0
emission = 0.2 0.0
emission = 1.0 1.0
speed = 0.0 1.0
speed = 1.0 1.0
localRotation = 0, 0, 0
localOffset = 0, 0.1, 0
}
}
}
MODULE
{
name = ModuleRCSFX
thrusterTransformName = RCSthruster
thrusterPower = 0.25
stagingEnabled = False
resourceFlowMode = STAGE_PRIORITY_FLOW
resourceName = MonoPropellant
runningEffectName = running
atmosphereCurve
{
key = 0 230
key = 1 90
}
}
}