Skip to content

v0.12.01

Latest
Compare
Choose a tag to compare
@pagewin pagewin released this 20 Mar 23:46
· 3 commits to master since this release

Updates

  1. Really (hot)fixed Felyne Cannon => Stunt Cannon. Thanks duplicate arrays
  2. Removed Critical Boost from the list of "B" Palico skills. Critical Boost is a Beast innate skill.
  3. Added automatic backup functionality. Trust it at your own peril. (Closes #9)
    • Manually backup your saves and verify that the auto backup works on your system.
      • My personal test method was comparing SHA-512 checksums. The original file is simply copied to the backup directory before a save is made, whether by overwriting the original or through saving as a new file. You should probably make sure that the backup save loads in game.
$  sha512sum -b ~/mhxx-backups/TEST ~/.config/MHXXSaveEditor/TEST1553125809.bak 
52d8aef752f00c84f3ca752ae0e80df24734ddd9bc7660617c358631c512361fdb9ea7b16bb8357d285c33ae01266950278d28490c1369a652c59806621db4f0 */home/$USER/mhxx-backups/TEST
52d8aef752f00c84f3ca752ae0e80df24734ddd9bc7660617c358631c512361fdb9ea7b16bb8357d285c33ae01266950278d28490c1369a652c59806621db4f0 */home/$USER/.config/MHXXSaveEditor/TEST1553125809.bak
  • Saves are located in your OS's %APPDATA% equivalent and are made when you save your system file in the editor.
    • Windows/Wine: %APPDATA%\MHXXSaveEditor
    • Linux: ~/.config/MHXXSaveEditor

Known Issues

  1. Palico: Changing skill/support RNG will not update everything related properly.
    • Workaround: [Save] the Palico, then go to edit it again, and things should be refreshed. You should not save the entire file, only use the save button on the Palico editor.
    • Some values are only set/read when a Palico is loaded to be edited. This will be fixed in a future version.
  2. Palico: Changing Bias doesn't work because support moves and skills are never set to the appropriate values of the new Bias. (#11)
  3. (Updated 02 September 2019) Some antiviruses are flagging the release binary as a trojan/virus. This is probably due to the new backup save functionality, since it reads and writes to an appdata directory. (#24)

Current State

Issues #7, #8, #11, #16, and #19 will not be addressed until I rework the Palico editor backend as part of #10. This is my current focus and other issues probably won't be touched until after that.