Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Flare_0_18_i386-aros_src | Description: | Flare 0.18 AROS Sources | Download: | flare_0_18_i386-aros_src.tar.gz (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 210kb | Version: | 0.17.1 | Date: | 11 May 13 | Author: | Clint Bellanger | Submitter: | kioniro | Homepage: | http://flarerpg.org/ | Requirements: | Any AROS PC with 192MB of RAM and a 2D capable gfx card. | Category: | game/roleplaying | Replaces: | game/roleplaying/flare_aros_0_17_1_src.tar.gz | License: | GPL | Distribute: | yes | FileID: | 1305 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 81 (Current version) | | 106 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] # File : Flare RPG
# Version: 0.18
# Author: Clint Bellanger
# Ported by: kioniro
# Date : 06/05/2013
# Requirements :
At least Pentium III (733Mhz) with 192MB of RAM, and 128MB GeForce4 or GeForce5,
running ICAROS 1.5.1, and the game will runs pretty good ;-)
# Readme :
See port thread:
http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=7499&viewmode=
flat&order=ASC&type=&mode=0
# How to compile Flare 0.18 on AROS : simply launch a 'make' command into src
directory.
# How to make Flare playable : simply put generated Flare executable on a
directory near mods/ Flare game data found in
"https://github.com/clintbellanger/flare-game/tree/branch0.18"
# Patched files between Flare-linux :
Settings.cpp :
- Removed #ifdef _MSC_VER for log2(x)
- Implemented simplest function setPaths() for AROS (so executable watches
relative mods/ directory, and creates config/ and saves/ folders)
# Removed files :
- Useless SDL_gfxBlitFunc.c, SDL_gfxBlitFunc.h
# Added files :
Makefile (the AROS one ;-) )
|