Descent 3 by Outrage Entertainment
Go to file
Jeod bb98a2eb03
Merge pull request #337 from Lgt2x/gamegauge-removal
Remove Gamegauge and -timetest command-line argument
2024-05-12 15:11:58 -04:00
.github
2dlib more software renderer code removal 2024-05-09 12:11:49 +01:00
acmlib
AudioEncode
bitmap Remove commented-out code. 2024-05-10 12:53:06 -06:00
cfile Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
cmake
czip Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
d3music Mark functions and variables as static (#185) 2024-05-07 23:35:28 +02:00
dd_grwin32 Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
dd_lnxsound Mark functions and variables as static (#185) 2024-05-07 23:35:28 +02:00
dd_sndlib Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
dd_vidwin32 more software renderer code removal 2024-05-09 12:11:49 +01:00
ddebug Remove Gamegauge and -timetest command-line argument 2024-05-12 18:32:46 +02:00
ddio_common Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
ddio_lnx Quiet/fix a couple of static analyzer warnings as reported by Xcode. 2024-05-09 21:02:44 -06:00
ddio_win Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
ddvid_lnx more software renderer code removal 2024-05-09 12:11:49 +01:00
Descent3 Remove Gamegauge and -timetest command-line argument 2024-05-12 18:32:46 +02:00
fix Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
grtext Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
legacy Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
lib Merge pull request #325 from Arcnor/png-screenshot 2024-05-09 23:22:30 +01:00
libacm
libmve Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
linux Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
lnxcontroller Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
lnxmvelib Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
manage Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
md5 Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
mem Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
misc Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
model Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
module Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
movie Merge pull request #303 from Arcnor/deadcode-removal2 2024-05-08 14:49:53 +02:00
music Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
netcon Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
netgames Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
networking Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
physics Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
renderer OpenGL fix for certain drivers/cards 2024-05-11 22:34:05 +01:00
rtperformance Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
scripts Remove Gamegauge and -timetest command-line argument 2024-05-12 18:32:46 +02:00
sndlib Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
stream_audio Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
tests
third_party save screenshots as PNG 2024-05-09 22:46:17 +01:00
tools Move gplheader and gpl.sh to tools folder 2024-05-08 14:41:19 -04:00
ui Quiet another asan bug. 2024-05-09 21:15:18 -06:00
unzip Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
vecmat Join license header with historical commentrs 2024-05-08 14:41:19 -04:00
win32 Remove Gamegauge and -timetest command-line argument 2024-05-12 18:32:46 +02:00
.clang-format
.clang-format-ignore
.gitattributes Use all known filetypes in gitattributes 2024-05-08 14:41:19 -04:00
.gitignore
Brewfile
CMakeLists.txt save screenshots as PNG 2024-05-09 22:46:17 +01:00
CMakePresets.json
LICENSE
README.md
vcpkg.json

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, such as GOG or Steam, 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

If still using the Descent 3 launcher, copy your Descent3.exe binary to your install folder and rename it main.exe (back up your old one). Otherwise, drop in Descent3.exe and play!

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 2022 and C++ Tools (cmake and vcpkg)

Install and configure vcpkg:

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg && bootstrap-vcpkg.bat
setx VCPKG_ROOT="C:\path\to\vcpkg"
setx PATH=%VCPKG_ROOT%;%PATH%

Build Descent 3:

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

Building - MacOS

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

Building - Linux (Ubuntu)

sudo apt update
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl2-dev libncurses-dev zlib1g-dev libspdlog-dev
cmake --preset linux -D ENABLE_LOGGER=[ON|OFF]
cmake --build --preset linux --config [Debug|Release]

Building - Linux (Fedora)

sudo dnf update --refresh
sudo dnf install -y ninja-build cmake gcc-c++ SDL2-devel ncurses-devel zlib-devel spdlog-devel
cmake --preset linux -D ENABLE_LOGGER=[ON|OFF]
cmake --build --preset linux --config [Debug|Release]

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.