[BTS] Adjust the size of advisor screens

jjovo

Chieftain
Joined
Dec 15, 2018
Messages
2
Hi!
I am using a 2560x1440 widescreen resolution. Works out fine, except that the advisor screen uses just a part of my screen area. I'd like it to use the full area, so I don't have to scroll as much, or see cropped info

Can I change the size of the advisor screens, particularly the foreign advisor, but actually all of them?

Thanks in advance!
 

Attachments

  • Sin título-1.png
    Sin título-1.png
    5.5 MB · Views: 192
All the advisor screens are in Assets\Python\Screens. They contain some python coding to set the size of the widgets, meaning you have to mod some python code. Depending on how it's written, it might be as simple as changing some of the numbers at the top of the file(s). The degree of modding freedom is rather high and other people have been working on this. Platyping added a lot of python mod components. Look through them and see if you can find anything, which matches your needs.

I know you can mod the domestic screens to become full screen even at 4K. It's just a matter of using the right python code.
 
Top Bottom