Short: ProjectUAC Doom 3 port (dhewm3) Author: ID Software Uploader: CowCat Type: game/shoot Version: alpha Requires: Doom 3 .pk4 files Architecture: ppc-morphos (min: G4/1.4Ghz, 1GB Ram, 32MB Radeon) Distribution: github, morphos-storage.net This is a very alpha port for MorphOS of Doom 3 based on the open source dhewm3 linux port: https://dhewm3.org/ Thanks, CowCat ------------------------------------------------------------ Installation: Copy binary and supporting files/directories to your harddrive. Place your .pk4 game data files in the 'base' directory. Which game data files are required? From the FAQ: https://github.com/dhewm/dhewm3/wiki/FAQ Data files for the original Doom 3, including the MD5 hash: MD5 (base/pak000.pk4) = 71b8d37b2444d3d86a36fd61783844fe MD5 (base/pak001.pk4) = 4bc4f3ba04ec2b4f4837be40e840a3c1 MD5 (base/pak002.pk4) = fa84069e9642ad9aa4b49624150cc345 MD5 (base/pak003.pk4) = f22d8464997924e4913e467e7d62d5fe MD5 (base/pak004.pk4) = 38561a3c73f93f2e6fd31abf1d4e9102 MD5 (base/pak005.pk4) = 2afd4ece27d36393b7538d55a345b90d MD5 (base/pak006.pk4) = a6e7003fa9dcc75073dc02b56399b370 MD5 (base/pak007.pk4) = 6319f086f930ec1618ab09b4c20c268c MD5 (base/pak008.pk4) = 28750b7841de9453eb335bad6841a2a5 If you bought the game on CDs/DVD, base/pak000.pk4 - pak004.pk4 can be found on the disks, the other four files are from the patch. If you bought it on Steam it should already be fully patched. Otherwise, you have to patch your game to version v1.3.1 to obtain all files. You can download the needed files: http://files.holarse-linuxgaming.de/native/Spiele/Doom%203/doom3-linux-1.3.1.1304.x86.run Extract (assume 'Ram:' directory) from the official 1.3.1 patch for Linux with: sh Ram:doom3-linux-1.3.1.1304.x86.run --tar xvf --wildcards base/pak* d3xp/pak* Copy these .pk4 files into the 'base' directory with the other .pk4 data files ------------------------------------------------------------ Running doom3: Currently must be run from the icon to start reliably. The stack is set in doom3.info at 1000000 A list of keyboard/mouse commands is available here: https://www.ign.com/wikis/doom-3/Controls ------------------------------------------------------------ Not Compiled: Network Support/LAN games ------------------------------------------------------------ Known Bugs/Issues: 1. Missing shaders... 2. 'timedemo demo1' in the console not working 3. ... ------------------------------------------------------------ How to recompile: Download latest sources (3-1.0) from: https://github.com/Cowcat5150/dhewm3 1. Modify makefile.morphos to your build paths 2. Build the binary with the required libraries. The required libraries are not part of the MorphOS SDK. These are: libjpeg (v8) libogg libvorbis libvorbisfile (part of libvorbis) OpenAL SDL2/PowerSDL libcurl (required for server downloads; not utilized currently) ------------------------------------------------------------ Contents: base - directory to put your .pk4 files base.so - shared object doom3 - MorphOS binary doom3.info - .info file ------------------------------------------------------------ License: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.