better download link
initial public version
tocs3planner is a stat calculator for The Legend of Heroes - Trails of Cold Steel III. I'm planning to add damage calculation in the future.
Note that stats for player characters may be slightly higher in-game than calculated by tocs3planner due to permanent stat boosts from stat droplets and gifting items.
Stats for opponents may be off by ±1 because I haven't figured out the exact rounding method used by the game yet.
Linux/Mac OS: I'll take a look upon request. Before asking, consider that I will not be able to offer any kind of support for Mac OS.
make
bin/tocs3planner
now contains the programIf you're using clang
, you might need to add (or remove) a few command line flags to be able to build.
See the build manifest builds/archlinux-clang.yml
for details.
See build-tocs3planner.yml
for a sourcehut manifest file.
In summary:
make
, ensure that the binary directory is in PATH
bin/tocs3planner.exe
now contains the programMake sure to use the newest version of wxWidgets because otherwise it probably won't compile with the latest mingw.
You'll have to figure it out yourself, sorry.
At the moment, the game data (character/monster stats, items, &c.) are hardcoded into the binary.
The data resides in the data/
subdirectory.
If you need to change the data (e.g. for a mod or because the game was updated (as if)), you can create the files as follows:
tables/
.python3 gen_data.py
I have not yet tested tocs3planner with modified game data so there may be some unforeseen problems.
tbd