• 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.
Ok, so I got a basic map to work.
I searched this thread pretty hard and probably didn't use the correct words.
Could anyone help me find where it tells me how to get characters to populate for each province please?

Just a link or something, I don't mind doing the work.

Thanks
 

Attachments

  • map.png
    map.png
    3,3 MB · Views: 51
You need to write title and character history for the holders to populate the provinces.
 
Hi guys i'm just making a small map to get my feet wet with building a mod but getting this error message from the map filler. I apologize if this is an easy fix, i'm new to this.

C:\Users\Ash\Desktop\aus\CK2Tools-v18\CK2Tools-v18>java -Xmx256m -jar CK2Tools.jar
This is null!
No country, line 0 ---
This is null!
No country, line 1 ---
This is null!
No country, line 2 ---
This is null!
No country, line 3 ---
This is null!
No country, line 4 ---
This is null!
No country, line 5 ---

Warning: writeLocalisation called with empty or NULL list: []
Warning: writeLocalisation called with empty or NULL list: []
Warning: writeLocalisation called with empty or NULL list: []
Warning: writeLocalisation called with empty or NULL list: []
Warning: writeLocalisation called with empty or NULL list: []
0 pre-existing flag files
0 flag files remaining after de jure landed_titles removal
0 flag files remaining after additional landed_titles removal
Exception in thread "main" java.lang.NullPointerException
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.orderByKingdom(ConvertXlsToProvinces.java:566)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.getLines(ConvertXlsToProvinces.java:544)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.writeClimate(ConvertXlsToProvinces.java:528)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.start(ConvertXlsToProvinces.java:180)
at kld.ck2tools.mapfiller.ConvertXlsToProvinces.main(ConvertXlsToProvinces.java:132)

C:\Users\Ash\Desktop\aus\CK2Tools-v18\CK2Tools-v18>pause
Press any key to continue . . .

HKJrkgS.png

EDIT: I managed to nut it out after scanning a heap of threads. :)
 
Last edited:
Only the devs can interpret the dump files, as they are binary files which are copies of the memory contents at the time of the crash.
 
Hi
I have got some problems when I tried to add a new county in the original map, I have used the No.1467 color in definition.csv file to change the color a small area in provinces.bmp, added a province file, then added a land title with title history, but in the game, the new county was unselectable like Tibet, the title was given to a character, but the county didn't contains any barony, I DID add two in both province file and landed title file. What did I miss?
 
Do you have max_provinces set to 1468 or higher? Is there a 1468 line in definition.csv?
 
Did you add title history for the county?
 
Show the province history file.
 
Show the province history file.

Code:
# 1467 - Changan

# County Title
title = c_changan

# Settlements
max_settlements = 2

b_luoyang = castle
b_xuchang = city
#b_mogao = temple
#b_yumenquan = castle
#b_yueyaquan = castle
#b_hongliuwan =
#b_xuanquanzhi =

# Misc
culture = bei_fang
religion = dao

# History
848.1.1 = {
    culture = bei_fang
}#Gansu Yughur Kingdom



I copied the file from 1448 - Dunhuang
 
Did you give all the baronies unique names?