$12256 / $11500
First I would like to thank you all because I really like this game when the first time I discovered it!
Now I have a question. When I played flare (version 0.19-1 on debian) today, I find that the character, etc. is very small when the resolution is set to 1600x900. The screen looks like http://imgur.com/NtSm9Ie. I can't even find the character I play because the color is bit similar between background and the game character. So my question is - any way I can scale the related stuff e.g. character, dialogue, etc. to a bigger size? If yes, how to achieve that?
Thanks
This is fixed in latsst version (not released yet, but you can compile it) Now everything is scaled when your resolution is large.
I cloned flare-engine and flare-game from github.com
https://github.com/clintbellanger/flare-engine.git
https://github.com/clintbellanger/flare-game.git
Building flare-engine with steps:
- cd flare-engine
- mkdir build
- cd build
- cmake ..
- make
Then copy fantacycore and alpha_demo from flare-game to flare-engine/mods directory. However, I find the resolution in video disappears, shown as below:
http://imgur.com/YPd1C4k
Any flag I should configure when building from the source code repos?
Thanks
Correct, there is no resolution setting anymore. You can resize game window using mouse or with maximize window button. Or check Fullscreen setting in Video setting menu. In such a way you can tune game resolution from minimum 640x480 to your desktop resolution.
Stupid me! This feature is fairly cool and better than my expectation. I really like it.
Many thanks!