An SDK to create Mods for dhewm3
Find a file
Daniel Gibson 59d7bb1087 CMake: Add GCC/clang-specific options: ASAN, FORCE_COLORED_OUTPUT
-DASAN=ON   enables the Address Sanitizer (ASan), if supported
-DFORCE_COLORED_OUTPUT=ON  forces GCC or Clang to use colors in their
                           messages, useful when building with ninja

Both options default to OFF (though when building with make in a
suitable terminal, GCC and clang automatically use colors)

(no UBSAN, that requires hardlinking the game with the executable,
 which is not possible in the SDK..)
2024-03-19 03:12:27 +01:00
cm Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
d3xp Make Sys_SetInteractiveIngameGuiActive() work better 2024-03-18 23:19:05 +01:00
framework Make sure MAX_OSPATH has sane size 2022-05-27 01:45:17 +02:00
game Make Sys_SetInteractiveIngameGuiActive() work better 2024-03-18 23:19:05 +01:00
idlib Fix MSVC non-Release builds (_alloca()/assert() didn't play nice) 2024-03-18 23:19:05 +01:00
MayaImport Make it build as SDK 2018-08-26 01:43:10 +02:00
renderer renderer/RenderSystem.h: Changes from dhewm3 2022-05-27 01:45:17 +02:00
sound Make it build as SDK 2018-08-26 01:43:10 +02:00
sys merge sys_public.h changes for gamepad support 2024-03-18 23:19:05 +01:00
tools/compilers/aas Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
ui Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
.gitignore Make it build as SDK 2018-08-26 01:43:10 +02:00
CMakeLists.txt CMake: Add GCC/clang-specific options: ASAN, FORCE_COLORED_OUTPUT 2024-03-19 03:12:27 +01:00
config.h.in Make it build as SDK 2018-08-26 01:43:10 +02:00
COPYING.txt Add GPLv3 COPYING.txt 2018-08-20 01:46:20 +02:00
README.txt Fix cdoom download link in README 2018-08-27 03:13:12 +02:00

NOTE from Daniel: 
The following is (mostly) the original README of the mod and still refers to the SDK etc.

You can get the game data from https://www.moddb.com/downloads/classic-doom-3-131
Just extract that zip to your Doom3/dhewm3 installation.

After compiling the source, you can start the game with
  ./dhewm3 +set fs_game cdoom
  
A big THANK YOU to "SnoopJeDi" (and the rest of the Classic Doom 3 Team) for releasing this mod under GPL!

The original ReadMe:
======================================================================
CLASSIC DOOM III - VERSION 1.3.1 Sourcecode
======================================================================

DEVELOPER - Flaming Sheep Software
DATE OF RELEASE - October 2007
HOMEPAGE - http://cdoom.d3files.com
FORUMS - http://cdoom.d3files.com/forum/index.php


======================================================================
Description
======================================================================

This is a package of all the files from the Doom 3 Software Development Kit (SDK) that have been modified in the creation of Classic Doom 3.  The more predominant features of this code are the following:

-The intermission/statistics screen displayed between levels (there is an unused key/val combination that would allow mappers to update the GUI graphics depending the sequential progress of the player.  This was originally designed to facilitate a map on the intermission screen, but was dropped).

-Autorun.  A very small modification that simply checks the state of ui_autoRun and accordingly either flips input from the run key or leaves it untouched.


For a complete picture of what has been changed, cross-reference this code and the untouched 1.3.1 code using diff or a similar program for your operating system.



======================================================================
Legal
======================================================================

This modification is only for use with a legitimate version of the game "Doom 3", created by id Software.  This modification is not affiliated with id Software in any way.

If there is any technical issues directly related to this modification that is not a known issue with the game "Doom 3", please contact Flaming Sheep Software either through email or the website at http://cdoom.d3files.com

Activision and id Software do not hold responsibility for any technical issues that you may encouter through the use of this modification.

Distribution of this modification can be by any means necessary, aslong as it is kept as a complete package.

[Any and all assets or code presented in this modification are not allowed to be distributed as part of any other package, in whole or in part.] - UPDATE: got permission by the Coder (SnoopJeDi) to release this source under GPLv3

If you have any questions about the uses that are allowed with the modification, please contact Flaming Sheep Software at http://cdoom.d3files.com

======================================================================