Sid Meier's Civilization VI

Sid Meier's Civilization VI

City Original Owner Info
37 件のコメント
fka-gargamel 2023年3月29日 13時24分 
does not work with Suzerain At A Glance
and "City Banner Compatibility Patch" breaks new suks
Royal Raven 2022年11月28日 15時13分 
@Denver Thanks for the confirmation.
Denver 2022年11月27日 22時32分 
This mod still works perfectly
Royal Raven 2022年11月24日 17時56分 
The mod author said this does not work anymore, so does it? Or is it still working fine?
H.Humpel 2022年1月26日 14時36分 
Hi Imhotep,
your mod has been translated into German by Stevie and the translation is now part of the Civilization VI Mods - German translations mod pack.
We would be more than happy if you could refer to the language translation in your mod description.
Phxuibs 2022年1月24日 15時47分 
Thanks! Specially useful when playing as Scotland and planning on doing some Liberation War!!!
Adriaman 2021年4月29日 7時38分 
I made a compatibility patch between City Original Owner Info / Nomina / Sukritact's Simple UI Adjustments / Suzerain At A Glance here, this may be of interest to some people: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2471069464
Adriaman 2021年4月22日 12時37分 
Hi, the following files have been updated, you might want to take a look:
..\Base\Assets\UI\WorldView\CityBannerManager.lua
..\DLC\Expansion1\UI\CityBanners\CityBannerManager.lua
..\DLC\Expansion2\UI\CityBanners\CityBannerManager.lua
darkmetalscorpian 2021年2月26日 8時15分 
Hello. This mod doesn't allow the Barbarian Clan Banner to appear.
Adriaman 2021年2月21日 6時58分 
@Tigranes I use this fix in my collection fix pack
( https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1834331006 ), although it is kind of a fork since it is made compatible with the rest of the pack (it includes Suzerain at a Glance + a call to the Nomina mod + a R&F version).

Look for folder 20214768792 in the pack and copy/merge its content to the same folder in steam workshop files: ..\Steam\steamapps\workshop\content\289070\20214768792 .

- If you do not have Nomina (a really good mod!) you have to remove the "include( "CityBannerManager_DynamicCivNames.lua")" at the top of the luas.
- If you do not want the R&F version or the Suzerain at a Glance content, you have to compare the content of the .modinfo between my version and the original version and match the changes .

Hope this helps.
Tigranes 2021年2月18日 5時02分 
@Adriaman which file should we edit with this line? And also every modder needs to have an info in workshop description about his mods number in Steam mod folders. Make our lives a little easier please
Adriaman 2021年2月13日 9時01分 
@Imhotep The issue is still there, but it's simple to fix. You need to import your file with an criterion on GS ( <RuleSetInUse>RULESET_EXPANSION_2</RuleSetInUse> ).
Tigranes 2021年2月12日 19時47分 
No, it is still not showing industry/corporations' icons :(
Imhotep  [作成者] 2021年2月12日 18時05分 
@Tigranes

I've released a new update for the mod. I'm not playing the game at the moment, and don't know what the Industry and Corporation icons are, so let me know if it doesn't fix the issue.
Tigranes 2021年2月11日 12時11分 
This mod interferes with Industry and Corporation icons from the latest update! Please fix it!
Imhotep  [作成者] 2020年12月3日 5時02分 
@destiny1985

I'm not sure how the game would handle that. You could subscribe to the mod, load an existing save and see what happens.

It would only take a couple of minutes to add Italian language support. In the CityOriginalOwnerInfo_Text.xml file, you'd need to change Language="en_US" to
Language="it_IT" and then there are three lines of text, between <Text> and </Text> which you'd need to translate to Italian, while keeping the {1_OriginalOwner} bits.
Malata Societa' Official 2020年12月2日 16時38分 
it's not problem for me if appear in english so if i use in italian youre mod info in game appear in english? i want know just this
Imhotep  [作成者] 2020年12月1日 20時09分 
@destiny1985

It's easy to add a language to the mod yourself, by editing the mod's file that's called CityOriginalOwnerInfo_Text .

See earlier comments for instructions.

You'd need to add in the following block of code, filling in the dots with one's desired language:

