Search Criteria
Package Details: dhewm3 1.5.4-1
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.003374 |
First Submitted: | 2015-10-10 03:05 (UTC) |
Last Updated: | 2024-08-10 20:05 (UTC) |
Dependencies (7)
- curl (curl-http3-ngtcp2AUR, 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)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake-gitAUR) (make)
- doom3-dataAUR (doom3-data-steamAUR) (optional)
Latest Comments
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)