Skip to content

Frequently Asked Questions

What is the Mountea Framework?

Mountea Framework is an open-source collection of tools and plugins for Unreal Engine developers, created to streamline game development workflows—especially for single-player adventure and RPG titles. It’s maintained by Dominik Morse and the community.

Which plugins and tools are available?

Finished Systems

Which plugins and tools are in progress?

Under development

Auxiliary Tools

Standalone tools & features

How do I install a plugin?

Installing from GitHub?

  • Clone the desired repo:
        git clone https://github.com/Mountea-Framework/<PluginRepo>.git
    
  • Copy the plugin folder into your Unreal project’s Plugins/ directory.
  • Reopen your project in Unreal Engine. The plugin appears under Edit → Plugins.

Otherwise use FAB standard installation guide.

Which Unreal Engine versions are supported?

Most plugins support UE 5.0 and newer versions. For exact compatibility and version-specific branches, see the Releases or README of each plugin’s GitHub page.

Is Mountea Framework free?

Yes! All plugins and tools are free to use and open-source. If you’d like to support ongoing development, consider sponsoring us on GitHub: GitHub Sponsors → Mountea-Framework

Will multiplayer be supported?

Multiplayer (replication) is planned for Stage 3 of each plugin’s roadmap. Initial releases focus on solid single-player functionality, with replication added in subsequent updates.

Replicated Plugin
Interaction System
Dialogue System
Advanced Inventory & Equipment¹
Documentation System

Advanced Inventory & Equipment

Once solution is released the replication will be part of the system. System is currently under development.

Where can I find usage examples?

Browse our Examples repo for ready-to-go sample maps and Blueprints that show how to set up and use each plugin: Examples Repository

Where can I get support or report issues?

How can I contribute?

If you are developer

  1. Fork the repo you’d like to improve.
  2. Create a feature branch, implement your changes, and add tests/docs.
  3. Submit a Pull Request—we’ll review and merge.
  4. Thank you for helping make Mountea better!

If you are not developer

  1. Join the Discord Channel
  2. Be active part of community
  3. Report bugs and issues