I need some help on this sub-project for YnAMP, I'd like to have 50+ modern Civilization for present days scenario or late start.
I've set a list, got the flags and names in game, most capitals, TSL for Giant ant Largest Earth, but there is still the city list and loading/diplo screens to do, and I also have a lot of coding to do for some other projects, and that's where you can help.
Here is the list of Civilizations, there are still 5-10 slots left to fill the gaps:
For Each civs, I'd like a list of 5 to 20 modern cities (depending of the nation actual size) and an unedited photo (1920x1080) to represent the government (diplo screen) or the nation (loading screen)
If possible formatted this way for the city list:
and
W.I.P. on Giant Earth as seen on the real city naming thread:
View attachment 465234 View attachment 465235 View attachment 465236 View attachment 465237 View attachment 465238 View attachment 465239 View attachment 465240 View attachment 465241
Edit: A small note about the meaning of "Simple" in the mod's title
Project on GitHub: https://github.com/Gedemon/Civ6-BasicModernCivilizations
Credit:
Fuyu for the Despecialize mod
glossy-flag-icons-by-nordic-factory: www.nordicfactory.com
janboruta for the Spain, Norway and Russia icons from Better Civ Icons mod
Contributors:
Mobfire (Diplo screens, Loading screens, city lists, Color schemes)
DarthStarkiller (Civilization icons)
Sun Ce of Wu (Italy)
Homusubi (Japan)
Phil Parent (most city lists)
tomaltachpaulson (NZ city list)
Leyrann (Netherlands city list)
ButtBillionaire (Norway)
niklas153021 (Germany, Norway, Kazakhstan, Mongolia, Indonesia, Morocco)
I've set a list, got the flags and names in game, most capitals, TSL for Giant ant Largest Earth, but there is still the city list and loading/diplo screens to do, and I also have a lot of coding to do for some other projects, and that's where you can help.
Here is the list of Civilizations, there are still 5-10 slots left to fill the gaps:
Spoiler :
CIVILIZATION_ALGERIA (done)
CIVILIZATION_AMERICA (done)
CIVILIZATION_ARABIA (done)
CIVILIZATION_ARGENTINA (done)
CIVILIZATION_AUSTRALIA (done)
CIVILIZATION_BRAZIL (done)
CIVILIZATION_CANADA (done)
CIVILIZATION_CHINA_PRC (done)
CIVILIZATION_CHINA_ROC (done)
CIVILIZATION_COLOMBIA (done)
CIVILIZATION_CONGO (done)
CIVILIZATION_CUBA (done)
CIVILIZATION_EGYPT (done)
CIVILIZATION_ETHIOPIA (done)
CIVILIZATION_FINLAND (done)
CIVILIZATION_FRANCE (done)
CIVILIZATION_GERMANY (done)
CIVILIZATION_GREECE (done)
CIVILIZATION_ICELAND (done)
CIVILIZATION_INDIA (done)
CIVILIZATION_INDONESIA (done)
CIVILIZATION_IRAN (done)
CIVILIZATION_IRAQ (done)
CIVILIZATION_IRELAND (done)
CIVILIZATION_ISRAEL (done)
CIVILIZATION_ITALY (done)
CIVILIZATION_JAPAN (done)
CIVILIZATION_KAZAKHSTAN (done)
CIVILIZATION_LIBYA (done)
CIVILIZATION_MADAGASCAR (done)
CIVILIZATION_MALI (done)
CIVILIZATION_MEXICO (done)
CIVILIZATION_MONGOLIA (done)
CIVILIZATION_MOROCCO (done)
CIVILIZATION_NETHERLANDS (done)
CIVILIZATION_NEW_ZEALAND (done)
CIVILIZATION_NORTH_KOREA (done)
CIVILIZATION_NORWAY (done)
CIVILIZATION_POLAND (done)
CIVILIZATION_PORTUGAL (done)
CIVILIZATION_RUSSIA (done)
CIVILIZATION_SOUTH_AFRICA (done)
CIVILIZATION_SOUTH_KOREA (done)
CIVILIZATION_SPAIN (done)
CIVILIZATION_SWEDEN (done)
CIVILIZATION_THAILAND (diplo/loading screens)
CIVILIZATION_TURKEY (done)
CIVILIZATION_UK (done)
CIVILIZATION_UKRAINE (done)
CIVILIZATION_VIETNAM (done)
CIVILIZATION_AMERICA (done)
CIVILIZATION_ARABIA (done)
CIVILIZATION_ARGENTINA (done)
CIVILIZATION_AUSTRALIA (done)
CIVILIZATION_BRAZIL (done)
CIVILIZATION_CANADA (done)
CIVILIZATION_CHINA_PRC (done)
CIVILIZATION_CHINA_ROC (done)
CIVILIZATION_COLOMBIA (done)
CIVILIZATION_CONGO (done)
CIVILIZATION_CUBA (done)
CIVILIZATION_EGYPT (done)
CIVILIZATION_ETHIOPIA (done)
CIVILIZATION_FINLAND (done)
CIVILIZATION_FRANCE (done)
CIVILIZATION_GERMANY (done)
CIVILIZATION_GREECE (done)
CIVILIZATION_ICELAND (done)
CIVILIZATION_INDIA (done)
CIVILIZATION_INDONESIA (done)
CIVILIZATION_IRAN (done)
CIVILIZATION_IRAQ (done)
CIVILIZATION_IRELAND (done)
CIVILIZATION_ISRAEL (done)
CIVILIZATION_ITALY (done)
CIVILIZATION_JAPAN (done)
CIVILIZATION_KAZAKHSTAN (done)
CIVILIZATION_LIBYA (done)
CIVILIZATION_MADAGASCAR (done)
CIVILIZATION_MALI (done)
CIVILIZATION_MEXICO (done)
CIVILIZATION_MONGOLIA (done)
CIVILIZATION_MOROCCO (done)
CIVILIZATION_NETHERLANDS (done)
CIVILIZATION_NEW_ZEALAND (done)
CIVILIZATION_NORTH_KOREA (done)
CIVILIZATION_NORWAY (done)
CIVILIZATION_POLAND (done)
CIVILIZATION_PORTUGAL (done)
CIVILIZATION_RUSSIA (done)
CIVILIZATION_SOUTH_AFRICA (done)
CIVILIZATION_SOUTH_KOREA (done)
CIVILIZATION_SPAIN (done)
CIVILIZATION_SWEDEN (done)
CIVILIZATION_THAILAND (diplo/loading screens)
CIVILIZATION_TURKEY (done)
CIVILIZATION_UK (done)
CIVILIZATION_UKRAINE (done)
CIVILIZATION_VIETNAM (done)
For Each civs, I'd like a list of 5 to 20 modern cities (depending of the nation actual size) and an unedited photo (1920x1080) to represent the government (diplo screen) or the nation (loading screen)
If possible formatted this way for the city list:
Spoiler :
Code:
<!-- Italy -->
<CityNames>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_ROME"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_MILAN"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_NAPLES"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_TURIN"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_PALERMO"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_GENOA"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_BOLOGNA"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_FLORENCE"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_BARI"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_CATANIA"/>
<Replace CivilizationType="CIVILIZATION_ITALY" CityName="LOC_CITY_NAME_VENICE"/>
</CityNames>
and
Code:
<!-- Italy -->
<LocalizedText>
<Replace Tag="LOC_CITY_NAME_MILAN" Text="Milan" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_NAPLES" Text="Naples" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_TURIN" Text="Turin" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_PALERMO" Text="Palermo" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_GENOA" Text="Genoa" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_BOLOGNA" Text="Bologna" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_FLORENCE" Text="Florence" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_BARI" Text="Bari" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_CATANIA" Text="Catania" Language="en_US" />
<Replace Tag="LOC_CITY_NAME_VENICE" Text="Venice" Language="en_US" />
</LocalizedText>
W.I.P. on Giant Earth as seen on the real city naming thread:
View attachment 465234 View attachment 465235 View attachment 465236 View attachment 465237 View attachment 465238 View attachment 465239 View attachment 465240 View attachment 465241
Edit: A small note about the meaning of "Simple" in the mod's title
I don't plan to add abilities in the near future, but that can be done as a mod component (the plan is to have multiple components, for additional civs or different scenario for example)
Same goes for leaders, I don't plan to add them, but that's the kind of things that could go in an additional component.
Basically, I want that mod to be as simple as possible (no uniques, no abilities, no leaders), so we can build around it or use it in games in which the only difference between civs is their starting locations.
Project on GitHub: https://github.com/Gedemon/Civ6-BasicModernCivilizations
Credit:
Fuyu for the Despecialize mod
glossy-flag-icons-by-nordic-factory: www.nordicfactory.com
janboruta for the Spain, Norway and Russia icons from Better Civ Icons mod
Contributors:
Mobfire (Diplo screens, Loading screens, city lists, Color schemes)
DarthStarkiller (Civilization icons)
Sun Ce of Wu (Italy)
Homusubi (Japan)
Phil Parent (most city lists)
tomaltachpaulson (NZ city list)
Leyrann (Netherlands city list)
ButtBillionaire (Norway)
niklas153021 (Germany, Norway, Kazakhstan, Mongolia, Indonesia, Morocco)
Last edited: