• 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.

unmerged(61891)

First Lieutenant
Oct 19, 2006
206
3
Hi,

I have CK 1.05 + DV, with no real mods that I know of. It runs fairly well, but I want to make a change or three.

1) I want to be able to marry across religions, for fictional (story, possibly AAR) purposes. (most important)

2) I want to be able to marry siblings directly (same reason).

Is there a mod in situ with these changes? If not, which values must I alter in which files? I have a year of C++ and almost as much Javascript, so coding isn't foreign to me, but I don't want to corrupt any game files.

Any help is greatly appreciated,

Riptide.
 
1. You can already marry non-christians .. they just need to be in a christian court. You cannot marry people in the courts of religious enemies. That is hardcoded I believe.

2. Hardcoded ... not possible I believe.
 
I think you have to modify the save file, and add something like this

Code:
marrige = { 
        primary = { type = xxxx id = xxxxx } 
        secondary = { type = yyyy id = yyyyy } 
        startdate = { year = xxxx month = xxx day = xx } 
        }

With the tags for each character.