N.Core
1st Class of Neoa
Do you mean like this?Is there anyway to change the size of the minimap and make it look good?
I'm playing huge maps on a 2560X1440 resolution and the minimap is next to useless once it starts zooming out in the mid/late game.
I've tried to edit the "config" file in the My Games/Sid Meier's Civilization 5 folder.
Ive changed the
[MiniMap]
; Mini-map width.
Width = 320
; Mini-map height.
Height = 190
to
[MiniMap]
; Mini-map width.
Width = 490
; Mini-map height.
Height = 280
While it does make the minimap have a bigger image, the borders are the same so a big part of the image is cut out. It also screws some of the placement for buttons around it.
Alternatively, since a few updates back, there is now a map tab in the religion section. Could it be possible to get one like that, but for political control instead of religious?

It's difficult to get it right since it's hardcoded with the UI code. You have to edit it yourself just for that.
Also, minimap EUI code already has the capability of resizing, it's just there's an Antiquity Sites UI mod that VP uses that overrides it.
I have to manually disable the UI mod just for this. I think I can combine the EUI version with the UI mod.
If you really want to do this, then you have to make a sacrifice to disable the UI mod by renaming the file or deleting it.
The location is here:
Rename the MinimapPanel files and the OverlayAntiquities_MiniMapOverlayHook file, so then it won't be loaded by the game.
Then go to this file, and edit the "Size" section of the highlighted line to match the config file.
The religion map is wholly different than the minimap. It can't be just translated like that since the minimap is what the game does and the religion map is a Lua trickery.