Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.37 KB

raw - Another World Interpreter

raw is a re-implementation of the engine used in the game Another World.

Screenshot Intro Amiga

Supported Versions

The program requires the original data files.

  • Amiga (Bank*)
  • Atari (Bank*)
  • DOS (Bank*, memlist.bin)
  • DOS demo (Demo*, memlist.bin)

Run it

Drag'n'drop a zip containing the data files.

  Usage: raw [OPTIONS]...
    file=PATH       Path to a zip file
    lang=LANG       Language (fr,us)
    part=NUM        Game part to start from (0-35 or 16001-16009)
    use_ega=true    Use EGA palette with DOS version
    protec=true     Enable game protection

In game hotkeys :

  Arrow Keys      move Lester
  Enter/Space     run/shoot
  C               enter a code to start at a specific position

Try it

You can play it online here and drag'n'drop a zip containing the data files.

Features

  • load/save snapshot
  • resources viewer (WIP)
  • video window: with current palette and 4 framebuffers updated in realtime
  • CPU debugger

Credits