giann / settlers-issues

Issue tracker for Settlers of the Deep
1 stars 0 forks source link

Unplayable on high resolution monitors #1

Closed kossilar closed 5 years ago

kossilar commented 5 years ago

The game window and interface are so small that on high resolution monitors the game can't be played comfortably.

giann commented 5 years ago

You can configure some aspects of the game in a file named .settlersrc. The file must be present in the save directory of the game:

This is not yet documented but you can actually change the font by writing this in your .settlersrc:

return {
    font = {
        spriteSheet = "assets/fonts/rcurses.png"
    }
}

Possible fonts are:

See README.md that you must have had with the game for other possibles settings. In the future all this will be configurable via the game UI.

Updated: Example was incorrect (missing spriteSheet)

giann commented 5 years ago

Menu to change font available in version 0.0.2b

kossilar commented 5 years ago

Hello. Good job with the font change menu. The game is definitely playable now. I've encountered a few more bugs, but until they recur it will be difficult to nail them down for you. This came could be a hit. I hope you keep working on it.

giann commented 5 years ago

Thanks. Don’t hesitate to post an issue even with not much context.