Blues Brothers, Jukebox Adventure & Prehistorik 2 engine reimplementation (PSP, SDL2)
Go to file
Gregory Montoir cc17b87662 Import blues from c53d4df6 2019-05-29 08:42:39 +08:00
bb Import blues from b21d8347 2019-05-29 08:07:54 +08:00
ja Import blues from a65b79d4 2018-12-16 23:46:16 +08:00
p2 Import blues from c53d4df6 2019-05-29 08:42:39 +08:00
Makefile Import blues from c53d4df6 2019-05-29 08:42:39 +08:00
README.md Import blues from a65b79d4 2019-05-29 07:54:47 +08:00
bbja1.png Import blues from e49bacb8 2018-12-16 20:34:03 +08:00
bbja2.png Import blues from e49bacb8 2018-12-16 20:34:03 +08:00
blues1.png Import blues from 627051f5 2018-07-13 21:38:29 +08:00
blues2.png Import blues from 627051f5 2018-07-13 21:38:29 +08:00
intern.h Import blues from a65b79d4 2019-05-29 07:54:47 +08:00
main.c Import blues from a65b79d4 2019-05-29 07:54:47 +08:00
sys.h Import blues from c39a5c48 2018-12-16 22:28:52 +08:00
sys_sdl2.c Import blues from b21d8347 2019-05-29 08:07:54 +08:00
util.c Import blues from c39a5c48 2018-12-16 22:28:52 +08:00
util.h Import blues from c39a5c48 2018-12-16 22:28:52 +08:00

README.md

Blues Brothers

This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox Adventure game engines developed by Titus Interactive.

Screenshot1 Screenshot2

There is also early support for Prehistork 2.

Requirements

Blues Brothers

The game data files of the DOS or Amiga version are required.

*.BIN, *.CK1, *.CK2, *.SQL, *.SQV, *.SQZ

For sounds and music, the Amiga version files or the ExoticA set need to be copied.

Jukebox Adventure

The game data files of the DOS version are required.

*.EAT, *.MOD

Prehistorik 2

The game data files of the DOS version are required.

*.SQZ, *.TRK

Running

By default, the executable loads the data files from the current directory. This can be changed using command line switches.

Usage: blues [OPTIONS]...
  --datapath=PATH   Path to data files (default '.')
  --level=NUM       Start at level NUM
  --cheats=MASK     Cheats bitmask
  --startpos=XxY    Start at position (X,Y)
  --fullscreen      Enable fullscreen
  --scale=N         Graphics scaling factor (default 2)
  --filter=NAME     Graphics scaling filter (default 'nearest')
  --screensize=WxH  Graphics screen size (default 320x200)
  --cga             Enable CGA colors