home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / GAMES / ENGINES / REM012.ZIP / reminisc / readme < prev    next >
Text File  |  2005-01-27  |  2KB  |  75 lines

  1.  
  2. REminiscence README
  3. Release version: 0.1.1 (Jan 29 2005)
  4. -------------------------------------------------------------------------------
  5.  
  6. About:
  7. ------
  8.  
  9. REminiscence is a re-implementation of the engine used in the game Flashback
  10. made by Delphine Software and released in 1992. More informations about the
  11. game can found on mobygames [1] and also here [2].
  12.  
  13. Please be aware that, currently, this implementation is not yet complete.
  14.  
  15. Supported Versions:
  16. -------------------
  17.  
  18. Currently, only the PC DOS version is supported. French and English have been
  19. tested successfully.
  20.  
  21. Compiling:
  22. ----------
  23.  
  24. Tweak the Makefile if needed and type make (only gcc3 has been tested so far).
  25. The SDL library is required.
  26.  
  27. Running:
  28. --------
  29.  
  30. You will need the original files, here is the required list :
  31.     FB_TXT.FNT
  32.     GLOBAL.ICN
  33.     GLOBAL.SPC
  34.     *.OFF
  35.     *.SPR
  36.     *.MAP
  37.     *.PAL
  38.     *.ANI
  39.     *.CT
  40.     *.MBK
  41.     *.OBJ
  42.     *.PGE
  43.     *.RP
  44.     *.TBN
  45.     
  46. To start the game, you can either :
  47. - put the game's datafiles in the same directory as the executable
  48. - use the --datapath command line option to specify the datafiles directory
  49.  
  50. Here are the various in game hotkeys :
  51.     Arrow Keys      move Conrad
  52.     Enter           use the current inventory object 
  53.     Shift           talk / use / run / shoot
  54.     Backspace       display the inventory
  55.     Ctrl F          toggle fast mode
  56.     Alt Enter       toggle windowed/fullscreen mode
  57.     Alt + and -     change video scaler
  58.  
  59. Credits:
  60. --------
  61.  
  62. Delphine Software, obviously, for making another great game.
  63. Yaz0r, Pixel and gawd for sharing some informations they gathered on the game.
  64.  
  65. Contact:
  66. --------
  67.  
  68. Gregory Montoir, cyx@users.sourceforge.net
  69.  
  70. URLs:
  71. -----
  72.  
  73. [1] http://www.mobygames.com/game/sheet/p,2/gameId,555/
  74. [2] http://ramal.free.fr/fb_en.htm
  75.