Editing Universal MMU
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
}} | }} | ||
[[Image:UMmu.jpg|200px|thumb|right|Universal MMU]] | [[Image:UMmu.jpg|200px|thumb|right|Universal MMU]] | ||
− | '''Universal MMU''' or '''UMMU''' for short is an [[add-on]] [[SDK]], which allows addon developers to easily implement | + | '''Universal MMU''' or '''UMMU''' for short is an [[add-on]] [[SDK]], which allows addon developers to easily implement crew simulation for an addon vessel. UMMU compatible vessels are capable of [[EVA|EVAs]] and crew transfer with other UMMU vessels. |
− | + | UMMU was based on the crew management system for the [[DeltaGliderIV]] project. "MMU" in real life stands for [http://en.wikipedia.org/wiki/Manned_Maneuvering_Unit Manned Maneuvering Unit]. | |
− | |||
− | |||
==Features== | ==Features== | ||
[[Image:Turbopack.jpg|200px|thumb|right|UMMU Turbopack]] | [[Image:Turbopack.jpg|200px|thumb|right|UMMU Turbopack]] | ||
* Astronaut meshes can be customized | * Astronaut meshes can be customized | ||
− | * | + | * Astronauts breathe O2 and can die of suffocation, crashes and high temperatures. |
− | * | + | * The MMU is equipped with a [[w:Parachute|parachute]]. A [[w:Jetpack|jetpack]] ("Turbopack") is also available. |
− | * All MMUs support a | + | * Astronauts can transfer between ships. |
+ | * All MMUs support a online help, available by pressing {{Key|H}}. | ||
+ | * MMUs can grapple small objects. | ||
+ | * A simple modified [[Shuttle PB]] is included as example. | ||
+ | |||
+ | ==The Universal MMU== | ||
+ | |||
+ | The '''Universal MMU''' is a generic spacesuit with enhanced maneuverability. | ||
+ | |||
+ | It has can grapple objects and move them. | ||
==Universal MMU SDK== | ==Universal MMU SDK== | ||
− | The '''UMMU''' package comes with a | + | The '''UMMU''' package comes together with a SDK, which you can find in the example contained in the documentation folder(".\Doc\UMmu_SDK\UMmu_ShuttlePB_Example"). The library "UMmuSDK.lib" is linked against the 2005 version of visual C++, which means that VC6 users need to include the VC2005 Express standard libraries instead of the VC6 standard libraries. |
+ | |||
+ | ===Interfaces in Orbiter=== | ||
+ | |||
+ | The UMMU has three [[attachment points]], one parent->child for grappling objects, another parent->child for installing special backpacks, called "TurboPacks", with the identifer "TurboMmu". The third is a child->parent attachment point and has the type identifier "GRAPME". | ||
+ | |||
+ | ===Limitations=== | ||
+ | * Only the primary docking port (ID 0) can be used for crew transfer. | ||
+ | * Only one airlock. | ||
+ | * Astronauts can only start an EVA when the primary docking port is not used. | ||
==Distribution== | ==Distribution== | ||
− | + | You are not allowed to include the '''UMMU''' files and modules in your add-on, for avoiding version conflicts when UMMU add-ons include older files. | |
− | Also, the '''UMMU''' license demands | + | Also, the '''UMMU''' license demands full compatibility with the included SDK for add-ons, not permitting add-on developers to limit the functionality of '''UMmu'''. This is meant for avoiding disappointed '''UMMU''' users. |
==Current Addons supporting UMMU== | ==Current Addons supporting UMMU== | ||
* [[DeltaGliderIV]] | * [[DeltaGliderIV]] | ||
− | * [[ | + | * [[PreludeII]] base, part of the DeltaGliderIV add-on package. |
− | * [[ | + | * [[DeltaGlider-XR1]] |
− | + | * [[XR5 Vanguard]] | |
− | |||
− | |||
− | * [[ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==See also== | ==See also== | ||
* [[Free Compiler Setup]] | * [[Free Compiler Setup]] | ||
− | |||
[[Category:Add-ons]] | [[Category:Add-ons]] | ||
− | [[Category:Miscellaneous add-ons]] | + | [[Category:Miscellaneous add-ons]] |
− | + | {{Stub}} |