Skip to content

valen214/mhr_charm_exporter

Repository files navigation

mhr_charm_exporter

for use on https://mhrise.wiki-db.com/sim/

Thanks

Huge part of the script is translated from https://github.com/Fexty12573/mhr-charm-item-editor

Armor Exporter Steps

1-5. same as charm

  1. copy content from "exported_armors.js" instead
  2. navigate to mhrise.wiki-db.com/sim and click the "Qurious Crafting" tab
  3. Open browser "developer console" (by clicking F12, or "inspect element" in right click menu, please google yourself)
  4. paste the content and enter, and see the magic happens mhr sim armor import

Charm Exporter Steps

  1. Set up REFRAMEWORK
  2. Download reframework.zip and extract the content under /reframework
    • 2.5 create the folder 'reframework/data' if it doesn't exist yet
  3. Open Monster Hunter Rise and select your character
  4. Open the REFramework Menu and expand "Script Generated UI"
  5. Click on "[Charms Export] export charms to reframework/data/exported_charms.txt" image steps click on export charm
    • 5.5 If the button is not showing, try expand "ScriptRunner" and click "Reset scripts"
  6. Open 'reframework/data/exported_charms.txt' with notepad++ and copy the content
  7. paste it here like so mhr sim charm import
  8. Done mhr sim charm import

Requirements

REFRAMEWORK

Other languages

Now the lua script should grab the names directly from your game, so it would have the same language as your game does, if you need another language, might seek the steps to change the ingame language

TODO (WON'T DO)

I know how to compile a separate dll in order to save the output without using the json format provided by REFramework, and thus not needing to replace the quotes, etc. but it works right now so I won't bother to change/add anything