Jump to content

How to create Solid Fuel Booster?


Recommended Posts

I have tried to copy this:


MODULE{
name = ModuleEngines
thrustVectorTransformName = thrustTransform
throttleLocked = True
exhaustDamage = True
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 250
heatProduction = 550
useEngineResponseTime = True
engineAccelerationSpeed = 10.0
allowShutdown = False
fxOffset = 0, 0, 0.12
PROPELLANT
{
name = SolidFuel
ratio = 1.0
DrawGauge = True
}
atmosphereCurve
{
key = 0 240
key = 1 225
}

}

But i don't know how to specify the thrustTransform vector.

Please help!

Link to comment
Share on other sites

You'll have to create "thrustTransform" as an empty GameObject in Unity, as a child-object to your booster (and rename it "thrustTransform" instead of "GameObject"). You'll need to position it so that the "Z" or Blue vector points "down" in the direction of the engine exhaust, and center it where the thrust/exhaust comes from.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...