• 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.
What changes?

I have a list of my own of proposals, if you don't mind me seizing the oportunity:

-Add two fields to specify the succesion and gender law of each county (with the duchy, kingdom, and empire getting their capital's laws.
-Add a new field to specify the id of the holder of the county. Add a setting that governs wether the duchy/kingdom/empire get the holder of their capital.
-In the fields for the name of the province/county the duchy, the kingdom, and the empire, allow the notation <name>(<suffix>) to customise the adjective for each one.
-Add a new field which allow us to script custom effect = {} clauses.
 
  • 1
  • 1
Reactions:
@JonStryker I probably have requested this before, but.... Would you please consider making the reverse mapfiller output to a file in the mapfiller's location rather than to the console? If I copypaste the output of the console, the separation between fields is done via blank spaces (not even \t, that would have made it much easier to get into a sopreadsheat), and the console mighr break a single row into different lines at unexpected points, so even using regular expressions it is really hard to get a satisfactory result.

Outputting it to a .txt file with tab, comma or semicolon separation would make it directly usable in a spreadsheat editor without no further user effort.

Also, did you take a look at my suggestions in the post #587? What do you think of them?
 
Would it be possible to mirror the download to somewhere that isn't full of borderline-malware adverts? Even with uBlock Origin it still opens a new tab with some social-engineering-type advert. Maybe dropbox or even just a file attachment here.
 
  • 1
Reactions:
Would it be possible to mirror the download to somewhere that isn't full of borderline-malware adverts? Even with uBlock Origin it still opens a new tab with some social-engineering-type advert. Maybe dropbox or even just a file attachment here.
What's wrong with your adblocker? I can download from there in a total of 2 clicks ...
 
What's wrong with your adblocker? I can download from there in a total of 2 clicks ...

I click the download button, the file download starts, but it also opens another tab with an advert in it. Sometimes that tab is completely blank, other times (this time, the one I mentioned here) there is an ad. My antivirus caught that second tab attempting to download a virus - Zelrune, some kind of trojan - so yeah, not borderline this time :p

It's a hit-or-miss type thing with mediafire. Usually I can download things fine but sometimes things get sketchy and it's frequent enough that I prefer to avoid the site altogether now. Which sucks since so many CK2 modders use it (even I used it for my brief attempt to maintain Sonendar), though that does give me extra impetus to actually finish a fantasy mod of my own.
 
Three steps away from going insane.

C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\CK2Tools-v19>java -Xmx256m -jar CK2Tools.jar
Not found: C:\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\map\provinces.bmp
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source)
at kld.ck2tools.bmpvalues.ColorPaletteExtractor.getColors(ColorPaletteExtractor.java:42)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.preParseColors(ConvertXlsToProvinces.java:361)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.start(ConvertXlsToProvinces.java:162)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.main(ConvertXlsToProvinces.java:153)

C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\CK2Tools-v19>pause
Press any key to continue . . .

I've done everything I can think of to try and fix this. Changed the file name to anything that was even close, even tried to link it to different mods. Nothing. I've made sure my provinces.bmp and the mod folder weren't under any security restriction, I made sure the mapfiller was allowed to access my files. Fucked with the config file. Moved both folders around. Nothing.
 
Three steps away from going insane.



I've done everything I can think of to try and fix this. Changed the file name to anything that was even close, even tried to link it to different mods. Nothing. I've made sure my provinces.bmp and the mod folder weren't under any security restriction, I made sure the mapfiller was allowed to access my files. ****ed with the config file. Moved both folders around. Nothing.
It seems that you used C:\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\map\provinces.bmp in the config file, but your mod is actually in C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod instead of C:\Documents\Paradox Interactive\Crusader Kings II\mod, if I'm understanding that output correctly.
 
It seems that you used C:\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\map\provinces.bmp in the config file, but your mod is actually in C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod instead of C:\Documents\Paradox Interactive\Crusader Kings II\mod, if I'm understanding that output correctly.
C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\CK2Tools-v19>java -Xmx256m -jar CK2Tools.jar
Not found: C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\Essaria\map\provinces.bmp
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source)
at kld.ck2tools.bmpvalues.ColorPaletteExtractor.getColors(ColorPaletteExtractor.java:42)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.preParseColors(ConvertXlsToProvinces.java:361)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.start(ConvertXlsToProvinces.java:162)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.main(ConvertXlsToProvinces.java:153)

C:\Users\NAME\Documents\Paradox Interactive\Crusader Kings II\mod\Essaria\CK2Tools-v19>pause
Press any key to continue . . .

Fraid I already tried that one. I've inputed every combination of directories I can think of but it just isn't finding it.