MHX Talisman Extractor
Written by Setsu
-------------------------------------------------------
DISCLAIMER:
This tool is provided as is and provides no warrantee whatsoever. Use at your own risk.
-------------------------------------------------------
This tool will allow you to add/remove/modify talisman from any of your characters, given the system save file that is stored in extdata. In other words, it's a save file editor. It can also dump your list of talisman into a CSV file that is compatible with GANSIMU written by masax_mh. 
-------------------------------------------------------
HOW TO USE:
1. Backup your save data.
2. Click on gLoad Save Datah and select your system file.
3. Select your character (the first character is automatically loaded)
4. If all you want to do is create the CSV file for use with GANSIMU, then click on the "Export To CSV" button.
5. The top table is the skill table where you can select skills, and the bottom table is the list of talisman currently in your save file.
6. To modify the grade or slot count simply choose an option from the drop down menu. To modify skill levels you need to enter numbers manually into the fields.
7. To modify the skill type, select the skill you want to modify so that it is highlighted, and click on a new skill in the skill table. You can continue to click on another skill in the skill table to modify the other skill on the same talisman.
8. To add a new talisman, scroll the list to the very bottom and you will see a blank row. Modifying this row will create a new talisman in the next empty slot in your equipment box.
9. To remove a talisman, click on the row header of that talisman, and press DELETE.
10. The last message column tells you useful things, like if this talisman has decorations in it, or if one of your skills exceeds the limit for that skill for that grade.
Note: none of the changes you make will affect your actual save file until you save the changes. If you don't like what you did and want to start over, simply reload the save and choose NO when it prompts you to save. You can also simply close the program.
-------------------------------------------------------
ADDITIONAL NOTES:
Several settings are available in the .Config file, of particular interest are:
ShowListOnRight: if set to 1 the talisman list will be display to the right of the skills table instead of to the bottom.
AutoBackup: if set to 0 will disable automatic backup of save data to program folder.
Backups2Keep: the total number of backups to keep if AutoBackup is enabled. Set to 0 or a negative number to keep an unlimited number of backups.
	Note: the backups are named by the date and time the save operation was performed. Simply rename it back to system to re-use.
EnabledSkillLimitPreviewWindow: if set to 0 will disable the skill limit preview window.
-------------------------------------------------------
ACKNOWLEDGEMENTS:
This tool would not have been possible without Seth VanHeulen (a.k.a moghedien) and his work on documenting both the save formats and the encryption scheme. Thanks dude!!