• 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.
There's even a new update coming up ;)

- I added the MATCH MAKER. 'ts marvelous: It allows to marry your characters to the best people around. Helps with the 10000+ mostly unmarried characters I have in my own mod.
- I added a new map mode that show counties without counts (for the selected day)
 
What's new in v0.2? Short answer: The Matcher Maker Utility

I've long ago announced this and as it fits my own needs I'll finally put it out here. Please test it but take care (i.e. backup your character files).

There's a new button in the bottom menu which will open the Match Maker.
This utility allows you to marry of the landowners for whatever year you have chosen. Pick a guy from the list on the left and a girl from the list on the right. They will be married and all his children will be made her children as well.

Due to how the tool is built (EU3 code written by Michael Myers) it is not that easy to just change a character here and there. That's why the tool rewrites ALL characters to a common "standardardized layout".

Please post any change requests to the tool in general and the Match Maker right here in this thread ;)
 
Last edited:
Okay I can do that. Any particular wishes regarding the screenshots?
A snapshot of the upcoming ASOIAF novel would be perfect, kthxbai
 
I'm having trouble getting it to run; I was able to screencap the error that pops up for a split second.

The main bits I noticed:

Unsupported major.minor version 51.0
Could not find the main class: editor.Main

Edit: I think I've found the problem. It looks like 1.7 isn't installed correctly; the Java section in Control Panel says I'm still using 1.6, despite 1.7 being there as well.

Edit again: Therrrrre we go. :D
 
Last edited:
The editor claims to have loaded the mod file I set up properly, but any edits I make to the map are instead made to the main game.

hm ... I guess you are onto something. Changes are currently always made in the "source file". So if you change something that's not in your mod folder yet, you'll end up changing vanilla files. That's kinda iffy I know.
For now you should consider to put all files you are intending to modify into your mod before you change things with the editor.
It might take me a while to find the time to figure out how to do this work for you.
 
Okay, good to know. I just wanted to make sure I hadn't screwed up anything while trying to get it running. Though it also seemed to be reading the vanilla files instead of the copies I'd placed in my mod folder. Not sure why. Creating a backup of the vanilla folders and editing in there should work for now, though.
 
Okay, good to know. I just wanted to make sure I hadn't screwed up anything while trying to get it running. Though it also seemed to be reading the vanilla files instead of the copies I'd placed in my mod folder. Not sure why. Creating a backup of the vanilla folders and editing in there should work for now, though.

Just to make totally sure: Did you define the replaces correctly in the .mod-File?
 
Code:
C:\Games\CK 2 Scenario Editor>java -Xmx1024m -jar CK2_Scenario_Editor.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: editor/Main :
 Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: editor.Main. Program will exit.

C:\Games\CK 2 Scenario Editor>pause
Press any key to continue . . .

This is the error code I'm having. I'm guessing it is because the editor doesn't support CK2 Plus? Or did I do something deadly wrong. I am, at best, an amateur at this.
 
Code:
C:\Games\CK 2 Scenario Editor>java -Xmx1024m -jar CK2_Scenario_Editor.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: editor/Main :
 Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access(Unknown Source)
        at java.net.URLClassLoaderrun(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: editor.Main. Program will exit.

C:\Games\CK 2 Scenario Editor>pause
Press any key to continue . . .

This is the error code I'm having. I'm guessing it is because the editor doesn't support CK2 Plus? Or did I do something deadly wrong. I am, at best, an amateur at this.

No, your Java version is just too old ;)