Primary tabs

Comments by User

Monday, March 11, 2013 - 09:54

@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.

Saturday, February 2, 2013 - 16:21

@pennomi

I agree. Open artwork is free to redistribute and free to modify. Challenges like this encourage that aspect.

Saturday, December 29, 2012 - 01:54

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

 

Tuesday, December 11, 2012 - 23:24

I think only blog posts for Facebook would be more preferable.

Sunday, November 25, 2012 - 23:40

I'm loving these art packs Kenney. This one got me inspired to make a game like Tetris Attack (video, Github).

Sunday, November 25, 2012 - 11:11

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?

Sunday, November 25, 2012 - 00:22

To install SDL, try:

sudo yum install SDL*

You might also need development tools (like gcc):

sudo yum groupinstall 'Development Tools'

Saturday, November 24, 2012 - 10:24

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.

Monday, October 15, 2012 - 14:29

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:

  • OS: Arch Linux
  • Compiler: gcc
  • IDE: GNU Coreutils + VIM

As for hardware, here's my desktop:

  • CPU: Intel Pentium 4 @ 2.8 GHz
  • RAM: 512MB DDR
  • Video: Nvidia GT440

And my laptop:

  • CPU: Intel Atom @ 1.66 GHz
  • RAM: 1GB DDR2
  • Video: Integrated Intel GMA950
Friday, October 5, 2012 - 07:16

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