Doom 2D Forever adapted for use with the FreePascal Compiler and ported to SDL 1.2.
This port has been abandoned in favor of the SDL2 port, which is currently in development. For further information, see the official forums.
- 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.
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.
Run
fpc -MDELPHI -O2 -FE../Bin -FU../Temp Doom2DF.dpr
in the "Game Source" directory.