All Projects → cyxx → Rawgl

cyxx / Rawgl

Another World/Out of This World engine reimplementation (SDL, OpenGL)

Projects that are alternatives of or similar to Rawgl

F2bgl
Fade To Black engine reimplementation (SDL, OpenGL)
Stars: ✭ 54 (-51.35%)
Mutual labels:  games, retrogaming, sdl2
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+280.18%)
Mutual labels:  games, retrogaming, sdl2
blues
Blues Brothers, Jukebox Adventure & Prehistorik 2 engine reimplementation (SDL2)
Stars: ✭ 28 (-74.77%)
Mutual labels:  games, sdl2, retrogaming
Chocolate Doom
Chocolate Doom is a Doom source port that is minimalist and historically accurate.
Stars: ✭ 1,052 (+847.75%)
Mutual labels:  games, retrogaming, sdl2
mamesaver
Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
Stars: ✭ 26 (-76.58%)
Mutual labels:  games, retrogaming
another js
Another World/Out of This World (HTML5)
Stars: ✭ 46 (-58.56%)
Mutual labels:  games, retrogaming
Boxtron
Steam Play compatibility tool to run DOS games using native Linux DOSBox
Stars: ✭ 262 (+136.04%)
Mutual labels:  games, retrogaming
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+254.05%)
Mutual labels:  retrogaming, sdl2
Emupedia.github.io
The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes.
Stars: ✭ 206 (+85.59%)
Mutual labels:  games, retrogaming
Awesome One Person Games
🎮 A curated list of successul games, made (quite) entirely by a lone gamedev.
Stars: ✭ 276 (+148.65%)
Mutual labels:  games, retrogaming
Dosbox Staging
DOS/x86 emulator focusing on ease of use
Stars: ✭ 412 (+271.17%)
Mutual labels:  games, sdl2
mach.d
Library for the D programming language.
Stars: ✭ 27 (-75.68%)
Mutual labels:  games, sdl2
shiromino
A fast-paced puzzle game with roots in the arcade.
Stars: ✭ 28 (-74.77%)
Mutual labels:  games, sdl2
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (-63.96%)
Mutual labels:  games, retrogaming
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+126.13%)
Mutual labels:  games, sdl2
Pegasus Frontend
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
Stars: ✭ 364 (+227.93%)
Mutual labels:  games, retrogaming
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+596.4%)
Mutual labels:  games, retrogaming
Catacombgl
CatacombGL is a Windows source port with OpenGL graphics for Catacomb 3D (1991), The Catacomb Abyss (1992), The Catacomb Armageddon (1992) and The Catacomb Apocalypse (1993).
Stars: ✭ 41 (-63.06%)
Mutual labels:  retrogaming, sdl2
Supertux
SuperTux source code
Stars: ✭ 1,120 (+909.01%)
Mutual labels:  games, sdl2
Nintendeals
Library with a set of tools for scraping information about Nintendo games and its prices across all regions (NA, EU and JP).
Stars: ✭ 94 (-15.32%)
Mutual labels:  games

raw(gl) - Another World Interpreter

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

Screenshot Intro Amiga Screenshot Intro 3DO

Supported Versions

The program requires the original data files.

  • Amiga (Bank*)
  • Atari (Bank*)
  • DOS (Bank*, memlist.bin)
  • DOS demo (Demo*, memlist.bin)
  • 15th Anniversary Edition (Data/Pak01.pak, Menu/, Music/)
  • 20th Anniversary Edition (game/)
  • Windows 3.1 (Bank, *mid)
  • 3DO (GameData/ or .ISO)

Running

By default, the engine tries to load the game data files from the current directory. This can be changed with command line switches.

  Usage: rawgl [OPTIONS]...
    --datapath=PATH   Path to data files (default '.')
    --language=LANG   Language (fr,us,de,es,it)
    --part=NUM        Game part to start from (0-35 or 16001-16009)
    --render=NAME     Renderer (original,software,gl)
    --window=WxH      Windowed display size (default '640x400')
    --fullscreen      Fullscreen display (stretched)
    --fullscreen-ar   Fullscreen display (16:10 aspect ratio)
    --ega-palette     Use EGA palette with DOS version

In game hotkeys :

  Arrow Keys      move Lester
  Enter/Space     run/shoot
  C               enter a code to start at a specific position
  P               pause the game
  Alt X           exit the game

Technical Details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].