Errors
General
While working on the configuration file, you might make a mistake at some point. To know that once it happens, I recommend enabling the console feature of the External File Loader by doing the following:
Navigate into the game directory.
Open the following file:
{game}/x64/hook.ini
.Scroll down to the
[log]
section.Set the property
disableConsole
tofalse
.
Now whenever you start the game, an additional terminal window will be opened beside it. This window will be updated with information about any errors that may occur while the game is open.
Example
Let's assume you created the following configuration:
As you probably noticed, there is no such augment as hpLore13
. That's why an error will be thrown once this configuration file is loaded.
Last updated