Search Criteria
Package Details: dhewm3 1.5.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dhewm3.git (read-only, click to copy) |
---|---|
Package Base: | dhewm3 |
Description: | Doom 3 engine with native 64-bit support, SDL, and OpenAL |
Upstream URL: | https://github.com/dhewm/dhewm3 |
Licenses: | GPL3 |
Submitter: | chungy |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 22 |
Popularity: | 0.001495 |
First Submitted: | 2015-10-10 03:05 (UTC) |
Last Updated: | 2025-02-16 19:27 (UTC) |
Dependencies (7)
- curl (curl-gitAUR, curl-c-aresAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- openal (openal-gitAUR)
- sdl2-compat (sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- doom3-dataAUR (doom3-data-steamAUR) (optional)
Latest Comments
chungy commented on 2025-02-17 07:18 (UTC)
Could you please switch the dependency back to plain 'sdl2'?
SDL3+sdl2-compat breaks a lot of applications, and so I opt to have the real sdl2 installed. the 'sdl2-compat' package already has a provides=sdl2, so keeping it there for this package allows it to work in either case.
itaranto commented on 2022-11-27 17:12 (UTC) (edited on 2022-11-27 17:12 (UTC) by itaranto)
The
dhewm3.install
scrips tell users to copy manually the*.pk4
files into a system directory not meant to be modified by users but the package mangager instead (/usr/share/dhewm3/base
).I'd suggest telling users to put
*.pk4
files into${HOME}/.local/share/dhwem3/base
instead. Another alternative would be recommending to usedhewm3 +set fs_basepath /path/to/Doom3/
.cyberpunkrocker commented on 2020-12-05 06:23 (UTC) (edited on 2020-12-05 06:25 (UTC) by cyberpunkrocker)
Some notes:
The .install script incorrectly tells users to copy .pk4 files to /usr/share/dhewm3. The correct path is /usr/share/dhewm3/base/
PKGBUILD should create that directory automatically (and d3xp too). Now users need to do that manually
The game initially complained that it couldn't find default.cfg file and refused to run. I had to manually extract it from pak000.pk4 package, and place it to ~/.config/dhewm3/base/ (using doom3-data-steam for data files)
abouvier commented on 2019-02-28 07:57 (UTC)
Yes, doom3-data should be optional. For example I launch the game with
dhewm3 +set fs_basepath /data/games/doom3
so I don't need this package.loathingkernel commented on 2017-10-26 08:22 (UTC)