Mission Hub is Miltech Simulations’ answer to a long-standing need in Microsoft Flight Simulator: a powerful, flexible, and aircraft-agnostic mission and campaign editor. Initially sparked during the development of the CH47 - where we introduced a basic, hardcoded mission system - we quickly realized the limitations of such an approach and set out to build something far more ambitious. Mission Hub will let you create and execute campaigns with multiple objectives, branching paths, triggers, ... Mission Hub is Miltech Simulations’ answer to a long-standing need in Microsoft Flight Simulator: a powerful, flexible, and aircraft-agnostic mission and campaign editor. Initially sparked during the development of the CH47 - where we introduced a basic, hardcoded mission system - we quickly realized the limitations of such an approach and set out to build something far more ambitious. Mission Hub will let you create and execute campaigns with multiple objectives, branching paths, triggers, and dynamic outcomes—all without needing to write a single line of code. Whether you're planning a search and rescue operation in Alaska, a multi-leg airlift mission across the Andes, or a full-scale naval assault scenario, Mission Hub gives you the tools to bring it to life. For UsersReady-to-play missions are included, tailored for the Miltech Simulations MH-60, with no setup or mission building required - just load and fly. Over time, we will continue expanding the mission library, regularly adding new scenarios for the MH60 as well as mission packs designed for other aircraft through future updates. For CreatorsBuilt around a modular Trigger–Action framework, Mission Hub allows creators to design missions using dynamic conditions - such as time, location, altitude, speed, and more - and link them to meaningful actions like advancing objectives, triggering messages or audio, and spawning mission elements. Missions can then be easily shared as a JSON file. Universal & Aircraft-Agnostic Mission SystemFlexible, expandable, and compatible with any aircraft in Microsoft Flight Simulator. Mission Hub supports multiple mission types, including VERTREP, Search and Rescue, and Submarine Intercept, that can be flown with any aircraft, allowing you to tailor the experience to your preferred platform and playstyle. Supports Diverse Mission Types
Mission Sandbox & Execution EngineCreate, test, and execute custom and pre-defined missions in a single unified platform. Extensive 3D Asset LibraryIncludes ships, rescue scenes, mission targets, and interactive objects.
Naval Asset Collection: These objects can be placed anywhere on the world, moving or static, at any speed (max 40kts) and any heading. Flights can be started from the ship's deck, C&D or Ready to Fly
Compatible with Supercarrier Pro and UK Carrier Strike Group
Place any Carrier Group asset, anywhere on the world. Custom Carrier Group locations are fully featured, as described in their respective product descriptions.
Mission-Ready SimObjects: Includes rescue setups, vehicles, VFX and more objects to make your missions more immersive!
Open SDK for DevelopersBuild and distribute your own mission packs with full third-party support. NOTE: An active internet connection is required for the product to function correctly.
BUNDLE OFFER
Purchase the MH-60 together with the Mission Hub and save £3. 49 £4. 19 (incl VAT)!
Discount taken at checkout.
Both products must be added to cart and purchased at the same time for discount to apply.
function copyToClipboardHub() { const text = document. getElementById("copyTextHub"). innerText; navigator. clipboard. writeText(text). then(function() { alert("Copied to clipboard: " + text); }). catch(function(err) { console. error("Failed to copy text: ", err); }); }