mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-02-16 17:11:24 +00:00
An SDK to create Mods for dhewm3
According to https://cmake.org/cmake/help/v3.26/variable/CMAKE_LANG_COMPILER_ID.html there's at least "Clang" (plain LLVM clang), "AppleClang", "ARMClang", "FujitsuClang", "XLClang" and "IBMClang" (both of which are variations of the clang/llvm-based IBM XL compiler). This should detect all of them (I hope they all behave close enough to normal clang to work..) There's also "IntelLLVM", but I have no idea if that's based on Clang or does its own thing based on LLVM.. I also doubt dhewm3 will ever be built with any other clang-derivate than "Clang" and "AppleClang" :-p fixes #510 |
||
---|---|---|
cm | ||
d3xp | ||
framework | ||
game | ||
idlib | ||
MayaImport | ||
renderer | ||
sound | ||
sys | ||
tools/compilers/aas | ||
ui | ||
.gitignore | ||
CMakeLists.txt | ||
config.h.in | ||
COPYING.txt | ||
README.md |
dhewm3 port of the Doom3: The Lost Mission mod.
You can get the game data at https://www.moddb.com/mods/the-lost-mission
You can start the game with:
./dhewm3 +set fs_game d3le +set fs_game_base d3xp
It needs both the full version of Doom3 and the official "Resurection of Evil" addon installed!
A big THANK YOU to "Arl90" for releasing this mod under GPL!
Original Read Me:
=====================================
Doom 3 The Lost Mission
Version: 1.1
Release date: 19/08/2019
=====================================
DESCRIPTION:
=====================================
The Lost Mission campaing for 2004 Doom 3 version.
=====================================
REQUIREMENTS:
=====================================
-Doom 3 and Resurrection of Evil expansion pack.
-1.3.1 patch applied.
=====================================
INSTALLATION:
=====================================
Extract the folder 'd3le' and the .bat file 'The Lost Mission.bat' into your Doom 3 instalation folder.
Run the .bat file, enjoy.
(The folder named 'Extra' has the mod source code and an icon file).
=====================================
CREDITS:
=====================================
All Doom 3 community on discord: Several assists, testing, support and very good will.
id Software: For Doom 3.
Nerve Software: For Resurrection of Evil.
id software and Bethesda: for Doom 3 BFG Edition and The Lost Mission campaing.