Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Flare update

grape ape
Saturday, June 22, 2013 - 20:47

I installed Flare through the Ubuntu Software Center (USC) about a week and a half ago and am having a blast playing it!

A few days ago, I went online to find that the version available through the USC is a bit dated (v0.15)

I'm running xubuntu/xfce.

Can anyone offer suggestions on how I might update my Flare to the latest version, without losing any of my modest game progress (Level 7 - Warrior)?

Thanks in advance!

 

ga

 

  • Log in or register to post comments
dorkster
joined 12 years 10 months ago
Sunday, June 23, 2013 - 01:04
dorkster's picture

First off, we've broken save compatibility quite a few times since 0.15, so you won't be able to continue using your old saves.

If you're still interested in trying a more recent version of Flare, you have two options.

1. Debian has a package for 0.18 here: http://packages.debian.org/jessie/flare. My guess it that it should work just fine with Debian-based *buntu distros.

2. Build it from source. You can get the latest version from source. See this page for instructions: http://flarerpg.org/blog/20130613

  • Log in or register to post comments
grape ape
joined 11 years 11 months ago
Sunday, June 23, 2013 - 12:43

I got most of the way through #2 but got hung up at this point:

 

~/flare-game$ sudo make install
make: *** No rule to make target `install'.  Stop.

 

I admit I'm not super savvy when it comes to the terminal but am "willing to learn"!

Help? :?

 

Thanks!

  • Log in or register to post comments
dorkster
joined 12 years 10 months ago
Sunday, June 23, 2013 - 20:14
dorkster's picture

You may need to run "make" before "sudo make install". If all else fails, you could try running the game locally instead of installing (Option 2 in the "Building and Running on Linux" instructions.

  • Log in or register to post comments
Stefan Beller
joined 13 years 1 month ago
Tuesday, June 25, 2013 - 09:25

for flare-game there is no 'make'. You only need to "cmake . && sudo make install" actually.

  • Log in or register to post comments
Wyzer
joined 11 years 6 months ago
Friday, November 22, 2013 - 07:48
Wyzer's picture

Can some please provide a link that explains like I am 5 years old how to install this game from scratch on a system with Ubuntu 13.XX?

I have followed this link http://flarerpg.org/blog/20130613 and even tried following the information in the repos, to no success.

I can get through step 1, after learning how to use GitHub, yet I cannot complete step 2, as I do not know how to clone a directory into the /USR folder, as I do not have root access. I have search in all over, yet it appears to be some kind of closely guarded secret!

  • Log in or register to post comments
Stefan Beller
joined 13 years 1 month ago
Friday, November 22, 2013 - 09:24

Ok I'll try to write down, whilst using a fresh ubuntu vm:

* First I install the depependencies, copied from https://github.com/clintbellanger/flare-engine/blob/master/INSTALL.engine
    # This step will be the only one requiring sudo / root access
    sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
    # for development you'll also need:
    sudo apt-get install cmake make g++ git

* Now that all requirements are installed, I download flare sources (both engine sources and game art)
    # it will be put into the folder flare-engine, so feel free to put it into a games subdirectory or such
    git clone https://github.com/clintbellanger/flare-engine.git
    git clone https://github.com/clintbellanger/flare-game.git

* We need to compile the sources:
    # if you changed the path in the previous step, adjust path here as well
    cd flare-engine
    cmake .
    make

* Start the game:
    # still being in flare-engine:
    ./flare --data-path=../flare-game --game=flare

* As you start the game multiple times (probably), you can put that into a script
    echo "./flare --data-path=../flare-game --game=flare" >> startflare.sh
    chmod +x startflare.sh

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Friday, November 22, 2013 - 10:36
Clint Bellanger's picture

I also posted similar instructions here:

https://github.com/clintbellanger/flare-engine/wiki/Ubuntu-Build-Instructions

It's about the simplest possible way to compile the game yourself.

  • Log in or register to post comments
Wyzer
joined 11 years 6 months ago
Friday, November 22, 2013 - 12:52
Wyzer's picture

When I get to "Step 3: Build" of the Ubuntu-Build-Instructions I receive numerous errors, and once, when I was able to get it to "complete" then the game would not run what so ever.

 

I have clean installed Ubuntu 12.04LTS and all the way up to 13.10, just to try and play Flare.  Sounds pathetic, I know, yet I want to enjoy the game like I have in the very early stages, when it was easily installed and configured under Windows.

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Friday, November 22, 2013 - 12:55
Clint Bellanger's picture

Let's see the errors, that will tell us how to fix this for you. I suggest copying them and pasting them to pastebin.com to keep the formatting.

  • Log in or register to post comments
HunnyBunny95
joined 11 years 6 months ago
Saturday, November 23, 2013 - 19:01

Been modding for the older engine for quiet a while the other day i decided to recompile and ive spend 2 days now trying to port everything to the new system ;_; so much work, anyway how come my multipile stat reqs dont work? :S multipile power req works tho

  • Log in or register to post comments
TheArmGamer
joined 11 years 6 months ago
Sunday, December 8, 2013 - 03:00
TheArmGamer's picture

nor is the version from apt-get its still 0.15 by the way im using raspberry pi

so you have to go to the home page flarerpg.org and download the linux version at their home page its always updated

 

  • Log in or register to post comments