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
My display is 1920x1080.
Thanks for any help.
My problem is that I can't play the game with UI Scaling under 1.25 (I can't read any text under that size), which means almost all windows appearing on the left side will be oversized for the screen and have their bottom part not shown.
Is there any place on the files I can edit to sort that out? I'd really like to play with this UI, it's way better than vanilla and quite better than arko.
Take care!
Should be easy to fix by adjusting maxWidth for the textbox. Line 1219 in domestic_law.gui. Change maxWidth by a tiny bit (to 24 or 26 perhaps).
This will display the numbers properly, but the text migth not fit inside the circle anymore.
Can this be fixed? I could even try to edit the files myself if you tell me what to do. Any help appreciated.
This will extend the margin of the councillor list, making the game show more councillors before wrapping them under a scrollbar.
But this will not extend the background border for the councillors, here the gfx has to manually be edited and extended to the desired list length. You can copy the files "\gfx\interface\council_frame_all.dds" and "\gfx\interface\court_bg_council.dds" from my "Bigger interface for AGOT" mod, where i have extended the list for AGOTs two additional councillor jobs.
Both mods come in Zips, so either know how to edit/save Zip contents/files, or, unpack/unzip both mods.
Both have a subfolder called interface, open eventwindow.gui.txt from both.
Copy the complete first 2 entries from the EVENTS txt file, they are commented
# Original Long and # Bookstyle event window, They end on roughly line 768.
The same 2 entries in the same file, but from bigger INTERFACE, end on roughly line 790. Delete both, and paste in the entries from the EVENTS file.
Save! Now pack back into zips, or save the zips depending on how you decided to work.
Simples.
You should be able to deactivate even bigger text boxes as this mod covers the ground.
http://hip.zijistark.com/releases/latest.pl?thread&id=42
Will it be done?
Solution: Edit line 31 of [modDirectory]/interface/waroverview.gui
Change from:
size = { x=380 y=100 }
To:
size = { x = 1700 y = 100 }
This will restore your war icons if you want to fix it yourself before author pushes out his own hotfix.