Kingdom Hearts Final Mix

File information

Last updated

Original upload

Created by

mattfabius

Uploaded by

mattfabius

Virus scan

Safe to use

Tags for this mod

About this mod

This is a mod for Kingdom Hearts Final Mix for PC that allows easy editing of stats, inventory, abilities, and more with an input text file.

Requirements
Permissions and credits
This is a mod for Kingdom Hearts Final Mix for PC that allows easy editing of stats, inventory, abilities, and more with an input text file.

What's New in v1.3?
  • Updated to be compatible with LuaBackend Hook instead of LuaFrontend since LuaFrontend was taken down
  • LuaFrontend may no longer be compatible with versions of this mod starting at 1.3

How to InstallHow to Run the Mod (after installing)
  • Launch Kingdom Hearts HD 1.5 + 2.5 ReMIX, then start Kingdom Hearts Final Mix
  • Start a new game or load the save where you want to modify your stats and inventory
  • Save your game in case you want to revert!
  • Press F1 to run the mod (Note that every time you press F1 it will re-run the mod)
  • Your Stat and Inventory changes have been applied! In case something went wrong, you can always check the debug log by pressing F2 if you wish.
How to Modify Your Stats Using this Mod
Open input.txt in any text editor. By default, this file comes with all currently supported settings maxed out/unlocked.
  • If a line begins with the '#' character, it is a comment, meaning it won't be read by the mod.
  • If you do not want the mod to change a certain value, add the '#' character to the front of the line. For example, if you do not want the mod to change Sora's level, the line would look like this: #level = 99
  • To change the value of a stat, simply edit the number to the right of the equal sign (=). For example, if you wanted to change your max HP to be 1, the line would look like this: hp = 1
  • Some settings only take one of two values: "true" or "false". Anything else will be equivalent to "false".
  • Characters' settings begin with a '{' after an equal sign (=) and end on a line with a '}'

All accepted settings are listed below:


Challenges
Magic Build
Play on Proud mode with EXP Zero enabled
sora = {
mp = 99
magicUnlocked = true
}


Strength Build
Play on Proud mode with EXP Zero enabled
sora = {
strength = 99
allAbilities = true
}


Glass Jaw Build
sora = {
level = 99
hp = 2
mp = 99
ap = 99
strength = 99
defense = 1
allAbilities = true
}

Enable Second Chance.

Ability Strategizing Build
sora = {
ap = 10
allAbilities = true
}

Enable EXP Zero. Select your abilities carefully.