Skip to content

Nashet/vic2_economy_analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victoria 2 Savegame Economy Analyzer

Based on old Nashetovich's code with minor changes, so now it works with Java 8 and higher.

Usage

  1. Install Java Runtime 8 or newer if it's not installed
  2. Download jar and bat file from latest release into one folder
  3. Run bat file. You can also run jar file directly, but this can lead to "out of memory" error.
  4. 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.

Troubleshooting

  • 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.

To do list:

  • Upload jar files
  • Test with different environments
  • Improve architecture and code quality
  • Implement continuous watching for game history
  • Display or export game history

About

Victoria 2 savegame economy analyzer, updated version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.4%
  • Lex 8.4%
  • Other 0.2%