Would changing the map font and map font color be possible? As a novice at modding I'd like to play around with both for readability sake. Thanks in advance!
Think that advice is worthy of being added to the list in the original post for sure! Thanks for saving me so many future headaches haha
Turns out it was our fault, we had added some new provinces without updating the locator files
So for everyone else making new provinces and finding that the map editor suddenly crashes with a fort-related issue in the crashes/x date/exceptions.txt file, make sure to regenerate the locator files each time you add new provinces.
Can't wait! The map will look beautiful in the updated engineIncidentally, I'm working on a LOTR mod and I love your Isengard! Watch this modding space tomorrow or on Tuesday, we've made great progress and will be posting something shortly![]()
I have this issue but with ports. What exactly did you do to fix this? I can't get into the editor with my edited province data to do any regeneration.
Thanks for the second advice, it somehow works now even though I am doing the same. I must have done something wrong when making a new file or whatever.Make sure you're using indexed colours, you can set this here:
Below where you set Indexed Colour, check your colour table and make sure it looks like this:
The easiest way to do this is to just make a copy of the vanilla version and edit that directly rather than starting right from scratch, it ensures nothing weird happens![]()
No problems, I've had issues with it in past games so now I always just duplicate theirs and resize/change as neededThanks for the second advice, it somehow works now even though I am doing the same. I must have done something wrong when making a new file or whatever.
Examine the rivers, and the error log under documents/paradoxinteractive/imperator.
A couple of rules about rivers.bmp:
- Diverged rivers cannot rejoin with red dot, this causes errors.
Is there any chance this will change? While the map maker(s?) did their best, it still looks quite ugly in the areas that contain big river islands like the Low Countries and the Middle/Lower Danube.
Theoretically, could you use this to make a more informed map and drag it into other pdx games? (if it exports the same base heightmap.bmp and rivers.bmp ?)
And vice versa? Could you upload an existing custom map with all the files onto this?
Will you add city making into map editor. It gets tedious trying to line up cities with the shore or certain terrain types
Ah, mixed them together myself there, yes sadly we dont have that functionality yet. But rest assured as someone whos using the tool for work, i want it and am pushing for it too.Oops. I meant provinces and editing province.bmp. I used the term city cause that's what they're called in IR.
The nudge tool wasnt directly portable to jomini, but I believe we have been working on another tool that can be used for setting province data akin to tradegoods, cultures, religion and so on. you can reach it by inputing:What ever happened to the Nudge tool in HoI IV that made province and state creation much easier?
setup_editor
Defines are currently un-moddable, due to being loaded after the mods, they overwrite your changes.I've been trying to create a mod to change some camera settings, like edge scrolling and FOV. I found "00_graphics.txt" in common\defines\graphic, and I've tried changing several variables under NCamera, but nothing seems to work. If I edit 00_graphics.txt in the game files, everything works as I would expect. What am I doing wrong? Mod mod looks like this:
NCamera = {
EDGE_SCROLLING_PIXELS = 0
}
It's in (modname)\defines\graphic\(modname).txt
Why does it do nothing