So if you're modding a solar_system_initializer, since it's 'first in only served' according to the wiki, you can copy the specific sol-initializer into a txt document and name the file something like !!_my_new_sol_initializer.txt, and as long as another mod doesn't do the same, your version will be the one that ends up in the game.
That worked. I created a custom sol_initialiser and the game read the custom file.
I then created a custom starting deposits file in the deposits folder (mod_05_starting deposits) and made the entry below:
(Existing Scandanavian deposit for reference)
The error log mentions this:
[19:42:15][deposit_type.cpp:283]: Missing name localisation for deposit d_terra_palace
[19:42:15][deposit_type.cpp:287]: Missing description localisation for habitable deposit d_terra_palace
But I havent found where to add these entries yet - assuming this would stop the deposit from forming?
### Terra: Imperial Kyoto Complex
d_terra_palace = {
is_for_colonizable = yes
icon = d_terra_palace
planet_modifier = { planet_crime_add = -2 district_farming_max = 2 district_generator_max = 2 }
drop_weight = {
weight = 0
}
}
# Earth Deposits
d_scandinavian_reclamation_sector = {
is_for_colonizable = yes
icon = d_radioactive_wasteland
planet_modifier = {
district_farming_max = 1
}
drop_weight = {
weight = 0
}
}