Resolution change

Hello, I try to make resolution settings, but when change resolution with console command with custom resolution ( r.setRes 600 x 400 ) it change the window size and if is full screen it doesn’t make anything. How to make resolutions settings with this or other method?

1 Like

Hey!
The r.SetRes command is the right way to go, but you are missing one little feature to make it work with full screen:
Usage of r.SetRes r.SetRes 600x400, where n can either be “f” for fullscreen or “w” for windowed, so if you want to apply 600x400 at fullscreen, you do **r.SetRes 600x400f

**Hope that helps :slight_smile:

5 Likes

Thank you!

Glad that worked :slight_smile: Have fun with your project!