Primary tabs

Comments by User

Hi,
Thursday, December 20, 2012 - 17:16

Hi,

is it possible to download without registering at 4shared?
I'd really like to try out the mod as the screenshots look great :)

Monday, November 26, 2012 - 17:40

Also look at https://github.com/clintbellanger/flare-engine/issues/7 which is related (no mouse)

Saturday, October 27, 2012 - 13:34

Welcome to opengameart.org :)

In your user profile there is a link to http://www.monfle.pl/

Is that the project you're talking about?

What kind of genre/type/licensing is that game? (I cannot read that language, is that polish?)

Best regards and good luck with your project.

 

 

Thursday, October 11, 2012 - 04:07

It looks great!

However the casual flare gamer will soon notice that it is similar to the existing grassland as you said.
Would it be possible to alter the rocks a little, so it looks a little different in structure?

 

 

 

Sunday, September 30, 2012 - 09:55

Thanks for playing flare :)

To help making flare better (and avoiding such segmentation faults), would you mind helpingto find out what exactly broke?

To help the developers you need to have a "debug" build.

This can be done by (assuming you compile flare yourself, as you wrote ./flare as first command)

cmake . -DCMAKE_BUILD_TYPE="Debug"

make

# now start flare using a debugger

gdb ./flare

# when gdb is started, type

run

# When it crashes, type: (the window will still stay open, so you notice the crash by everything freezing)

backtrace full

# lots of text should appear, this will be helpful for developers, thanks a lot :)

quit

 

 

 

Sunday, September 30, 2012 - 09:44

> a native 64bit build

Building flare is relatively easy as there are only a few dependencies. So in case you have some experience with the shell you may try to compile it yourself:

(quoting random parts of the Readme https://github.com/clintbellanger/flare-game)

pacman -S --asdeps sdl sdl_image sdl_mixer libogg libvorbis hicolor-icon-theme python sdl_ttf git cmake

git clone https://github.com/clintbellanger/flare-game.git
cd flare-game

cmake .
make
./flare

Saturday, September 15, 2012 - 10:45

@Botanic:

Even with unix endlines it still gives errors:

make[2]: *** No rule to make target `.deps/xwindow.Po'.  Stop.

Windows/Mac doesn't really care about LOWER and upper case ;) linux filesystems do so by default.

One solution would be to correct the cases or another solution would be to put that game in some mountpoint which doesn't care about cases.

Monday, September 10, 2012 - 14:07

Awesome!

I did not know dorkster is an allround talent. (Programmer for flare as well :)

Monday, September 10, 2012 - 14:05

Translation from translate.google.com:

Created in Sculptris reduced MeshLab + Blender
If anyone is interested in commissions please email me, greetings!

Great Work :)
I wonder if this could be incorporated into http://www.flarerpg.org/

Sunday, July 8, 2012 - 04:10

I tested the linux download with

wget https://github.com/downloads/clintbellanger/flare/flare_linux_v016.zip
unzip flare_linux_v016.zip
cd flare_v016/
cmake .
make
./flare

I am also running Ubuntu 12.04 here and it works fine. (As I am involved in development also, I am sure that there are all needed libs installed - no need to check that for me)

 

 

Pages