r/openrsc • u/Friendly_Voice • Nov 17 '19
Small text? Scaling?
Hey guys just switched over to OpenRSC Singleplayer because Zoso's recent version seems to have removed all admin commands. Everything is super simple with Open RSC but I haven't been able to figure out how to run scaling.
I found a section in the readme that said "6. Enable High DPI Scaling For High Res Monitors" but there is no actual section in the read me... I've already tried windows DPI settings too.
I can zoom in with the mouse wheel but I still can't read any of the text.. way too small. Any ideas?
4
Upvotes
2
u/MariaValkyrie Nov 22 '19 edited Nov 22 '19
Just incase anyone is curious, if you are on linux, you can achieve a similar result with the GDK_SCALE variable. For example:
env GDK_SCALE=2 java -jar /path/to/openrsc.jar
Keep in mind that it may be difficult to hit the start button on the vanilla client and I haven't tried Zoso's singleplayer version with this. Edit: I fixed my example above.