Hi, tryed to recreate the vanilla map provinceDef with the reverse map filler and i got and index of of bounds error
i pointed moddirectory2 to the game install directory and moddirectory to my mod base directory
This is the full traceback
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String ind
ex out of range: -1
at java.lang.String.substring(Unknown Source)
at kld.ck2tools.mapfiller_inverse.ReverseMapFiller.loadLocalisation(Reve
rseMapFiller.java:357)
at kld.ck2tools.mapfiller_inverse.ReverseMapFiller.loadLocalisations(Rev
erseMapFiller.java:195)
at kld.ck2tools.mapfiller_inverse.ReverseMapFiller.execute(ReverseMapFil
ler.java:78)
at kld.ck2tools.mapfiller_inverse.ReverseMapFiller.main(ReverseMapFiller
.java:52)
any ideas what i'm doing wrong?