Blues Brothers, Jukebox Adventure & Prehistorik 2 engine reimplementation (PSP, SDL2)
Go to file
George Sokianos c6c552cdcc All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
bb All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
ja All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
p2 All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
release_files All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
.gitignore All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
Makefile All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
Makefile.os4 All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
README.md All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
bbja1.png All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
bbja2.png All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
blues1.png All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
blues2.png All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
intern.h All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
main.c All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
mixer.c All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
mixer.h All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
sys.h All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
sys_psp.c All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
sys_sdl2.c All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01:00
util.c Import blues from 436ab46f 2022-03-13 06:53:43 +08:00
util.h All the changes needed for the AmigaOS 4 port and release 2023-08-04 12:41:51 +01: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 support for Prehistorik 2.

Requirements

Blues Brothers

The data files of the Amiga or DOS version, full game or demo, 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 data files of the DOS version are required.

*.EAT, *.MOD

Prehistorik 2

The data files of the DOS version, full game or demo, are required.

*.SQZ, *.TRK

Changes

Compared to the original DOS executables, the rewritten engines feature:

  • horizontal scrolling
  • configurable screen size
  • game cheats: unlimited lifes and energy, no hit

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
  --dosscroll       Enable DOS style screen scrolling
  --hybrid          Enable fuchsia color as in Hybrid crack