Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
/ d2df-sdl Public archive

Experimental port of Doom 2D: Forever to FPC and SDL

Notifications You must be signed in to change notification settings

Doom2D/d2df-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D2DF-SDL

Doom 2D Forever adapted for use with the FreePascal Compiler and ported to SDL 1.2.

SDL2 Port

This port has been abandoned in favor of the SDL2 port, which is currently in development. For further information, see the official forums.

Building

Requirements

  • FPC >= 2.6.4, 32-bit (with the "sdl", "gl" and "hash" packages installed);
  • FMODEx >= 4.26.xx;
  • libenet >= 1.3.13;
  • SDL >= 1.2.xx.

Instructions

Windows

Run build.bat. If it builds fine, the executable will be output to "./Bin/Doom2DF.exe". Don't forget that it will require SDL.dll, FMODEx.dll and ENet.dll to run.

Linux

Run

fpc -MDELPHI -O2 -FE../Bin -FU../Temp Doom2DF.dpr

in the "Game Source" directory.

About

Experimental port of Doom 2D: Forever to FPC and SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages