leezer3 / OpenBVE

OpenBVE- A free train simulator
http://www.openbve-project.net
281 stars 51 forks source link

[Suggestion] More font size and position options #1090

Open t-chai opened 2 weeks ago

t-chai commented 2 weeks ago

Description

In the newest 1.11.0.8 version, seem that HUD sizes have been adjusted. This is a good start, but I have to say that the display effect isn't as good as the old versions (first two are from 1.11.0.6). Maybe we'll have a chance to have to custom the size and position with more freedom? 1.11.0.8 Normal: 屏幕截图 2024-11-12 204911 1.11.0.8 Large: 屏幕截图 2024-11-12 205033 1.11.0.6 Normal:

无标题
leezer3 commented 2 weeks ago

If you want to adjust the position freely, at the minute you'll need to edit the Assets\In-Game\Large\interface.cfg Assets\In-Game\Default\interface.cfg

Most of the changes were around trying to get more sensible font size selection and positioning, which is especially important on large or non-standard DPI displays and the current crop of Apple Retina displays. I've adjusted the large interface to have slightly more spacing (4px / line) to solve that overlap.

t-chai commented 2 weeks ago

If you want to adjust the position freely, at the minute you'll need to edit the Assets\In-Game\Large\interface.cfg Assets\In-Game\Default\interface.cfg

Most of the changes were around trying to get more sensible font size selection and positioning, which is especially important on large or non-standard DPI displays and the current crop of Apple Retina displays. I've adjusted the large interface to have slightly more spacing (4px / line) to solve that overlap.

Got that, thanks for the immediate reply.