mod name/common/script_effects/01_start_of_effects.txt
edit "num_pops <28" to "num_pops < 280", but start stellaris game empire capital pops total is 100;
Have you ever met this problem? Can it be solved?
This file are an also achievements.
It's default origin - "Prosperous Unification", give me capital planet right more pops.
Thank you!
Code:
generate_start_pops = {
...
if = {
limit = { owner = { is_regular_empire = yes } }
while = {
limit = { num_pops < 280 }
create_pop = {
species = owner_main_species
ethos = random
}
}
}
...
}
edit "num_pops <28" to "num_pops < 280", but start stellaris game empire capital pops total is 100;
Have you ever met this problem? Can it be solved?
This file are an also achievements.
Code:
if = {
limit = {
owner = { has_origin = origin_default }
}
while = {
count = 40
create_pop = {
species = owner_main_species
ethos = random
}
}
}
It's default origin - "Prosperous Unification", give me capital planet right more pops.
Thank you!
Last edited: