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

And since the parent is still ModuleEngines you don't have to handle them unless you want to get into the specifics of those module.

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...