Flare 1.09.01 is now available for download. This release is a quick fix to a crash that could occur in 1.09 when initiating dialog with an NPC.
Windows
- Installer (Engine + Game) (131.1 MB)
- Engine + Game (131.2 MB)
- Engine (6.6 MB)
Linux
- Engine (x86_64) + Game (131.4 MB)
- Engine source (5.7 MB)
- Game (146.7 MB)
Changelog
Engine fixes
- Fixed assertion/crash when engaging in dialog.
Game updates
- Fixed main weapon layer order when hero is facing east.
Translation updates
- Ukranian (uk) update (Микола Франчук)
Flare 1.09.01
i like it
when they are going to raise the game to steam???
We have no immediate plans to release the game on Steam. If you haven’t already, I suggest looking at the itch.io client, where you can find Flare.
I’m very confused on how to edit the maps, I have tile, and I wanted to look at the maps and see how they’re made, but every file I’ve looked at never loaded the maps, am I supposed to convert the files? If so what then?
I recommend looking at this guide, which details creating a Flare map with Tiled.
very nice!!!so cool!
First of all, awesome game thanks to everyone who worked on it. I am currently running it on raspberry pi 3, installed the game using apt-get, but it is the older version without the Empyrean campaign, How can I install the latest 1.09.01 version on raspbian ? can I just download engine source and game ? any step by step instructions would be much helpful.
I recommend following the “Clone, Build, Play” instructions for getting the latest engine and game data.
Thank you so much. For those who have trouble installing on raspberry pi, here is what I did to make it work on raspberry 3 , raspbian 4.14.98
sudo apt-get update
git clone https://github.com/flareteam/flare-engine.git
git clone https://github.com/flareteam/flare-game.git (note: takes around 829mb)
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
sudo apt-get install cmake
cd flare-engine
cmake .
make # build the executable
cd ../flare-game/mods
ln -s ../../flare-engine/mods/default # symlink the default mod
cd ../
ln -s ../flare-engine/flare # symlink the executable
./flare