
While Monster Hunter Frontier is a Japanese only PC game series, it has gotten some recent love in the states with the recently released Monster Hunter Generations for the Nintendo 3DS, which received overall positive reviews. The game has even been adapted to an online MMORPG which took the form of Monster Hunter Frontier.
(JP ONLY): replace all uses of " with " in the file.įinally, edit the config.json and set UseOriginalLauncherFiles to true under the launcher settings.Monster Hunter is a beloved series that has seen games on multiple platforms such as the PSP, 3DS, PS2, PC, and now the Playstation 4. (This disables the file check and updating) Find the call to startUpdateProcess() in a case statement and replace it with finishUpdateProcess(). Then, modify the the /launcher/js/launcher.js file as such: www/tw/, and /www/jp/ for the TW and JP files respectively. To set this up, place a copy of the original launcher html/js/css in. However, it does still support using the original files if you choose to. The quest and scenario binary files should be placed in bin/quests/ and bin/scenarios respectively.Įrupe ships with a rudimentary custom launcher, so you don't need to obtain the original TW/JP files to simply get ingame. Update the host_ip and ip fields (there are multiple) to your external IP if you are hosting for multiple clients. Update the database username and password. (Replacing postgres:password with your postgres username and password) > migrate -database $POSTGRESQL_URL -path migrations up > go get -tags 'postgres' -u /golang-migrate/migrate/v4/cmd/migrate/ Launch psql shell, CREATE DATABASE erupe. Requires binary quest files not in the repo)Īll features can be assumed to be very limited or buggy. Do quests (Only quests shipped with the game are on the counter.
Login and register an account (registration is automatic if account doesn't exist). General infoĬurrently allows a JP MHF client (with GameGuard removed) to: Expectations regarding functionally and code quality should be set accordingly. This project has been solely developed in my spare time for the educational experience of making a server emulator, which I haven't done before.
This project is in its infancy and has no reliable active developer, no documentation, and no support.