How do you make a republic? I'm trying to make a map conversion and I don't know how.
It took me a while myself to figure out why it wasn't working so glad to help others![]()
In my case, I wanted the republic inland, along a major river. I thought this was do-able, since technically navigable rivers are drawn as oceans in the map file. I kept getting the "You have become a republic, and are no longer allowed to play" mesage. To fix it, I had to go to the /map/default.map file (opens with notepad++) where you can then delete the major rivers section like this:
major_rivers =
{
}
and then indeed they are counted as sea-zones, and you can have inland republics if they are next to one. The downside is of course then that anyone can navigate along those river sections that you deleted from that section of default.map just like they are normal ocean areas, but for my mod, I'm fine with that anyways.
No, I think the Vikings had the advantage that their ships were simultaneously capable of river AND ocean travel, whereas most other cultures either had rivers boats, or ocean-going boats. But for fantasy mods and such, historical details like that can easily be changed![]()
I thiiink there may be an issue with republics needing unrestricted access to the ocean-at-large, but it's certainly a good solution and if someone wants to test it, please post results here!
I think I will test it myself, can't be that hard and I may learn something about map modding along the way. But just a preliminary question, shouldn't the adjecencies (argh... english) file also be changed? as the provinces are not crossing a major river anymore but a sea? It is differently stated in the 'through' column of the adjecencies (argh, more english), so I was wondering whether this should be changed from 'major river' to 'sea' also...