<Row Tag="LOC_CITY_BANNER_ORIGINAL_CIV_CAPITAL_TT" Language=".....">
<Text>- .......... {1_OriginalOwner}</Text>
</Row>
<Row Tag="LOC_CITY_BANNER_ORIGINAL_CIV_CITY_TT" Language=".....">
<Text>- .......... {1_OriginalOwner}</Text>
</Row>
<Row Tag="LOC_CITY_BANNER_ORIGINAL_CITY_STATE_TT" Language=".....">
<Text>- .......... {1_OriginalOwner} .....</Text>
</Row>
Malata Societa' Official 2020年11月30日 1時00分 
i use italian so the message info will appear in english?
Imhotep  [作成者] 2020年6月30日 19時02分 
@Levas/Alis

There's a fix for the Nomina mod on the page you linked to.

I'm not sure what other mods this mod isn't compatible with.
Nizou 2020年6月26日 15時13分 
Simple but very welcomed mod ! I was wondering if you could integrate the fix for UI mods, I would really appreciate if you do it (maybe the code need to be adapted fir those who haven't subscribed Nomina) : https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1825310855/1694969274386989519/
Imhotep  [作成者] 2020年6月15日 7時37分 
@josearte777

It works with the May Update.

It should be easy to make it work in Spanish, as there are only three lines of text.

1) Open the mod's CityOriginalOwnerInfo_Text.xml file.

2) Copy the nine lines of code between <LocalizedText> and </LocalizedText> and paste them directly underneath (between <LocalizedText> and </LocalizedText>)

3) For the copied lines, change Language="en_US" to Language="es_ES"

4) For the copied lines, change the text descriptions to Spanish, while not changing the {1_OriginalOwner} bit, e.g.

<Row Tag="LOC_CITY_BANNER_ORIGINAL_CIV_CITY_TT" Language="es_ES">
<Text>- Ciudad original de {1_OriginalOwner}</Text>
</Row>
josearte777 2020年6月13日 18時24分 
Does it work with the new update? Can it be in Spanish?
+ChAoS 2020年5月22日 7時14分 
Confirmed, it works - thank you!
leszek.j966 2020年5月21日 23時09分 
@Imhotep you were right, you had to subscribe again, the question is why the update of the workshop alone was not enough? /thx
Imhotep  [作成者] 2020年5月21日 22時38分 
It's working for me, having subscribed to it on Steam. Maybe try clicking unsubscribe and subscribe, which will update the mod, if it hasn't done so already.

If it's still not working, then I'm not sure it's this mod that's at issue. Will await further feedback from other subscribers.
leszek.j966 2020年5月21日 22時04分 
still not working :(
Imhotep  [作成者] 2020年5月21日 20時35分 
@+ChAoS

Thanks. The game's May 2020 Update changed some lines of code in the Gathering Storm expansion's CityBannerManager.lua file.

So I've updated the mod, and it should be working again.
Imhotep  [作成者] 2020年5月21日 20時32分 
@mangy carl

I don't think so. Not that I can think of, anyway. This mod was made by adapting some of the code that already exists relating to the city banner. I'm not sure there's code in the game that records information about dates of cities changing hands. I'd like to see something like that, though, to provide a bit more info about the history of the world in one's game.
+ChAoS 2020年5月21日 8時24分 
Excellent mod. For others: have found that this causes the city icon to disappear altogether with the latest "Frontier Pass" updates. Will need to disable this one until Imhotep can resolve. Thanks for your efforts :)
regular human guy 2020年5月19日 10時58分 
Really cool mod. Is there any way to add a date when the city in question joined or was taken by your civilization?
Universal Nemesis 2020年4月27日 23時24分 
cool mod! it's really a quality-of-life mod!
bene_dictator 2020年3月23日 18時43分 
This needs to be in the vanilla game. It would be useful to see who you can liberate cities to, etc. and why they age being affected by grievances (loyalty).
Imhotep  [作成者] 2020年3月19日 7時06分 
1) Are you using Gathering Storm?
2) Have you enabled the mod in Additional Content?

If so, then look at the game's log files immediately after trying the mod. The log files are in Documents\My Games\Sid Meier's Civilization VI\Logs.

Look at Modding.log, Database.log and Lua.log for Error or Warning notices.
lsmartin96 2020年3月19日 6時10分 
For me the mod dose not work. I don't know why. But it is an amazing idea.
inde 2020年3月16日 13時06分 
This is such a great Quality-of-life improvement, thanks
Kaycha 2020年3月13日 16時21分 
Pretty cool!