Fix an issue where randomizer/pack frames don't open
Add schema for monster notebook (t_notemons.tbl) (#1)
Update README file
A general modding tool for Trails of Cold Steel 3, also has a randomizer built in. There are 3 main parts to the program:
For all tools, Game Directory refers to the directory where the game launcher (Sen3Launcher.exe
) resides in.
/projects
folder.TOCS3 Vanilla
is the original version of the game.TOCS3 Vanilla
is the original version of the game.The result of the randomizer will be saved in the results.txt
file.
To use the randomizer with yuzu (a Nintendo Switch Emulator), you can do the following steps:
Open Mod Data Location
.Randomizer
.Randomizer
named romfs
.romfs
folder as the game directory for the randomizer.As I have no experience with Ryujinx or Switch homebrew, follow their instructions on how to create a LayeredFS folder for mod then use that as the game directory for the randomizer.
(Guess characters can be optionally excluded from the randomizer)
Randomize things in the magic table of the game, which includes:
All releases of the tool can be found in the Release Page.
Additionally if you want to build the file yourself, you can use cx_freeze
and run the command python setup.py build
.