Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Free/Libre Action Roleplaying Engine (engine only)

License

NotificationsYou must be signed in to change notification settings

flareteam/flare-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flare (Free Libre Action Roleplaying Engine) is a simple game enginebuilt 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.

Rather than building a very abstract, robust game engine,the goal of this project is to build several real gamesand harvest an engine from the common, reusable code.

The Flare engine, which is purely a runtime, is written in C++.

Flare uses simple file formats (INI-style config files) for most of the game data,allowing anyone to easily modify game contents. Open formats are preferred (png, ogg).For creating maps, we also supportTiled with the Flare plugin.

Originally the first game to be developed using this engine was part of thisrepository. As the engine became mature, the game content was moved to anextra repository and is now calledflare-game. (happened around sept. 2012)

Get it on F-Droid

Copyright and License

Most of Flare is Copyright © 2010-2013 Clint Bellanger.Contributors retain copyrights to their original contributions.

Flare's source code is released under the GNU GPL v3. Later versions are permitted.

Flare's default mod (includes engine translations) is released under GNU GPL v3 and CC-BY-SA 3.0.Later versions are permitted.

The default mod contains the Liberation Sans font which is released under the SIL Open Font License, Version 1.1.

The GNU Unifont font is released under GPL v2, with the exception that embedding the font in a document does not in itself bind that document to the terms of the GPL.

Links

The following links are specific to the engine

Games made with flare

The official game from the Flare team, the Empyrean Campaign can be found on theflare-game repository.A collection of other mods produced by the community can be found on theMods page on the official website.

Building from Source

Flare uses SDL2, SDL2_image, SDL2_mixer, and SDL2_ttf. Please see theINSTALL.md file for instructions.

Settings

Settings are stored in one of these places:

Linux/Mac OS X/Unix

$XDG_CONFIG_HOME/flare/$HOME/.config/flare/./config

Windows

%APPDATA%\flare\configconfig\

Linux (Snap)

$HOME/snap/flare-rpg/current/.config/flare/

Linux (Flatpak)

$HOME/.var/app/org.flarerpg.Flare/config/flare/

Here you can enable fullscreen, change the game resolution, enable mouse-move, and change keybindings.The settings files are created the first time you run Flare.

Save Files

Save files are stored in one of these places:

Linux/Mac OS X/Unix

$XDG_DATA_HOME/flare/$HOME/.local/share/flare/./userdata

Windows

%APPDATA%\flare\userdatauserdata\

Linux (Snap)

$HOME/snap/flare-rpg/current/.local/share/flare/

Linux (Flatpak)

$HOME/.var/app/org.flarerpg.Flare/data/flare/

If permissions are correct, the game is automatically saved when you exit.In addition, there is amods directory in this location, which can be used to override system-wide mods.

Command-line Flags

FlagDescription
--helpPrints the list of command-line flags.
--versionPrints the release version.
--data-pathSpecifies an exact path to look for mod data.
--debug-eventPrints verbose hardware input information.
--rendererSpecifies the rendering backend to use. The default is 'sdl_hardware'. Also available is 'sdl', which is a software-based renderer.
--no-audioDisables sound effects and music.
--modsStarts the game with only these mods enabled.
--load-slotLoads a save slot by numerical index.
--load-scriptExecute's a script upon loading a saved game. The script path is mod-relative.
--safe-videoLaunches with the minimum video settings.

flare-engine Translation Status

LanguageCompleted
Basque (eu)0%
Belarusian (be)79%
Bulgarian (bg)61%
Catlan (ca)52%
Chinese (zh)81%
Chinese (Taiwan) (zh_TW)67%
Czech (cs)19%
Dutch (nl)11%
Finnish (fi)89%
French (fr)79%
Gaelic, Scottish (gd)91%
Galician (gl)26%
German (de)92%
Greek (el)26%
Hindi (India) (hi_IN)14%
Hungarian (hu)53%
Indonesian (id)91%
Italian (it)91%
Japanese (ja)45%
Korean (ko)90%
Norwegian Bokmål (nb)87%
Polish (pl)82%
Portuguese (pt)70%
Portuguese (Brazil) (pt_BR)100%
Russian (ru)100%
Slovak (sk)62%
Spanish (es)91%
Swedish (sv)91%
Thai (Thailand) (th_TH)52%
Ukrainian (uk)72%
Vietnamese (vi)78%

About

Free/Libre Action Roleplaying Engine (engine only)

Topics

Resources

License

Stars

Watchers

Forks

Contributors73


[8]ページ先頭

©2009-2025 Movatter.jp