RimWorldCCLTeam / CommunityCoreLibrary

For full details see the official Ludeon Forums thread.
https://ludeon.com/forums/index.php?topic=16599.0
The Unlicense
60 stars 27 forks source link

Main menu blurry text #174

Open jnkyacc opened 7 years ago

jnkyacc commented 7 years ago

Affecting only main menu. A14 Vanilla on the right https://cloud.githubusercontent.com/assets/20729235/17785949/089b00fe-6583-11e6-91bb-516b04a040f0.png do not want silky&smooth cinematic experience :( my eyes are bleeding. 11" 1366х768

ForsakenShell commented 7 years ago

Not sure what causes this as CCL doesn't change any render settings, it just renders.

jnkyacc commented 7 years ago

Just to be sure tried clean RW (0.14.1249 rev955) with only CCL (d5c91283c0505277efb7e92ee52a4268ca79f304) Vanilla on the left screenshot68

ForsakenShell commented 7 years ago

Additional information wasn't needed, a screenshot less so. But thanks anyway.

NuOfBelthasar commented 7 years ago

This appears to be caused by how the "menuOptionsRect" is calculated in the MainMenuDrawer.MainMenuOnGUI() detour.

If you comment out the line:

MainMenuDrawerExt.PaneSize = new Vector2( PaneWidth, PaneHeight );

...the default PaneSize will be used in the menuOptionsRect calculation. This screws up other things, of course, but it does fix the text blurriness (at least on my desktop - dunno if this repros elsewhere).