安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
是因為沒有購買風雲際會DLC。
Anyone having issues with this mod on a steam deck (and possibly other devices), the latest update changed the launcher (to aysc or something) which broke a couple of mods. Reverting to the last version of the proton launcher fixes it
Symptoms: cannot open production menue on city
Fix steps:
1. Go to settings
2. Click "Compatibility"
3. Click "force the use of a specific steam play compatibility tool"
4. Choose a proton version (experimental works for me)
Worked for me.
https://gtm.steamproxy.vip/workshop/filedetails/discussion/939149009/3409803709049081543/
Credit to Aiur
It involves (--heavy--) editing on some critical *lua* codes and related data hooking steps.
Hint = "Suk_ScreenshotMode_Controls.lua" & (possibly) AdjacencyBonusSupport.lua.
Every modders i know of and work with do that for free.
Sooooo, cross fingers Suk will find some time to fix that issue.
PS; Civ7 is imminent - also.
if not m_ImmuneContexts[pChild:GetID()] and not pChild:IsHidden() then
Seems to fix/workaround the issue. My hunch is that some pChild elements get inspected multiple times w/out the code above and an incorrect value of false/hidden gets persisted in Suk_ScreenshotMode_StoredStates.
I only figured out it's not after adding 6t's Grand Eras mod and associated unit additions and upgrades.
It worked for a while, but upon entering the first era change suddenly no icons showed up upon hovering over a city.
Removing Grand Eras and suddenly it was back to life.
Just dropping a note so you are aware of the incompatibility, I rely on this too much to sacrifice it for a few interesting unit changes and the other changes 6t brings with it. As it is a first game only in the second era, I haven't really seen the differences 6t's mod makes, so restarting at this point is pretty easy.
Thanks for all of your mods, I use a lot of them!
and also would be nice to make those buttons not overlapping the 'hide mini-map button'
Give me please!!!!!!!
* event notifiers (unit XP, disaster yields, village rewards) no longer appear
* no icons to manage citizens
* the number of turns for city culture growth no longer shows over the purple/pink hex
Yeah the fix works fine now on full game, well if base game wasn’t the issue then I don’t know what was ! But I know that playing without tooltip was heartbreaking lol
Thank you. That did the trick.
Yes the tooltip works. I removed some lines as suggested in posts.
Well, sadly I don’t exactly recall… I searched in files for the line, then simply removed it. Just took a quick look again for the « Icon_SukPressureRight » you stated, only place I can find it is the « UI\Common\Additions\Suk_ReligionTT.lua », line 108. Try transforming the "[Icon_SukPressureRight]" in "", or something like that.
It has to be a better way to fix it though, I just didn’t know myself ! ^^
Yes I have the base game only. What line did you remove, if you remeber ? I already edited the Sukritact's Simple UI Adjustments.modinfo to show the tiles tooltips.
I was seeing the same when playing base game version.
(Is displayed correctly since I’m on the full game version.)
Only fix I had back then is removing that text line in the code to hide it in game…
Text is shown after top middle religion icon, I suppose it is not meant to display.