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

 Linux

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

9 thoughts on “Flare 1.09.01

    • February 12, 2019 at 11:04 am
      Permalink

      when they are going to raise the game to steam???

      Reply
      • February 12, 2019 at 11:25 am
        Permalink

        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.

        Reply
  • February 23, 2019 at 12:41 pm
    Permalink

    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?

    Reply
    • February 23, 2019 at 12:57 pm
      Permalink

      I recommend looking at this guide, which details creating a Flare map with Tiled.

      Reply
  • April 17, 2019 at 10:34 am
    Permalink

    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.

    Reply
      • April 17, 2019 at 10:23 pm
        Permalink

        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

        Reply

Leave a Reply

Your email address will not be published. Required fields are marked *