Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






Anyway, it’s really great, having the possibility to clean the UI is a pleasing luxury !
Being able to hide the world tracker too, since I did not find how to make a keybind to collapse / unroll it, this will be a good workaround enough ! Thanks much.
Thanks for your answer!
I found the two ingame.lua and added both on my mod. I guess my problem is about priority or something. But I didn't actually tried to edit directly the files in CQUI. I'll try that to see if it works.
CQUI has both versions of InGame.lua in its package, you need to edit the correct one (or both of them). The Gathering Storm version is in ...\289070\2115302648\Assets\Expansion2\Replacements, the other is in ...\289070\2115302648\Assets\UI.
If you took my few lines of code out of the single file in this mod and stuck them inside both versions of InGame.lua contained in CQUI, it would work fine (until CQUI is updated, that is).
I'm starting to have a go at modding this great game, trying to make basically this exact mod for a week now and I found yours only now >_<.
I look at your code and that's pretty much how I made mine.
The only issue I have is that both don't work with Gathering Storm + "CQUI - Community Quick User Interface" as this one replace the inGame.lua completely.
I even tried to base my inGame.lua out of CQUI's one (so my mod would be CQUI dependent but that's fine with me). Still it doesn't work and I don't understand why. I actually have it works with standart and Rise&Fall rules (with the standard CQUI inGame.lua), but not with Gathering Storm + CQUI.
Do you plan on making your mod compatible with CQUI ? Or do you have a hint of why it wouldn't work simply on editing the inGame.lua ?
Thanks !