Flashback engine reimplementation (Android, SDL)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
George Sokianos 64f00204e7 Changes in the code to work on AmigaOS4 and release files added 6 days ago
release_files Changes in the code to work on AmigaOS4 and release files added 6 days ago
.gitignore Changes in the code to work on AmigaOS4 and release files added 6 days ago
CHANGES.txt Import 0.5.1 5 months ago
Makefile Import 0.5.0 6 months ago
Makefile.os4 Changes in the code to work on AmigaOS4 and release files added 6 days ago
README.txt Import 0.5.1 5 months ago
collision.cpp Import 0.5.0 6 months ago
cpc_player.cpp Import 0.5.1 5 months ago
cpc_player.h Import 0.4.5 4 years ago
cutscene.cpp Import 0.5.1 5 months ago
cutscene.h Import 0.5.1 5 months ago
decode_mac.cpp Import 0.4.8 2 years ago
decode_mac.h Import 0.4.5 4 years ago
file.cpp Import 0.5.0 6 months ago
file.h Import 0.5.0 6 months ago
fs.cpp Changes in the code to work on AmigaOS4 and release files added 6 days ago
fs.h Import 0.4.5 4 years ago
game.cpp Import 0.5.1 5 months ago
game.h Import 0.5.0 6 months ago
graphics.cpp Import 0.4.5 4 years ago
graphics.h Import 0.4.5 4 years ago
intern.h Import 0.5.1 5 months ago
main.cpp Changes in the code to work on AmigaOS4 and release files added 6 days ago
menu.cpp Import 0.4.9 2 years ago
menu.h Import 0.4.5 4 years ago
midi_driver.h Import 0.5.0 6 months ago
midi_driver_adlib.cpp Import 0.5.0 6 months ago
midi_driver_mt32.cpp Import 0.5.0 6 months ago
midi_parser.cpp Import 0.5.1 5 months ago
midi_parser.h Import 0.5.1 5 months ago
mixer.cpp Import 0.5.1 5 months ago
mixer.h Import 0.5.1 5 months ago
mod_player.cpp Import 0.5.1 5 months ago
mod_player.h Import 0.5.1 5 months ago
ogg_player.cpp Import 0.5.1 5 months ago
ogg_player.h Import 0.4.5 4 years ago
piege.cpp Import 0.5.1 5 months ago
prf_player.cpp Import 0.5.1 5 months ago
prf_player.h Import 0.5.1 5 months ago
protection.cpp Import 0.4.6 4 years ago
resource.cpp Import 0.5.0 6 months ago
resource.h Import 0.5.0 6 months ago
resource_aba.cpp Import 0.4.9 2 years ago
resource_aba.h Import 0.4.8 2 years ago
resource_mac.cpp Import 0.4.7 2 years ago
resource_mac.h Import 0.4.7 2 years ago
rs.cfg Import 0.5.0 6 months ago
scaler.cpp Import 0.4.6 4 years ago
scaler.h Import 0.4.5 4 years ago
screenshot.cpp Import 0.4.9 2 years ago
screenshot.h Import 0.4.9 2 years ago
seq_player.cpp Import 0.5.1 5 months ago
seq_player.h Import 0.4.9 2 years ago
sfx_player.cpp Import 0.5.1 5 months ago
sfx_player.h Import 0.4.5 4 years ago
staticres.cpp Import 0.5.1 5 months ago
stb_vorbis.c Changes in the code to work on AmigaOS4 and release files added 6 days ago
systemstub.h Import 0.5.0 6 months ago
systemstub_sdl.cpp Changes in the code to work on AmigaOS4 and release files added 6 days ago
unpack.cpp Import 0.5.0 6 months ago
unpack.h Import 0.4.5 4 years ago
util.cpp Changes in the code to work on AmigaOS4 and release files added 6 days ago
util.h Import 0.5.1 5 months ago
video.cpp Import 0.5.0 6 months ago
video.h Import 0.4.5 4 years ago

README.txt


REminiscence README
Release version: 0.5.1
-------------------------------------------------------------------------------


About:
------

REminiscence is a re-implementation of the engine used in the game Flashback
made by Delphine Software and released in 1992. More informations about the
game can be found at [1], [2] and [3].


Data Files:
-----------

You will need the original files of the PC (DOS or CD), Amiga or Macintosh
release. Support for Amiga and Macintosh is still experimental.

For the Macintosh release, the resource fork must be dumped as a file named
'FLASHBACK.BIN' (MacBinary) or 'FLASHBACK.RSRC' (AppleDouble).

For speech with in-game dialogues, you need to copy the 'VOICE.VCE' file from
the SegaCD version to the DATA directory.

The music/ directory of the Amiga version or the .mod fileset from
unexotica [4] can be used as an alternative to the MIDI tracks from the
DOS version. Simply copy the files to the DATA directory and set the
'use_prf_music' option to false in the configuration file.


Running:
--------

By default, the engine loads the game data files from the 'DATA' directory,
as the original game executable did. The savestates are saved in the current
directory.

These paths can be changed using command line switches:

Usage: rs [OPTIONS]...
--datapath=PATH Path to data files (default 'DATA')
--savepath=PATH Path to save files (default '.')
--levelnum=NUM Level to start from (default '0')
--fullscreen Fullscreen display
--widescreen=MODE Widescreen display (adjacent,mirror,blur,cdi,none)
--scaler=NAME@X Graphics scaler (default 'scale@3')
--language=LANG Language (fr,en,de,sp,it,jp)
--autosave Save game state automatically
--mididriver=MIDI Driver (adlib, mt32)

The scaler option specifies the algorithm used to smoothen the image and the
scaling factor. External scalers are also supported, the suffix shall be used
as the name. Eg. If you have scaler_xbr.dll, you can pass '--scaler xbr@2'
to use that algorithm with a doubled window size (512x448).

The widescreen option accepts the modes below:

adjacent draw left and right rooms bitmap
mirror mirror the current room bitmap
blur blur and stretch the current room bitmap
cdi use bitmaps from the CD-i release ('flashp?.bob' files)

In-game keys:

Arrow Keys move Conrad
Enter use the current inventory object
Shift talk / use / run / shoot
Escape display options
Backspace / Tab display inventory / skip cutscene
Alt Enter toggle windowed / fullscreen mode
Alt + and - increase or decrease game screen scaler factor
Alt S take screenshot
Ctrl G toggle auto zoom (DOS version only)
Ctrl S save game state
Ctrl L load game state
Ctrl R rewind game state buffer (requires --autosave)
Ctrl + and - change game state slot
Function Keys change game screen scaler


Credits:
--------

Delphine Software, obviously, for making another great game.
Yaz0r, Pixel and gawd for sharing information they gathered on the game.


Contact:
--------

Gregory Montoir, cyx@users.sourceforge.net


URLs:
-----

[1] http://www.mobygames.com/game/flashback-the-quest-for-identity
[2] http://en.wikipedia.org/wiki/Flashback:_The_Quest_for_Identity
[3] http://ramal.free.fr/fb_en.htm
[4] https://www.exotica.org.uk/wiki/Flashback