- Java: Java 17 or higher is required (install guide below)
- Windows: Download and install from Oracle's website or OpenJDK
-
Download: Get the latest
vic-analyzer-1.0-SNAPSHOT-jar-with-dependencies.jarfrom our Releases Page -
Install Java (if you don't have it):
Easiest Method (Recommended): a. Download Eclipse Temurin JRE installer:
- Windows This will auto-install it (It doesn't redirect to a page, just downloads the java installer) b. Double-click the downloaded installer c. Follow the simple installation steps
-
Run the application:
java -jar vic-analyzer-1.0-SNAPSHOT-jar-with-dependencies.jar
The analysis will create two CSV files in the same folder where the JAR file is located:
accepted_pops.csv: Contains the accepted population datatotal_pops.csv: Contains the total population data
For example, if your JAR file is in C:\Games\Victoria2\Analyzer, the output files will also be created in C:\Games\Victoria2\Analyzer.
NOTE: In the .csv files if a nation changes tag the data will be on separate rows; e.g. Prussia (PRU), North German Confederation (NGF), and Germany (GER) will all be on different rows and you'll have to merge them.
This application is distributed as a signed JAR file with SHA-256 checksums for verification. Always download from the official Releases Page and verify the signature and checksum if possible!