riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
827 stars 96 forks source link

Bigger UI on high resolutions #74

Closed Invictaz closed 6 years ago

Invictaz commented 7 years ago

The UI isn't exactly very big on high resolutions (1080P). Is there an option to increase the icon / font size?

Simitone seems an option but I am unaware how to set that up without owning The Sims Collection.

riperiperi commented 7 years ago

UI Scaling was partially implemented for the mobile version of FreeSO that was scrapped. Someone could still extend it to work on desktop, though I'm probably not going to do this.

Invictaz commented 6 years ago

Has DPI scaling now since build 60, needs 125% DPI also

riperiperi commented 6 years ago

Will do, but non integral scales have issues with many UI elements (typically 9 slice). It's probably an issue of floor vs ceiling for positions and sizes.

riperiperi commented 6 years ago

This is now complete. There's a small bug with starting the game where you have to resize the window to fix ui layout, but it works apart from that.