Jump to content

How would one go about...


s1rv

Recommended Posts

When creating effects for a jet engine I am making, I realized an afterburner effect would be really cool. Unfortunately, I am unsure if it is possible to set an effect to start on anything but when power is applied, when a flameout occurs, or when the engine starts. I was just wondering if there was a way to insert an effect that only applies when the engine is at full throttle. Any help would be greatly appreciated.

A New Mod Developer,

s1rv

Link to comment
Share on other sites

As far as I know there's no way to get the names of the FXs that are being invoked by ModuleEngines (except by asking a dev).

You could write your own plugin that checks whether the thrust matches max_thrust and applies the FX then.

Link to comment
Share on other sites

For flameout use fx_exhaustFlame_blue = 0.0, -2.4, 0.0, 0.0, 1.0, 0.0, running or what ever effect but instead of "running" place "flameout," This is form the arrow spike: fx_exhaustSparks_flameout = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, flameout. But for the after burner affects I think your forced to make a plugin.

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...