- 0
Sign in to follow this
Followers
0
Goldaryn Multiple Resolution Kit query on changing resolution mode in game.
Asked by
neiljwd
-
Recently Browsing 0 members
No registered users viewing this page.
http://www.rmxpunlim...4505#entry64505
I'm got that to change te resolution in game I call a script with say Game_Window.change_resolution(1024,768)
However I can't seem to get the mode to change automatically, ie, from windowed to fullscreen.
The game won't start for me in fullscreen mode, annoyingly, and I can't get a script to call it.
Only works if I Press F10 and change it manually.
I tried combinations of the following:
$game_settings.set_mode(1)
$game_settings.set_mode(0)
Game_Window.change_resolution(800,600,1)
Game_Window.change_resolution(800,600,fullscreen)
and so on, but they gave me syntax errors.
Any pointers please?
Edited by neiljwdShare this post
Link to post
Share on other sites