Closed kossilar closed 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:
C:\Users\user\AppData\Roaming\LOVE\settlers\
/Users/user/Library/Application Support/LOVE/settlesrs/
~/.local/share/love/settlers/
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:
buddy.png
cheepicus.png
hallow.png
rcurses.png
redjack.png
sm.png
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
)
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.
Thanks. Don’t hesitate to post an issue even with not much context.
The game window and interface are so small that on high resolution monitors the game can't be played comfortably.