• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Licarious

First Lieutenant
112 Badges
May 17, 2013
261
283
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Cities: Skylines - Green Cities
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • BATTLETECH
  • Crusader Kings Complete
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Crusader Kings II: Holy Fury
  • Pillars of Eternity
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Prison Architect
  • Europa Universalis III Complete
  • Teleglitch: Die More Edition
  • Victoria 2
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Imperator: Rome Sign Up
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
This program generates several maps using a few input folders from Vic3.
Those maps individual RGOs with state based building capacity:
Blank maps for provinces, states, and regions:
Colored and named maps for states and regions:

code on Github:

Use:
1. Copy the following files/folders from Victoria 3 into the _Input folder:
1a. default.map, provinces.png, and state_regions folder from map_data.
1b. strategic_regions from common folder.
2. Run bin\Debug\net6.0\Vic3MapCSharp.exe, this will take about 5 minutes to create all the maps.
3. Look at maps in _Output folder.
 
Last edited:
  • 13Like
  • 13Love
  • 3
  • 1
Reactions:
Thanks for making this. Unfortunately, when I run the shortcut (as administrator), the program seems to immediately end. Unsure if I'm missing something.
 
  • 2
Reactions:
Thanks for making this. Unfortunately, when I run the shortcut (as administrator), the program seems to immediately end. Unsure if I'm missing something.
Turns out I forgot to add a relative path to the shortcut. The exe that it should be targeting is bin\Debug\net6.0\Vic3MapCSharp.exe
I will see about correcting that oversight
 
  • 1Love
Reactions:
Cant make it work. Throws an unhandled exception

1668726889869.png
 
  • 1
Reactions:
Both releases work for me and produce identical maps based on Vanilla 1.0.6, and while the resulting Province_Blank.png and prov_border.png are not byte identical, the images themselves are. So it's not necessarily something Licarious missed...
 
Just wanted to say these maps are super awesome, thanks for this tool! People in the discord have been appreciating the heck out of the maps generated by it. Such a great way to visualise resource distribution.
 
Fantastic tool. Possible to make a setting to show more than one resource on the same map? Would help trying to maximize early limited expansion potential, trying to find multiple needed resources in same location/close proximity.
 
Great tool!
I'm wondering if it would be possible (and not much work) to add a list of the total amount of each resource to the outputs.
Even better than that would be a CSV of the resource potentials for each province. That could be pulled into a spreadsheet and many things could be done with it…
 
Even better than that would be a CSV of the resource potentials for each province. That could be pulled into a spreadsheet and many things could be done with it…
That CSV file was in the build I pushed up yesterday.
 
  • 1
Reactions:
Hi,

This is great. Could you do the same for the Victorian Flavor Mod? Tried replacing the relevant files in the _input section but it keeps crashing.

I glanced over VFM flies and fixed several edge cases that were causing issues. Lets see if the latest release works for you.