Page 1 of 1
Question about resolution
Posted: Wed Jun 02, 2021 5:44 pm
by Karl
Hi all! Playing on an old laptop with 17” screen. Got a question about resolution- is it possible to get a higher resolution than 1920×1080?
Kind regards!
K
Re: Question about resolution
Posted: Wed Jun 02, 2021 5:55 pm
by xpander
if your display supports higher resolution then you can use that ingame also
if your screen is 1080p then you can't go higher with the game unless you do some scaling tricks
Re: Question about resolution
Posted: Wed Jun 02, 2021 9:14 pm
by Karl
xpander wrote: ↑Wed Jun 02, 2021 5:55 pm
if your display supports higher resolution then you can use that ingame also
if your screen is 1080p then you can't go higher with the game unless you do some scaling tricks
Ah, then it’s my hardware that limits me. Thx mate!
Re: Question about resolution
Posted: Fri Jun 04, 2021 10:58 am
by Arsanist
On the topic of resolution - is there a way to run windowed mode in a wider ratio than my monitor? the options in game only allow me to do it as a narrower window.
Re: Question about resolution
Posted: Fri Jun 04, 2021 11:04 am
by xpander
Arsanist wrote: ↑Fri Jun 04, 2021 10:58 am
On the topic of resolution - is there a way to run windowed mode in a wider ratio than my monitor? the options in game only allow me to do it as a narrower window.
try modifying the resolution in the
on RoR directory
Code: Select all
<Mode window_frame="false" fullscreen="true" />
<FullScreen width="2560" height="1440" bitdepth="32" />
<Windowed width="2560" height="1440" bitdepth="32" />
i haven't tested but maybe if you just add custom resolution numbers into it, it can be achieved.
Re: Question about resolution
Posted: Fri Jun 04, 2021 7:19 pm
by Arsanist
Burrrrrton wrote: ↑Fri Jun 04, 2021 11:07 am
No, the format limits the resolution of the monitor. You can set the resolution to wide, but if the screen is not wide you will have to play through windowed mode.
Yep, windowed mode is what I am after but in a wider ration than my monitor. I used to get it to do it on SWTOR.
I changed the resolution as suggested above in the .xml file but that game changed it to the closest one it had ran before and then over wrote the file.
Any thoughts?