I decided to split Liguria off Piedmont, and incorporate Nice into it. But I'm struggling with localization for the various "HUB" names.
From map_data/state_regions/01_south_europe.txt
From localization\english\hub_names_l_english.yml
I'm quite certain that I have removed any references from STATE_PROVENCE and STATE_PIEDMONT to any relevant things, like Nice. But I can never be sure.
What am I missing? Liguria looks dead without the names and bits.
From map_data/state_regions/01_south_europe.txt
Code:
STATE_LIGURIA = {
id = 1077
subsistence_building = "building_subsistence_farms"
provinces = { "x904061" "x5F6BAA" "x54728A" "x5080E0" }
traits = { "state_trait_natural_harbors" }
city = "x5F6BAA"
port = "x904061"
farm = "x5080E0"
mine = "x54728A"
arable_land = 15
arable_resources = { "bg_wheat_farms" "bg_livestock_ranches" "bg_silk_plantations" }
capped_resources = {
bg_coal_mining = 28
bg_fishing = 8
}
naval_exit_id = 3032
}
Code:
HUB_NAME_STATE_LIGURIA_city:0 "Savona"
HUB_NAME_STATE_LIGURIA_port:0 "Genoa"
HUB_NAME_STATE_LIGURIA_farm:0 "Nice"
HUB_NAME_STATE_LIGURIA_mine:0 "Albenga"
I'm quite certain that I have removed any references from STATE_PROVENCE and STATE_PIEDMONT to any relevant things, like Nice. But I can never be sure.
What am I missing? Liguria looks dead without the names and bits.