If you edit this file, you should see fullscreen=1 somewhere in there. Change this to 0 and you can play in windowed mode. You might also need to change resolution_w and resolution_h to lower values, since I think this crash has something to do with a limitation in SDL.
We've known about this bug for a while, so I recommend keeping an eye on this Github issue for any fix we might come up with:
It sounds like you have the right directory. It should contain CMakeLists.txt.
Running make install (as root) will install the game to /usr/local/. If you'd rather not install it, you can copy the flare executable from the build/ directory up to the base directory (the one that has CMakeLists.txt).
@mendozza
The formatting for map loot recently changed, and the game data hasn't been fully updated yet. I'll comb over the quests and fix any issues.
@pennomi
I agree. Open artwork is free to redistribute and free to modify. Challenges like this encourage that aspect.
Your settings file should be located at:
~/.config/flare/settings.txt
If you edit this file, you should see fullscreen=1 somewhere in there. Change this to 0 and you can play in windowed mode. You might also need to change resolution_w and resolution_h to lower values, since I think this crash has something to do with a limitation in SDL.
We've known about this bug for a while, so I recommend keeping an eye on this Github issue for any fix we might come up with:
https://github.com/clintbellanger/flare-engine/issues/125
I think only blog posts for Facebook would be more preferable.
I'm loving these art packs Kenney. This one got me inspired to make a game like Tetris Attack (video, Github).
I think only the 5 latest entires are shown. Would it be possible to show here (or link to) a list of all the current entries?
To install SDL, try:
sudo yum install SDL*
You might also need development tools (like gcc):
sudo yum groupinstall 'Development Tools'
It sounds like you have the right directory. It should contain CMakeLists.txt.
Running make install (as root) will install the game to /usr/local/. If you'd rather not install it, you can copy the flare executable from the build/ directory up to the base directory (the one that has CMakeLists.txt).
I hope this helps.
I also have two systems that I do development on, neither of which are a fancy as Clint's. I use the same software setup on both:
As for hardware, here's my desktop:
And my laptop:
It sounds like your mods/engine/font_settings.txt is inncorrect. It should look like this: http://pastie.org/4914207
If it doesn't you'll need a newer version of the gamedata (maybe you're using 0.17 data instead of 0.17.1)
Pages