2025-11-09 12:24:51 +01:00
2023-03-30 23:50:54 +11:00
2023-03-12 23:36:26 +11:00
2023-03-30 21:48:23 +11:00
2023-03-27 21:29:23 +11:00
2023-04-01 17:58:26 +11:00
2023-03-31 00:53:50 +11:00
2025-11-09 12:24:51 +01:00
2023-03-30 21:48:23 +11:00
2023-03-05 18:35:03 +11:00
2023-03-05 18:35:03 +11:00
2023-04-01 17:58:26 +11:00
2025-11-09 12:24:51 +01:00

Erupe Community Edition

Erupe is a community-built server for Monster Hunter Frontier - All versions. It is a complete reverse engineered solution to self-host a Monter Hunter Frontier server.

![IMPORTANT] The purpose of this branch is to have a clean transition from a functional 9.2.0 release, to a future 9.3.0 version. Over the last 2 years after the release of 9.2.0, many commits introduced broken features.

Setup

If you are only looking to install Erupe, please use a pre-compiled binary.

If you want to modify or compile Erupe yourself, please read on.

Requirements

Install is simple, you need:

  • Go: programming language for the server logic
  • PostgreSQL: server database.

Installation

  1. Bring up a fresh database by using the backup file attached with the latest release.
  2. Run each script under patch-schema as they introduce newer schema.
  3. Edit config.json such that the database password matches your PostgreSQL setup.
  4. Launch go run . to run erupe directly, or use go build to compile Erupe.

Note

You will need to acquire and install the client files and quest binaries separately. See the resources for details.

Resources

Languages
Go 95.4%
PLpgSQL 3.8%
HTML 0.8%