Skip to content

hughgramel/VicAnalyzerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victoria 2 Save Game Analyzer

License: MIT Release.

Requirements

  • Java: Java 17 or higher is required (install guide below)

Quick Start

  1. Download: Get the latest vic-analyzer-1.0-SNAPSHOT-jar-with-dependencies.jar from our Releases Page

  2. 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
  3. Run the application:

    java -jar vic-analyzer-1.0-SNAPSHOT-jar-with-dependencies.jar

Output Files

The analysis will create two CSV files in the same folder where the JAR file is located:

  • accepted_pops.csv: Contains the accepted population data
  • total_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.

Security

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!

About

Victoria 2 Population Analyzer is a command line tool that parses Victoria 2 save game files to extract detailed demographic data for every country. It computes both the total population and the accepted culture population, then exports this information in CSV format for easy analysis and reporting.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages