Jump to content

Identify engine parts - howto


Recommended Posts

  I need to be able to identify all parts which are engines (of any type).  I have identified the following three modules to look for:

  1. ModuleEngines
  2. ModuleEnginesFx
  3. MultiModeEngine (??? where I see this, i also see one of the two above)

Are there any other types that I need to look for?  Also, can someone explain the difference between the first two?

If you are aware of mods which have their own definition of an engine module, please let me know

Thanks

 

LGG

Link to comment
Share on other sites

ModuleEnginesFX inherits ModuleEngines now, Multimode is an additional module that just handles switching between other modules(ie not an actual engine itself), and I'm not aware of a mod engine that is entirely from scratch.

For Filter Extensions, I use this shorthand function here (actually a remnant from when FX was an entirely separate module). Even the warp drives, I believe, inherit off ModuleEngines

Edited by Crzyrndm
Link to comment
Share on other sites

Only one I can think of off-hand is Advanced Jet Engines. It defines "ModuleEnginesAJEPropeller" for some of its propeller engines. It inherits from ModuleEnginesSolver which in turn inherits from ModuleEnginesFX.

Link to comment
Share on other sites

17 hours ago, Crzyrndm said:

ModuleEnginesFX inherits ModuleEngines now, Multimode is an additional module that just handles switching between other modules(ie not an actual engine itself), and I'm not aware of a mod engine that is entirely from scratch.

For Filter Extensions, I use this shorthand function here (actually a remnant from when FX was an entirely separate module). Even the warp drives, I believe, inherit off ModuleEngines

What I need is actually a count of the number of engines, I don't really care about what it is.

Thanks to all who replied, you just made my job a little easier.

 

LGG

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