Descent 3 by Outrage Entertainment
Go to file
2024-04-24 00:59:03 -04:00
.github Update build.yml 2024-04-22 17:31:41 -04:00
2dlib Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
acmlib
AudioEncode
bitmap Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
cfile Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
czip
d3music
dd_grwin32
dd_lnxsound Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
dd_sndlib Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
dd_vidwin32
ddgr_mac
ddio_common
ddio_lnx Fix -Wswitch 2024-04-21 20:24:31 +02:00
ddio_mac Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
ddio_win
ddvid_lnx Fix -Wcomment 2024-04-21 20:24:31 +02:00
Descent3 Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
fix
grtext Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
legacy
lib Merge pull request #165 from winterheart/64bit-tests 2024-04-23 22:49:18 +01:00
libacm Fix loop in InternalAudioDecoder::Read() 2024-04-21 20:26:02 +02:00
libmve
linux Enable console logging if MONO or LOGGER is defined 2024-04-23 09:07:20 -04:00
lnxcontroller Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
lnxmvelib
mac Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
mac_sndlib
manage Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
md5
mem
misc
model
module
movie
music Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
netcon
netgames Fix -Wswitch 2024-04-21 20:24:31 +02:00
networking
physics Fix -Wtautological-pointer-compare 2024-04-21 20:24:31 +02:00
renderer
rtperformance Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
scripts Ensure STDCALL/STDCALLPTR is only invoked on x86 2024-04-21 22:24:50 -04:00
sndlib Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
stream_audio Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
tests Implementing C++ byteswap functions 2024-04-23 21:18:07 +03:00
tools Implementing C++ byteswap functions 2024-04-23 21:18:07 +03:00
ui
unzip
vecmat
win32 Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
.clang-format
.clang-format-ignore Import source of libacm 1.3, integrate it into CMake build 2024-04-21 18:25:45 +02:00
.gitignore Generate HOG files as dependencies for Descent3 2024-04-21 19:15:23 +03:00
Brewfile
CMakeLists.txt Merge pull request #165 from winterheart/64bit-tests 2024-04-23 22:49:18 +01:00
CMakePresets.json
gpl.sh
gplheader
LICENSE
README.md Update README.md 2024-04-24 00:59:03 -04:00

d3 (1)

This is the Descent 3 open source engine, licensed under GPL-3.0. It includes the '1.5' patch written by Kevin Bentley and Jeff Slutter several years ago and brought to a stable condition by the Descent community.

In order to use this, you must provide your own game files. See the Usage section for details.

Version 1.5 Notes

There is no "release" yet. The current milestone is "1.5 Stable", which is meant to more or less be Descent 3 as it might have been if the 1.5 patch had made it to retail years ago. Artifacts can be downloaded from the Actions tab. The milestone needs testing on all platforms. Please report issues when found.

Usage

Purchase Descent 3 from a reputable source and install it, then replace the main binary with the newly built Descent3 binary under ${CMAKE_BINARY_DIR}/Descent3/*/Descent3[.exe]. See your platform below:

Windows

In the install folder, rename main.exe to main.old and take your built Descent3.exe, name it main.exe, and add it to the install folder.

MacOS

Right-click Descent3.app, click Show Package Contents. Back up your Descent3 binary and drop your built Descent3 binary into the install (Contents/MacOS) folder.

Linux

Back up your Descent3 binary and drop your built Descent3 binary into the install folder.

Building

Build steps below assume you have already cloned the repository and entered it locally.

Building - Windows

Requires Visual Studio C++ Tools (cmake and nmake)

cmake --preset win
cmake --build --preset win --config [Debug/Release] -D LOGGER=[ON|OFF]

Building - MacOS

brew bundle install
cmake --preset mac
cmake --build --preset mac --config [Debug/Release] -D LOGGER=[ON|OFF]

Building - Linux

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev libxext6:i386
cmake --preset linux
cmake --build --preset linux --config [Debug/Release] -D LOGGER=[ON|OFF]

Contributing

Anyone can contribute! We have an active Discord presence at Descent Developer Network. If you are interested in maintaining the project on a regular basis, please contact Kevin Bentley.