Trials of Mana
0 of 0

File information

Last updated

Original upload

Created by

Roll

Uploaded by

rollcall31

Virus scan

Safe to use

Tags for this mod

About this mod

A gui application that allows the user to edit skill data.

Permissions and credits
** 0.2 Notes:
- Some magic has a prerequisite spell needed before it can be used (for example, you need Healing Light before you can use Healing Light +), so unlock both of them with the editor.
- I included a pak file called OPTIONAL_remove_locked_arts_P.pak which removes locks on arts, so you won't have to worry about waiting until you acquire a mana spirit to use their magic. Drag this to your mod folder as well if you want to use it.

Please see the readme at the github repo for detailed instructions: https://github.com/pyroll/ToM-Skills-Editor/blob/master/README.md
- Many common questions/concerns may already be addressed so please read it fully

Modding discord: Trials of Mana Modding


To finalize creating edited files you'll need to download and install the .NET Core 3.0 Preview 8 runtime:

64 bit installer
32 bit installer

My mod uses a uasset serializer (credits at the bottom) that requires this library, so if it isn't installed my mod won't create edited files, just an empty directory tree.

Credits:
- maintainer of uasset serializer used by many of our mods: https://github.com/Kein/UAssetParser
- creator of batch files for use with the serializer: https://github.com/ithinkandicode/bloodstained-tools/tree/master/Serializer