- May 4, 2017
- 737
- 2,131
Hi guys,
Big little problem here and I can't find a way to solve it.
I have an old laptop with a small resolution screen (1680 x 1050) and a bigger secondary screen (2560 x 1440).
The main screen is the small one... of course... and I don't want to change it, it's very useful like this.
But for RenPy, it's a pain in the ass!
RenPy doesn't care, the games start on the primary screen. So, for games in full-HD resolution, it reduce the size to fit in the screen.
And of course, when I move the game on my secondary screen, I can't give it his full resolution. It would be too easy! It's capped to the primary screen size... So I can't resize it at more than 1680 x 1050.
- Mouse corner resize don't work (1680 x 1050 max)
- gui.init(1920, 1080) is not valid after the init of the game, so it doesn't work.
- config.screen_width, I've tried...
- config.adjust_view_size = (1920, 1080), nope.
So, it seems there is a max_width and a max_height somewhere, based on the screen resolution, that's preventing me from enlarging the window to its proper resolution.
For now, the only way is to shutdown the primary screen to start the game and it's not very convenient...
Is there a way (via the console would be perfect) to force it?
Big little problem here and I can't find a way to solve it.
I have an old laptop with a small resolution screen (1680 x 1050) and a bigger secondary screen (2560 x 1440).
The main screen is the small one... of course... and I don't want to change it, it's very useful like this.
But for RenPy, it's a pain in the ass!
RenPy doesn't care, the games start on the primary screen. So, for games in full-HD resolution, it reduce the size to fit in the screen.
And of course, when I move the game on my secondary screen, I can't give it his full resolution. It would be too easy! It's capped to the primary screen size... So I can't resize it at more than 1680 x 1050.
- Mouse corner resize don't work (1680 x 1050 max)
- gui.init(1920, 1080) is not valid after the init of the game, so it doesn't work.
- config.screen_width, I've tried...
- config.adjust_view_size = (1920, 1080), nope.
So, it seems there is a max_width and a max_height somewhere, based on the screen resolution, that's preventing me from enlarging the window to its proper resolution.
For now, the only way is to shutdown the primary screen to start the game and it's not very convenient...
Is there a way (via the console would be perfect) to force it?