Flashback engine reimplementation (Android, SDL)
Go to file
Gregory Montoir 419cf91dfe Import 0.4.9 2021-09-06 00:00:00 +08:00
CHANGES.txt Import 0.4.9 2021-09-06 00:00:00 +08:00
Makefile Import 0.4.9 2021-09-06 00:00:00 +08:00
README.txt Import 0.4.9 2021-09-06 00:00:00 +08:00
collision.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
cpc_player.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
cpc_player.h Import 0.4.5 2019-10-28 00:00:00 +08:00
cutscene.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
cutscene.h Import 0.4.9 2021-09-06 00:00:00 +08:00
decode_mac.cpp Import 0.4.8 2021-05-28 00:00:00 +08:00
decode_mac.h Import 0.4.5 2019-10-28 00:00:00 +08:00
file.cpp Import 0.4.6 2019-12-29 00:00:00 +08:00
file.h Import 0.4.6 2019-12-29 00:00:00 +08:00
fs.cpp Import 0.4.5 2019-10-28 00:00:00 +08:00
fs.h Import 0.4.5 2019-10-28 00:00:00 +08:00
game.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
game.h Import 0.4.9 2021-09-06 00:00:00 +08:00
graphics.cpp Import 0.4.5 2019-10-28 00:00:00 +08:00
graphics.h Import 0.4.5 2019-10-28 00:00:00 +08:00
intern.h Import 0.4.9 2021-09-06 00:00:00 +08:00
main.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
menu.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
menu.h Import 0.4.5 2019-10-28 00:00:00 +08:00
mixer.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
mixer.h Import 0.4.5 2019-10-28 00:00:00 +08:00
mod_player.cpp Import 0.4.7 2021-05-02 00:00:00 +08:00
mod_player.h Import 0.4.5 2019-10-28 00:00:00 +08:00
ogg_player.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
ogg_player.h Import 0.4.5 2019-10-28 00:00:00 +08:00
piege.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
protection.cpp Import 0.4.6 2019-12-29 00:00:00 +08:00
resource.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
resource.h Import 0.4.8 2021-05-28 00:00:00 +08:00
resource_aba.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
resource_aba.h Import 0.4.8 2021-05-28 00:00:00 +08:00
resource_mac.cpp Import 0.4.7 2021-05-02 00:00:00 +08:00
resource_mac.h Import 0.4.7 2021-05-02 00:00:00 +08:00
rs.cfg Import 0.4.9 2021-09-06 00:00:00 +08:00
scaler.cpp Import 0.4.6 2019-12-29 00:00:00 +08:00
scaler.h Import 0.4.5 2019-10-28 00:00:00 +08:00
screenshot.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
screenshot.h Import 0.4.9 2021-09-06 00:00:00 +08:00
seq_player.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
seq_player.h Import 0.4.9 2021-09-06 00:00:00 +08:00
sfx_player.cpp Import 0.4.5 2019-10-28 00:00:00 +08:00
sfx_player.h Import 0.4.5 2019-10-28 00:00:00 +08:00
staticres.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
systemstub.h Import 0.4.9 2021-09-06 00:00:00 +08:00
systemstub_sdl.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
unpack.cpp Import 0.4.8 2021-05-28 00:00:00 +08:00
unpack.h Import 0.4.5 2019-10-28 00:00:00 +08:00
util.cpp Import 0.4.5 2019-10-28 00:00:00 +08:00
util.h Import 0.4.7 2021-05-02 00:00:00 +08:00
video.cpp Import 0.4.9 2021-09-06 00:00:00 +08:00
video.h Import 0.4.5 2019-10-28 00:00:00 +08:00

README.txt

REminiscence README
Release version: 0.4.9
-------------------------------------------------------------------------------


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).

To hear music during polygonal cutscenes with the PC version, you need to copy
the music/ directory of the Amiga version or use the .mod fileset from
unexotica [4].

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


Running:
--------

By default, the engine tries to load 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 16:9 display (adjacent,mirror,blur,none)
    --scaler=NAME@X   Graphics scaler (default 'scale@3')
    --language=LANG   Language (fr,en,de,sp,it,jp)
    --autosave        Save game state automatically

The scaler option specifies the algorithm used to smoothen the image in
addition to a 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 two modes :
    'adjacent' : left and right rooms bitmaps will be drawn
    'mirror' : the current room bitmap will be drawn mirrored

In-game hotkeys :

    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