Hi, I've been working on this modded engine for a while now, and I finally got it into the game and finished the .cfg file. It loaded in the game and it works fine. It consumes fuel and electricity like it is supposed to, and it says its making 60kn of thrust, but the problem is it doesn't actually do anything (change the speed). It really annoyed me because I finally got this thing to work (my first mod) and KSP says its working but ITS NOT. If someone could help me find my error or even just tell me what could be causing this I would appreciate it.
Screenshot:
Config File:
PART
{
name = PlasmaEngine
module = Part
author = robot_rover
mesh = model.mu
scale = 0.1
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -1, 0.0, 0.0, -1.0, 0.0, 1
sound_vent_medium = engage
sound_rocket_hard = running
sound_vent_soft = disengage
sound_explosion_low = flameout
TechRequired = ionPropulsion
entryCost = 50000
cost = 20000
category = Engine
subcategory = 0
title = RR-7426 "Dusk" Plasmatic Propulsion Engine
manufacturer = RR Industries Corp.
description = Mod Testing, meaningful description to come.
attachRules = 1,0,1,0,0
mass = 0.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3600
bulkheadProfiles = size1
MODULE
{
name = ModuleEngines
//thrustVectorTransformName = thrustTransform
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 60
heatProduction = 0
fxOffset = 0, 0, 0.21
EngineType = Electric
PROPELLANT
{
name = ElectricCharge
ratio = 1.5
DrawGauge = True
}
PROPELLANT
{
name = LiquidFuel
ratio = 0.1
}
atmosphereCurve
{
key = 0 2000
key = 1 100
key = 3 0.1
}
}
MODULE
{
name = ModuleGimbal
gimbalTransformName = thrustTransform
gimbalRange = 5
}
MODULE
{
name = ModuleTestSubject
environments = 15
useStaging = True
useEvent = False
}
}