REminiscence/README.txt

102 lines
3.2 KiB
Plaintext
Raw Normal View History

2015-08-02 18:00:00 +02:00
REminiscence README
2018-03-28 18:00:00 +02:00
Release version: 0.4.3
2015-08-02 18:00:00 +02:00
-------------------------------------------------------------------------------
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:
-----------
2018-02-10 17:00:00 +01:00
You will need the original files of the PC (DOS or CD), Amiga or Macintosh
2018-03-18 17:00:00 +01:00
release. Support for Amiga and Macintosh is still experimental.
2018-02-10 17:00:00 +01:00
For the Macintosh release, the resource fork must dumped as a file named
2018-03-18 17:00:00 +01:00
'FLASHBACK.BIN' (MacBinary) or 'FLASHBACK.RSRC' (AppleDouble).
2015-08-02 18:00:00 +02:00
2018-03-18 17:00:00 +01:00
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].
2015-08-02 18:00:00 +02:00
2018-03-18 17:00:00 +01:00
For speech with in-game dialogues, you need to copy the 'VOICE.VCE' file from
the SegaCD version to the DATA directory.
2015-08-02 18:00:00 +02:00
Running:
--------
2018-03-18 17:00:00 +01:00
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 :
2015-08-02 18:00:00 +02:00
Usage: rs [OPTIONS]...
--datapath=PATH Path to data files (default 'DATA')
--savepath=PATH Path to save files (default '.')
2016-05-09 18:00:00 +02:00
--levelnum=NUM Level to start from (default '0')
--fullscreen Fullscreen display
2018-03-28 18:00:00 +02:00
--widescreen=MODE 16:9 display
2017-11-03 17:00:00 +01:00
--scaler=NAME@X Graphics scaler (default 'scale@3')
2017-12-06 17:00:00 +01:00
--language=LANG Language (fr,en,de,sp,it,jp)
The scaler option specifies the algorithm used to smoothen the image in
2018-03-18 17:00:00 +01:00
addition to a scaling factor. External scalers are also supported, the suffix
shall be used as the name. Eg. If you have scaler_xbrz.dll, you can pass
'--scaler xbrz@2' to use that algorithm with a doubled window size (512x448).
2015-08-02 18:00:00 +02:00
2018-03-28 18:00:00 +02:00
The widescreen option accepts two modes :
'adjacent' : left and right rooms bitmaps will be drawn (default)
'mirror' : the current room bitmap will be drawn mirrored
2015-08-02 18:00:00 +02:00
In-game hotkeys :
Arrow Keys move Conrad
Enter use the current inventory object
Shift talk / use / run / shoot
Escape display the options
Backspace display the inventory
Alt Enter toggle windowed/fullscreen mode
2018-03-28 18:00:00 +02:00
Alt + and - increase or decrease game screen scaler factor
2017-11-03 17:00:00 +01:00
Alt S write screenshot as .tga
2015-08-02 18:00:00 +02:00
Ctrl S save game state
Ctrl L load game state
Ctrl + and - change game state slot
2018-03-28 18:00:00 +02:00
Function Keys change game screen scaler
2015-08-02 18:00:00 +02:00
Debug hotkeys :
Ctrl F toggle fast mode
Ctrl I Conrad 'infinite' life
Ctrl B toggle display of updated dirty blocks
Credits:
--------
Delphine Software, obviously, for making another great game.
Yaz0r, Pixel and gawd for sharing information they gathered on the game.
Nicolas Bondoux for sound fixes.
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
2018-02-10 17:00:00 +01:00
[4] https://www.exotica.org.uk/wiki/Flashback