Skip to content

MH-Oldschool/mh1g-wiki

Repository files navigation

This started as just a web app that organizes all weapons from Monster Hunter G, but it's now growing into a more complete wiki. Visit the active app here!

Current State

I sourced all data from mmpotato's MHG Analysis. Since I don't know Japanese very well, I used a plugin to translate everything, and consulted Monster Hunter Freedom Unite Fandom Wiki to correct as many names as I could.

I based Monster Hunter 1 data largely on what has been collected by the Old School Monster Hunter team behind the current MH1 and MHG fan servers.

Feel free to reach out and submit any corrections, but keep the Issues tab purely for technical problems.

Feature Checklist

  • Blademaster Weapons, organized in a tree structure
    • Great Swords
    • Swords and Shields
    • Dual Swords
    • Lances
    • Hammers
    • Raw data with rough translation
    • Correct weapon names
    • Correct material names
  • Gunner Weapons
    • Raw data with rough translation
    • Correct weapon names
    • Correct material names
  • Checkbox to toggle MH1 and MHG weapons
  • Weapon Damage Calculator
    • Blademaster weapon damage
    • Gunner weapon damage
  • Armor List
    • Raw data with rough translation
    • Correct armor piece names
    • Correct armor skills
    • Correct material names
  • Armor Set Builder
  • Armor Skills
  • Monster Bestiary
    • General descriptions
    • Moderate details and recommendations for hunting
    • All the numbers
  • Items
    • All items and monster materials with in-game descriptions
    • Shops' stock
    • Item combination list
    • Veggie Elder trades
  • Locale Maps
    • Basic maps: zone numbers, hot/cold zones, etc.
    • Gathering points
  • Hunter Ranks with point requirements
  • Quest List
    • Full list with in-game descriptions/details
    • Guide to unlocking hidden quests
  • Meal Combinations

Developing

I've tried to keep this app as simple as possible: mostly static with a little JavaScript for interactivity.

Requirements

  • Node.js 10+

Setup

  1. npm install to prepare all necessary packages.
  2. npm run build to compile all pages with MustacheJS.
  3. node app.js to start a local Node.js server, hosted on port 8000.

Resources

About

Easily reference a wide variety of data for Monster Hunter 1 (Japan) and G

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published