Results 1 to 30 of 59

Thread: [CK2] Equality and Balance

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #29
    The Abominable Senior Member Hexxagon Champion Monk's Avatar
    Join Date
    Jan 2003
    Location
    YU-ESS-AY
    Posts
    6,666

    Default Re: [CK2] Equality and Balance

    Quote Originally Posted by Pethom View Post
    It would probably have been a bit easier to only try Monk's mod, but why go the simpler way when one can go Broadway the hard way? I will try Monk's mod and many other mods I already have on my computer. But I'll do that when I'm finished with the Shattered World mod to the CK2+ mod I'm busy with right now.

    You still haven't answered me where I find this "'inheritable' option" you mentioned earlier?

    Thank you very much. I'll do as you wrote. About your events maybe overlapping each other could, if I understand it, be possible to avoid if I check the 00_event_modifiers.txt in both your mod folder and in the CK2+ mod folder. I guess that .txt-file contain the different numbers for the different events. So if I find something in the text-files with the same number but used for different things I'll just have to skip some events.
    tweak_population_events.txt is where the conflict is likely happening. My kinslayer events use a namespace which should prevent any overlap with any other mod. However, now that I think about it more, the crash is likely occuring either from a duplicate event number which I mentioned before, or the lack of proper modifiers. Most of my events use custom province modifiers to simulate various events. Mobilizing your guards to deal with local heretics through one of the events lowers your capital's levy, for example.

    To prevent crashes you'll have to copy the tail end of the event_modifier file and paste it into whatever mod you're playing's modifier file. So if I wanted to include my modifiers in CK2+ i'd copy all the custom modifiers from my file and paste them at the bottom of CK2+'s. Mine are pretty easy to spot If you'd like to use my kinslayer events, you'll also have to copy over 00_eab_opinions.txt and place it into whatever mod's opinion modifier folder.

    here's a short list of all my custom modifiers:

    holy_war_cooldown = {
    icon = 19
    }

    bountiful_harvest = {
    tax_income = 0.4
    icon = 6
    }

    terrible_harvest = {
    tax_income = -0.4
    icon = 24
    }

    peasants_happy = {
    local_revolt_risk = -0.015
    icon = 1
    }

    palace_guards_mobilized = {
    castle_levy_size = -0.10
    icon = 31
    }

    entrusted_m_problem = {
    marial = 1
    general_opinion = 5
    monthly_character_prestige = 0.25
    }

    taxes_reduced = {
    tax_income = -0.2
    icon = 6
    }

    new_taxes = {
    tax_income = 0.2
    icon = 6
    }
    Last edited by Monk; 04-29-2013 at 00:31.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO