Skip to content

Simple save game to .json converter for Europa Universalis 4.

License

Notifications You must be signed in to change notification settings

majbo/eu4tojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EU4 to Json

Simple command line application that parses some data from an Europa Universalis 4 save game (.eu4) and outputs it to a .json. Available for Windows & Linux.

Getting started

Prerequisites

You need 7-Zip to unpack the program and the .NET Core 3.1 Runtime to run it.

Installation & Run

  1. Unpack the .7zip to the desired location.

  2. Execute the EU4 to Json with the path to a .eu4 save game.

    On Linux: ./EU4ToJson savegame.eu4

    on Windows: EU4ToJson.exe savegame.eu4

  3. EU4 to Json will create the .json at the same location of the save game and with the same name (expect the file ending).

Caution: If the .json already exists it will be overwritten!

Build with

Build

dotnet publish -c Release --no-self-contained -r linux-x64
dotnet publish -c Release --no-self-contained -r win10-x64

About

Simple save game to .json converter for Europa Universalis 4.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages