Based on old Nashetovich's code with minor changes, so now it works with Java 8 and higher.
- Install Java Runtime 8 or newer if it's not installed
- Download jar and bat file from latest release into one folder
- Run bat file. You can also run jar file directly, but this can lead to "out of memory" error.
- Specify savegame path (also you need to specify game install and mod paths for correct localisation) and press Load.
Double click on a table row (or single click on a chart item) opens detailed info window.
Check out project wiki for more info.
-
Can't load large late game file
-Xmx
part in the .bat file is responsible for max memory usage. Change-Xmx1024m
to bigger value, e.g.-Xmx1500m
(should work for most systems).Please note that setting this value too big can cause errors on some systems.
- Upload jar files
- Test with different environments
- Improve architecture and code quality
- Implement continuous watching for game history
- Display or export game history