Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dRally

The main goal of this project is to create a port of Death Rally (1996) running natively on Linux and BSD based operating systems.

Linux requirements

  • GCC/Clang C compiler
  • GNU/Make
  • SDL2

Building

FLAGS="YOUR CFLAGS" make

Installation - needs original game assets

7z e -o drally DeathRallyWin_10.exe
cd drally && mkdir CINEM && mv ENDANI* CINEM && mv SANIM* CINEM
echo "./CINEM" &> CDROM.INI

Only versions including the DR.IDF file are able to use the FLAGS += -DDR_CDCHECK

dRally
|--CINEM
|  |--DR.IDF
|  |--ENDANI.HAF
|  |--ENDANI0.HAF
|  |--SANIM.HAF
|--CDROM.INI        [1]
|--ENGINE.BPA
|--IBFILES.BPA
|--MENU.BPA
|--MUSICS.BPA
|--TR[0-9].BPA

Make sure these file/dir names in dRally directory are in uppercase.

[1] CDROM.INI contains relative location of CINEM directory (./CINEM)

Work in progress

  • Multiplayer not available

About

Open Source Engine / Death Rally [1996]

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages