I have a few files I like to change to make the game more fun for me. However, when I change these game files, my map version is no longer the CPGP version.
The way I figure, If I am just able to create a mod folder for the files I like to change, that should allow me to have what I want when I play by my lonesome, and then disable it to play with the rest of y'all.
My question is, do I just need to create my own version of these files in a named folder in the mods folder, or is there something extra that I need to do to make it run correctly.
Also, If I wanted edit the succession laws of feudal elective to make it that I could pick whatever successor I wanted (be it my first son, youngest daughter, or a grand-kid) how would I do so. Listed below is the coding for the file so y'all won't have to go looking on your own to find it.
succ_feudal_elective = {
oldest_child_opinion = -30
child_opinion = -10
dynasty_opinion = -5
vassal_opinion = 20
potential = {
OR = {
is_landless_type_title = no
title = e_golden_horde
title = e_il-khanate
title = e_timurids
}
is_primary_type_title = no
NOT = { tier = baron }
}
allow = {
OR = {
AND = {
tier = baron
is_feudal = yes
}
holder_scope = { is_feudal = yes }
}
}
effect = {
succession = feudal_elective
}
revoke_allowed = {
always = no
}
}
The way I figure, If I am just able to create a mod folder for the files I like to change, that should allow me to have what I want when I play by my lonesome, and then disable it to play with the rest of y'all.
My question is, do I just need to create my own version of these files in a named folder in the mods folder, or is there something extra that I need to do to make it run correctly.
Also, If I wanted edit the succession laws of feudal elective to make it that I could pick whatever successor I wanted (be it my first son, youngest daughter, or a grand-kid) how would I do so. Listed below is the coding for the file so y'all won't have to go looking on your own to find it.
succ_feudal_elective = {
oldest_child_opinion = -30
child_opinion = -10
dynasty_opinion = -5
vassal_opinion = 20
potential = {
OR = {
is_landless_type_title = no
title = e_golden_horde
title = e_il-khanate
title = e_timurids
}
is_primary_type_title = no
NOT = { tier = baron }
}
allow = {
OR = {
AND = {
tier = baron
is_feudal = yes
}
holder_scope = { is_feudal = yes }
}
}
effect = {
succession = feudal_elective
}
revoke_allowed = {
always = no
}
}