mhf_questlists_reader is a c# form that allows you to manage questlist files.
I'm sorry for so much bugs.
- Load more values such as Equipments, skills, limitation etc.
Below are some important tips for using this repo. Please read them at least once.
-
My reader may not read publicly shared questlist files correctly because it does not have proper structure. Also I don't recommend you to keep using it as it is because the reader doesn't support it for a technical reason. Here's how to fix it.
Openlist_168.bin
with binary editor(eg.HxD) and check offset 01h. It's a number of quests this file loads. If it is13
, change it to0D
, becasuelist_168.bin
has 13 quests in total and it should be described as0D
in hex but somehow the value is13
of integers. -
Before you add new quest, deleting these quests is highly recommended from
list_168.bin
.
-
You should decrypt quest file itself with a tool called
ReFrontier
before you useAdd
button. -
Each questlist files are able to contain up to 42 quests.
-
While you can add new quest to list, you cannot add new list file via editor. Thus, I recommend you not to delete all quests from one of list files. I mean leave at least one quest in list.
-
Export
button creates new questlist files, and overwrites if there is one there with the same name files. -
Save change
button is used to save current selected quest changes.
- Sometimes
Delete
button doesn't work correctly.
Don't forget to drop Stored_Data
folder to the same path where exe created.
- Initial release.
- Added montser icon names, for Diva quest.
- Fixed Diva quest load issue.
- Fixed header type issue.
- Added panel and scrollbar to information section.
- Now load entire questlist folder, not each single file.
- Added new listbox to show loaded file name.
- Added a label at the bottom of the form that works like a log.
- Added
Stored_Data
folder to store binary data. Don't delete this.
- Added
Export
button to create and export new questlist files. - Added
Add
button to add a new quest to current selected list. - Added
Delete
button to delete selected quest from list. - Added 2 boxed to show how many quests you've loaded.
- Changed to form is resizable.
- Fixed few small things.
- Added
Save changes
button to save current selected quest changes. - Added textbox to show Map name.
- Added combobox to show monsters and items name and its ID.
- Add name suggestion to both Monster and Item name box.
- Fixed a problem where pressing the
Open
button would clear the listbox regardless of whether you actually selected the questlist folder or not (in case you accidentally pressed the button). - Fixed a problem with the quest listbox behaving incorrectly after pressing the
Export
button. - Fixed a problem in which the name and ID in the target field did not match when a quest was selected.
- Fixed a problem in which the quest list was not loaded all the way through in the game when the export button was pressed once, then a new quest was added, and the export button was pressed again.