-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ
This mod has 2 hard dependencies, both of which must already be installed for this mod to work.
- Install REFramework.
- Install REFramework Direct2D.
- Download this mod from Nexus Mods.
- I personally recommend using Fluffy Mod Manager to manage the actual installation. If you choose to manually extract the files and install them yourself, refer to the next section in regards to the correct location of the mod.
This is not recommended, but if you really want to install manually you will have to:
- Open the downloaded mod (
.zip) file. - Go into the
Achievement Progress Trackerfolder inside the archive.
- Click on and select the
reframeworkfolder (only this folder, not any of the other files) and extract into your Monster Hunter Wilds install directory.
There should be no file conflicts (unless you are updating this mod specifically, which in that case you can replace them all) besides maybe some font files, which you can ignore since they should be the same file.
You can see the full tree of files that are included with the mod below.
📦reframework
┣📂autorun
┃ ┣📜achievement_progress_tracker.lua
┃ ┗📂Achievement_Progress_Tracker
┃ ┣📜config_manager.lua
┃ ┣📜constants.lua
┃ ┣📜draw_manager.lua
┃ ┣📜language_manager.lua
┃ ┣📜sdk_manager.lua
┃ ┣📜tracking_manager.lua
┃ ┣📜ui_manager.lua
┃ ┣📂classes
┃ ┃ ┗📜achievement_tracker.lua
┃ ┗📂extensions
┃ ┣📜d2d_extensions.lua
┃ ┣📜imgui_extensions.lua
┃ ┣📜math_extensions.lua
┃ ┣📜sdk_extensions.lua
┃ ┣📜string_extensions.lua
┃ ┗📜table_extensions.lua
┣📂data
┃ ┗📂Achievement_Progress_Tracker
┃ ┗📂languages
┃ ┣ 📜de-DE.json
┃ ┣ 📜el-GR.json
┃ ┣ 📜en-US.json
┃ ┣ 📜es-ES.json
┃ ┣ 📜es-MX.json
┃ ┣ 📜fr-FR.json
┃ ┣ 📜it-IT.json
┃ ┣ 📜ja-JP.json
┃ ┣ 📜ko-KR.json
┃ ┣ 📜pt-BR.json
┃ ┣ 📜ru-RU.json
┃ ┣ 📜th-TH.json
┃ ┣ 📜vi-VN.json
┃ ┣ 📜zh-CN.json
┃ ┣ 📜zh-HK.json
┃ ┗ 📜zh-TW.json
┣📂fonts
┃ ┣ 📜NotoSans-Bold.otf
┃ ┣ 📜NotoSansKR-Bold.otf
┃ ┣ 📜NotoSansSC-Bold.otf
┃ ┣ 📜NotoSansThai-Bold.otf
┃ ┗ 📜OFL.txt
┗📂images
┗📂Achievement_Progress_Tracker
┣🖼️0f18f43711c4e9da3613d86de9db805bf9441f58.jpg
┣🖼️1e9e0612ec6b1e5d5bc155a30c99cb6a578cef5e.jpg
┣🖼️2cdfdb7492d15bcc0918d1cee247e95e7a9273b0.jpg
┣🖼️6ea636fdce68821645862756f6917bd3099a7233.jpg
┣🖼️10fdc7f671bae8b203d76d728d2ce2d0506fd4cf.jpg
┣🖼️19a29baf3cc204ecbba1b03bbd417fc095a8121e.jpg
┣🖼️86dac2d987165a8815edaaefecd00edb053bf973.jpg
┣🖼️4892108fcf89dec2e32ab155629ab1621c7ecc0d.jpg
┣🖼️b7056102c53d59596a8797081cc7c31a39304d51.jpg
┣🖼️ba000c3c6d49e99493bc49a64478bd53c043743c.jpg
┣🖼️bbf15074c8d8d6e21cab3ccbebb62fc43f33b50f.jpg
┣🖼️bce9d2d9ec6ab11405634a04ecd0d2a0f6147466.jpg
┣🖼️c3b6b63d98ed79d376c8533a090477e763674c56.jpg
┣🖼️c22a0cec096d9a007161db3b3ecd5bc06600b1c6.jpg
┣🖼️c3823eeb0df771379c01db04da7bec6fb01af7a7.jpg
┣🖼️cd4e28ed9ae42fe93d2e30c7fac88f6fd85c61f6.jpg
┣🖼️e2a8d70bfd30df982e7766eb39f3e3d2032a9679.jpg
┣🖼️e7da4f45efb6e089c2c4da9219d2029c16fa9fd2.jpg
┣🖼️ee560f5141c63b678c2a817e950bc9d453228d90.jpg
┗🖼️fedb517d9fc971e72138b220de9df59e049e63b6.jpg
You can find the config file here: .../MonsterHunterWilds/reframework/data/Achievement_Progress_Tracker
You can find the language files here: .../MonsterHunterWilds/reframework/data/Achievement_Progress_Tracker/languages
You can find the font files here: .../MonsterHunterWilds/reframework/fonts
You can find the font files here: .../MonsterHunterWilds/reframework/images/Achievement_Progress_Tracker
Yes! There are a bunch of options in the REFramework UI mod menu that can change the look of the mod as well as how it behaves. See more on the Configuration wiki page.
Yes! This mod uses language resource files to load and display all the text in the menus and notifications. English was the default language for this mod but others whom are native speakers have translated it into their native languages, while the rest have been machine translated with Google Translate so they very likely they not the best translations. See more on the Language wiki page.