ZeruLight / Erupe

Monster Hunter Frontier Server Emulator
https://discord.gg/DnwcpXM488
MIT License
200 stars 53 forks source link
emulator game golang monster-hunter monster-hunter-frontier postgresql server server-emulator

Erupe

Client Compatibility

Platforms

If you have an installed copy of Monster Hunter Frontier on an old hard drive, please get in contact so we can archive it!

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

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. Run go build or go run . to compile Erupe.

Docker

Please see docker/README.md. This is intended for quick installs and development, not for production.

Schemas

We source control the following schemas:

Note: Patch schemas are subject to change! You should only be using them if you are following along with development.

Resources