dhewm.github.io/mods.html
2021-12-20 04:51:12 +01:00

188 lines
14 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dhewm3 - Doom3 Source Port</title>
<meta property="og:title" content="dhewm3 - Doom3 Source Port">
<meta property="og:type" content="website">
<meta property="og:description" content="List of Mods for the dhewm3 Source Port of Doom3">
<meta property="og:image" content="http://dhewm3.org/og_image.jpg" />
<meta property="twitter:image" content="http://dhewm3.org/twitter_image.jpg" />
<link rel="stylesheet" href="./fonts/stylesheet.css" />
<link rel="stylesheet" href="./css/main.css" media="all" />
<link rel="icon" href="./favicon.ico">
</head>
<body>
<header class="header">
<a href="./"><img src="logo2.svg" width=640 style="max-width:90%;margin-left:auto;margin-right:auto;display:block"></a>
<br>
<nav class="nav">
<ul class="nav-links">
<li><a href="https://github.com/dhewm/dhewm3/releases/"><b>Download</b></a></li>
<li>|</li>
<li><a href="./">Home</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/wiki/FAQ">FAQ</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/issues">Report Issues</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/blob/master/README.md">View dhewm3 Readme</a></li>
</ul>
</nav>
<nav class="nav">
<ul class="nav-links">
<li><a href="#list-of-supported-mods">List of Mods</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3-sdk">dhewm3 SDK on Github <img src="github-mark-64.png" height=16></a></li>
<li>|</li>
<li><a href="https://modwiki.dhewm3.org">idTech4 ModWiki</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<!-- part2 is generated from mods.md after that index.html_part3 closes it all -->
<h1 id="modifications-for-dhewm3">Modifications for <strong>dhewm3</strong></h1>
<p>Unfortunately dhewm3 cant support all old Doom3 modifications, as its incompatible with old Game DLLs. This means that old Mods are only supported if they <em>either</em> have been ported to dhewm3 <em>or</em> dont require their own Game DLL (but are using the one from the main game).<br />
The essential requirement for porting Mods to dhewm3 is that the original Mod authors must release the source code <strong>under the GPLv3 license</strong> (that id Software chose when open sourcing Doom3). The <a href="https://github.com/dhewm/dhewm3-sdk#how-to-port-a-mod-to-dhewm3">dhewm3 SDK project page</a> has more information.<br />
General information about idTech4 (Doom3, Quake4, Prey, ET:QW, …) modding can be found at the <strong><a href="https://modwiki.dhewm3.org">idTech4 ModWiki</a></strong>.</p>
<h1 id="list-of-supported-mods">List of supported Mods</h1>
<h2 id="classic-doom-3">Classic Doom 3</h2>
<p><a href="mods/cdoom1.jpg" title="Screenshot 1 of Classic Doom3"><img src="mods/small-cdoom1.jpg" height=200></a> <a href="mods/cdoom2.jpg" title="Screenshot 2 of Classic Doom3"><img src="mods/small-cdoom2.jpg" height=200></a></p>
<p><em>Classic Doom 3</em> is a remake of the first episode of the original Doom in Doom3.</p>
<p>A big THANK YOU to “SnoopJeDi” (and the rest of the Classic Doom 3 Team) for releasing this mod under GPL!</p>
<ul>
<li>You can get the game data at <a href="https://www.moddb.com/downloads/classic-doom-3-131">ModDB</a>
<ul>
<li>Just extract that zip to your Doom3/dhewm3 installation.</li>
</ul></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/cdoom">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li>Once the game data and cdoom.dll/cdoom.so/cdoom.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game cdoom</code></li>
</ul>
<h2 id="dentons-enhanced-doom3">Dentons Enhanced Doom3</h2>
<p>This mod enhances the looks and sound of Doom3 and provides several new features for custom maps.</p>
<p>A big THANK YOU to “Clone JC Denton” for releasing his mod under GPL!</p>
<ul>
<li>You can get the game data at <a href="https://www.moddb.com/mods/dentons-enhanced-doom3-v202/downloads/dentons-enhanced-doom3-v2021">ModDB</a>
<ul>
<li>Open that zip and extract the contained <code>Extract this to your doom3 folder.zip</code> to your Doom3/dhewm3 installation.</li>
<li>Especially if youre not on Windows, make sure to rename the contained <code>Dentonmod/</code> directory to <code>dentonmod/</code>, as doom3 doesnt like uppercase characters in paths (while it works on Windows, it doesnt on Linux, FreeBSD and possibly OSX!)</li>
</ul></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/dentonmod">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li>Once the game data and dentonmod.dll/dentonmod.so/dentonmod.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game dentonmod</code></li>
</ul>
<h2 id="fitz-packerton">Fitz Packerton</h2>
<p><a href="mods/fitz1.jpg" title="Screenshot 1 of Fitz Packerton"><img src="mods/small-fitz1.jpg" height=200></a> <a href="mods/fitz2.jpg" title="Screenshot 2 of Fitz Packerton"><img src="mods/small-fitz2.jpg" height=200></a></p>
<p>Actually a small standalone game based on Doom3 GPL, so you dont even need the Doom3 game data to run this!</p>
<p>Fitz Packerton is <em>“A theatrical game about a man and the things he carries. Pack what you must. Pray you wont need it.”</em></p>
<ul>
<li>You can get the game data at <a href="https://teddydief.itch.io/fitz">https://teddydief.itch.io/fitz</a></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/fitz">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li>Once the game data and dentonmod.dll/dentonmod.so/dentonmod.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game fitz</code></li>
</ul>
<h2 id="hard-corps">Hard Corps</h2>
<p><a href="mods/hc1.jpg" title="Screenshot of Hard Corps"><img src="mods/small-hc1.jpg" height=200></a> <a href="mods/hq2.jpg" title="Screenshot of HardQore2"><img src="mods/small-hq2.jpg" height=200></a></p>
<p>The <em>DOOM 3: Hard Corps</em> is an enhanced/remastered version of the classic <em>HardQore2</em> mod for Doom3.<br />
It brings classic, fast paced, thumb blistering <strong>side scrolling action</strong> to Hell.<br />
If youre a fan of classic action games such as Contra &amp; Metal Slug; then Hard Corps is what you have been waiting for.</p>
<p>Thanks a lot to Revility and Ivan_the_B (and the rest of the HardQore2 / Hard Corps team) for developing this Mod for dhewm3! :-)</p>
<ul>
<li>You can get the game data at: <a href="https://www.moddb.com/mods/hardcorps/downloads">https://www.moddb.com/mods/hardcorps/downloads</a></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/hardcorps">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-hardcorps_1.5.1_win32.zip</code> resp. <code>dhewm3-hardcorps_1.5.1_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/tag/1.5.1">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li>Once the game data and hardcorps.dll/hardcorps.so/hardcorps.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game hardcorps</code></li>
</ul>
<h2 id="librecoop">LibreCoop</h2>
<p><a href="mods/librecoop1.jpg" title="Screenshot 1 of LibreCoop"><img src="mods/small-librecoop1.jpg" height=200></a> <a href="mods/librecoop2.jpg" title="Screenshot 2 of LibreCoop"><img src="mods/small-librecoop2.jpg" height=200></a></p>
<p>LibreCoop is an open source coop mod for dhewm 3 supporting both the base game and the <em>Resurrection of Evil</em> Addon.</p>
<p>Thanks a lot to Stradex for developing this awesome mod that finally allows cooperative multiplayer in dhewm3!</p>
<ul>
<li>You can download the needed game data at <a href="https://www.moddb.com/mods/librecoop-dhewm3-coop">ModDB</a></li>
<li>You can find the source at <a href="https://github.com/Stradex/librecoop/">the LibreCoop Github repo</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
<li>theres actually official downloads for Win32 and Linux on amd64, but dhewm3 provides DLLs/.sos anyway in case the official ones dont work on your system</li>
</ul></li>
<li>Once the game data and librecoop.dll/.so/.dylib and librecoopd3xp.dll/.so/dylib are in place, you can start the mod with:
<ul>
<li><code>./dhewm3 +set fs_game librecoop</code> for the main game or</li>
<li><code>./dhewm3 +set fs_game_base d3xp +set fs_game librecoopd3xp</code> for <em>Resurrection of Evil</em></li>
</ul></li>
</ul>
<h2 id="scarlet-rivensin-the-ruiner">Scarlet Rivensin: The Ruiner</h2>
<p><a href="mods/rivensin1.jpg" title="Screenshot 1 of Rivensin"><img src="mods/small-rivensin1.jpg" height=200></a> <a href="mods/rivensin2.jpg" title="Screenshot 2 of Rivensin"><img src="mods/small-rivensin2.jpg" height=200></a></p>
<p><em>Scarlet Rivensin: The Ruiner</em> (formerly known as just “Ruiner”) is a dark, nightmarish, third person action modification for Doom3 &amp; dhewm 3. The player assumes the role of a herald of Death &amp; fights hordes of the damned using unique weapons, abilities and spells.</p>
<p>Thanks a lot to Revility (and the rest of the Rivensin/Ruiner team) for releasing the source under GPL!</p>
<ul>
<li>You can get the game data at <a href="https://www.moddb.com/mods/ruiner">ModDB</a>
<ul>
<li>Just extract the dhewm3/rivensin subfolder of the .zip to your Doom3/dhewm3 installation.</li>
</ul></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/rivensin">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>Alternatively, the Rivensin downloads contain Windows binaries for dhewm3 and the Mod itself</li>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li>Once the game data and rivensin.dll/rivensin.so/rivensin.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game rivensin</code></li>
</ul>
<h2 id="the-lost-mission">The Lost Mission</h2>
<p><a href="mods/d3le1.jpg" title="Screenshot 1 of Doom3: The Lost Mission"><img src="mods/small-d3le1.jpg" height=200></a> <a href="mods/d3le2.jpg" title="Screenshot 2 of Doom3: The Lost Mission"><img src="mods/small-d3le2.jpg" height=200></a></p>
<p>An entire new episode for Doom3!</p>
<p>Thanks a lot to Arl90 for releasing the source under GPL!</p>
<ul>
<li>You can get the gamedata at <a href="https://www.moddb.com/mods/the-lost-mission">ModDB</a></li>
<li>You can find the source code at <a href="https://github.com/dhewm/dhewm3-sdk/tree/d3le">Github</a></li>
<li>A <strong>.dll</strong> that works with the official dhewm3 <strong>Windows</strong> executable and a <strong>.so</strong> for Linux (on amd64 aka x86_64) is part of <code>dhewm3-mods_*_win32.zip</code> resp. <code>dhewm3-mods_*_Linux_amd64.tar.gz</code> on the <a href="https://github.com/dhewm/dhewm3/releases/latest">Download Page</a>
<ul>
<li>for other platforms youll have to compile it yourself</li>
</ul></li>
<li><p><strong>Note</strong> that THIS MOD NEEDS the official “Resurrection of Evil” Addon (d3xp/) installed!</p></li>
<li><p>Once the game data and d3le.dll/d3le.so/d3le.dylib are in place, you can start the mod with: <code>./dhewm3 +set fs_game_base d3xp +set fs_game d3le</code></p></li>
</ul>
</main>
<br><br>
<script>
// add clickable anchor-link to headings
for(h=1; h<=6; ++h)
{
var hs = document.getElementsByTagName('h'+h);
for(i=0; i<hs.length; ++i)
{
if(hs[i].id)
{
var l = document.createElement("a");
l.href = "#" + hs[i].id;
l.innerHTML = "# ";
l.className = "headinglink";
hs[i].insertBefore(l, hs[i].firstChild);
}
}
}
</script>
</body>
</html>