Active Topics

 



Notices


Reply
Thread Tools
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#1
Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs. Flare is not a reimplementation of an existing game or engine. It is a tribute to and exploration of the action RPG genre.
-- http://flarerpg.org/


Package name is flare, installed size 80Mb.
Licence: GPLv3+ and CC-BY-SA 3.0+.

Game is currently in development (version 0.16), but seems there are something to play.

Check video for game play on N900: http://youtu.be/lt9exBaBTGI

For audio (sound+music) you need most updated version of libsdl-mixer (currently this can't be forced by package).
Code:
apt-cache policy libsdl-mixer1.2
  Installed: 1:1.2.6-5+0m5+ogg+mp3-2
Configure files can be found in directory: /home/user/.config/flare/ (configure and keybindings can be tuned also in game)

Saved games can be found in directory: /home/user/.local/share/flare
---
Maemo branch: https://github.com/aapo/flare
Attached Images
 

Last edited by AapoRantalainen; 2012-08-12 at 11:31. Reason: license added, web page updated, libsdl, version bumped
 

The Following 23 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 105 | Thanked: 99 times | Joined on Feb 2011 @ India
#2
cool, looks like diablo
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#3
Originally Posted by niloy View Post
cool, looks like diablo
Ubuntuvibes thinks so also: http://www.ubuntuvibes.com/2012/04/d...flare-now.html
 
Posts: 28 | Thanked: 11 times | Joined on Apr 2011 @ Italy
#4
Thanks to Aapo for the port... I like Diablo very much and this game is awesome! !

I can report three bugs:
1- no sound in game at all (no music and no effects);
2- after I saved a game, when I go to the loading page I find a pink square instead of the image of my character;
3- when I die, I can't press enter to restart game directly. I have to save and exit to main menu and reload

dgls82

Last edited by dgls82; 2012-05-22 at 13:18. Reason: adding a bug
 

The Following User Says Thank You to dgls82 For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#5
@AapoRantalainen

thanks man i'll give it at try looks good !
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#6
Thanks for reports.

Originally Posted by dgls82 View Post
1- no sound in game at all (no music and no effects);
As shown in video, I have sound. I have seen (reproducible) issues. e.g. A) start game, create character, start, wait, 30seconds, wait -> no sounds
B) start game, create character, start, run your character -> Music starts.

Do you have this?
Code:
apt-cache policy libsdl-mixer1.2
  Installed: 1:1.2.6-5+0m5+ogg+mp3-2
Originally Posted by dgls82 View Post
2- after I saved a game, when I go to the loading page I find a pink square instead of the image of my character;
I can reproduce, doesn't happen on Ubuntu.
Bug reported to upstream: https://github.com/clintbellanger/flare/issues/359

Originally Posted by dgls82 View Post
3- when I die, I can't press enter to restart game directly. I have to save and exit to main menu and reload
I haven't yet died . I will fix this. Meanwhile test if spacebar acts as enter?
 
Posts: 28 | Thanked: 11 times | Joined on Apr 2011 @ Italy
#7
Hi Aapo!

1- I upgraded libsdl-mixer and now sound works.
2- ok!
3- you are right! If I press spacebar and wait 3-5 second, game restarts.

Now, a problem and two questions...

1- Flare uses as icon the icon of Flare Elite (this game: http://store.ovi.mobi/content/158144 ). I never installed that game but Flare uses the same icon.
2- when I play, how can I use the power in M2 box (or square I don't the right term...)
3- Is there a way to remap the keys?

Thank you in advance...

dgls82
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#8
Originally Posted by dgls82 View Post
1- Flare uses as icon the icon of Flare Elite (this game: http://store.ovi.mobi/content/158144 ). I never installed that game but Flare uses the same icon.
I can't access page for this link. It redirects to the: http://store.ovi.mobi/default/index/incompatible

This is the icon used:
https://github.com/aapo/flare/blob/m...bian/flare.png

Which is defined on flare.desktop just as "Icon=flare", so if you have another flare-image it could be used, I have no idea of order path checking.

Originally Posted by dgls82 View Post
3- Is there a way to remap the keys?
Seems it is not yet implemented.
There are already: "Configure -> Input" but it is not working yet.

There are config file:
/home/user/.config/flare/keybindings.txt
but it's values are numerical referring to these: http://svn.libsdl.org/tags/SDL/relea...e/SDL_keysym.h

e.g first row in keybindings.txt is
Code:
cancel=27,8
and SDL_keysym.h says
Code:
SDLK_ESCAPE		= 27,
SDLK_BACKSPACE		= 8,
So escape and backspace can be used for cancel.

(Here you also see why enter can't be used, but space works. "accept=13,32". Where 32=space, 13=return, but N900 has SDLK_KP_ENTER = 271. I will change this for default)


Originally Posted by dgls82 View Post
2- when I play, how can I use the power in M2 box (or square I don't the right term...)
Keybindings.txt has
Code:
main2=3,3
where 3 refers to right mouse button. But you can change it example to "main2=3,116" and then 't'-key works as 'M2'

I must confess I haven't tested are these numerical shortcut bars working (some SDL game has problems with reading keys pressed with Fn). But these can also tuned in keysettings.txt
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#9
Doesn't have the CSSU fixed that Enter/Return thing?
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 
sEKI's Avatar
Posts: 49 | Thanked: 112 times | Joined on Mar 2011 @ Bristol, UK
#10
Does anyone know where the save game file is located? I've looked in:
/home/user/.config/flare - only contain settings & keybindings
/home/opt/flare - also no joy in subdirs...

//EDIT

Found it in /home/user/.local/share/flare
__________________
Feeling "able"? Check those out:
Battery Tests, Homemade 3000mAh XL Battery & Q&A. by dr_frost_dk. ______My DualSCUD is 3386 mAh! :]
Fixing USB port, before and after it is to late. by dr_frost_dk. _______________Yes, I'm fixing USB ports in UK
Flash Player v10.1 (faked to v12.1) is here!

Taking pre-orders for dual PolarCell battery (~3000mAh) with Mugen cover for £50
Get a free giffgaff Sim with £5 credit here! Also 250mins unlimited txts & internet for £10 PAYG!

Last edited by sEKI; 2012-05-31 at 15:01. Reason: Resolved
 

The Following 2 Users Say Thank You to sEKI For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:58.