bluegr / OpenRakis

open-source reimplementation of Cryo's DUNE game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenRakis

This is a WIP project aiming at reversing Cryo's DUNE game.

Project structure

  • bin/floppy : PC DOS floppy version files (LOGO.HNM, BAGDAD.HSQ, DUNE.EXE, LOGO.EXE, ...)
  • bin/cd : PC DOS CD version files (DUNE.DAT, DNCDPRG.EXE, DUNE.EXE)
  • tools : a set of tools from various sources
  • src : the resulting source code
  • asm : the original x86 DOS assembly

the bin folder is not part of this repo, as it is copyrighted material.

Tools

IDA Freeware

MASM/TASM (VSCode marketplace)

LZEXE 0.91 (to unpack LOGO.EXE)

DOSBox Debugger with AUTOEXEC support

Might be useful

8080JIT

CiCParser2021

semblance

MASM2C

Existing efforts

Engines

madmoose/dune (Uses SCUMMVM, and can decode videos)

madmoose/dune-disassembly: Disassembly work on the PC CD DOS version.

scummvm/cryo (for Lost Eden, a very similar game from Cryo)

scummvm-cryo (Scummvm Wiki page)

DUNE revival project (GitHub copy) (uses SCUMMVM too)

Resources

Save editors and other resources

Dune "HERAD" Ad Lib Music Hacking thread

Port of the French Mega CD dub over to the PC CD DOS version

HERAD music format description

Partial data files description (CD version)

HNM video format description

HERAD implementation in adplug

DUNE revival thread

DUNE game translations

HERAD implementation in MIDIPLEX

IDA Settings and How to

8086 16-bit Real Mode. Entry point (CS initial value) = 1ED.

ScummVM Wiki : HOWTO-Reverse Engineering

LICENSE

GNU GPLv2 License

About

open-source reimplementation of Cryo's DUNE game

License:GNU General Public License v2.0


Languages

Language:Assembly 91.2%Language:C# 5.0%Language:C++ 1.8%Language:C 1.4%Language:Makefile 0.6%Language:Batchfile 0.0%