Where can I find these things to edit?
1- pop growth(i want to reduce
2- Assimilation(Are too fast for me)
3- Warscore won by battle
1- pop growth(i want to reduce
2- Assimilation(Are too fast for me)
3- Warscore won by battle
\common\modifiers\00_hardcoded -> looking for global_ and local_population_growth1- pop growth(i want to reduce
there are some places:2- Assimilation(Are too fast for me)
\common\defines\00_defines3- Warscore won by battle
aryan_malename:0 "$NAME_MALE$ $REGNALNUMBER$ $FAMILY_MALE$ $NICKNAME$"
aryan_femalename:0 "$NAME_FEMALE$ $REGNALNUMBER$ $FAMILY_MALE$"
bactrian_malename:0 "$NAME_MALE$ $REGNALNUMBER$ $FAMILY_MALE$ $NICKNAME$"
bactrian_femalename:0 "$NAME_FEMALE$ $REGNALNUMBER$ $FAMILY_MALE$"
baltic_malename:0 "$NAME_MALE$ $REGNALNUMBER$ $FAMILY_MALE$ $NICKNAME$"
baltic_femalename:0 "$NAME_FEMALE$ $REGNALNUMBER$ $FAMILY_MALE$ $NICKNAME$"
# and so on
There seems to be an issue with mod localization files being ignored by the game. I'm having the same issue and there is a thread on the bug forum about the same.
1.3.1 and still not working.
+1 for localization Mods not working.
extended_force.101 = {
type = country_event
hidden = yes
trigger = {
owns = 5664
has_global_variable = force_schism
}
immediate = {
add_new_family = Lynn #plural form is the key
create_character = {
first_name = Xendor
religion = potentium
culture = sumpa
female = no
age = 24
save_scope_as = xendor
set_variable = { name = xendor }
}
create_character = {
first_name = Arden
religion = potentium
culture = sumpa
female = yes
age = 24
family = fam:Lynn
set_variable = { name = arden_lynn }
}
}
}