Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ive tried both however the screen remains small and difficult to read

huh that's interesting! sorry i don't have any suggestions then besides using the magnifier on your system. on my screen (windows) changing to full screen also makes the game bigger, but it might have some issues on different screen resolutions.

Same issue here! I'm on Windows and the game UI stays centered and quite small, whether in stretched windowed or fullscreen mode.

Me too, unfortunately! :(

Same thing happens to me. it only appears at most 5% bigger than before

(6 edits)

I hope you don't mind, but I looked through the scripts and the issue was the configuration variable in the gui.rpy file. Specifically, the "config.adjust_view_size" variable.

It seems to prevent the game resolution from scaling with the window size when switching to fullscreen, at least on my 1920x1080 monitor.

A quick and dirty fix would be to comment out the variable, but I'm not sure if that somehow affects the rest of the game's GUI.

For now, if anyone wants to apply the fix without editing the files themselves, you can download it from my Google Drive here: https://drive.google.com/drive/folders/1TscDK_T4BJ-6LTdAQEL7SY83wFzg1Xcr?usp=sharing.

You can then overwrite the scripts.rpa file in the game folder (e.g."days-of-saturn-win-linux\daysofsaturn-1.0-pc\game\scripts.rpa" for PC). I hope it helps!