Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-dhewm3
https://github.com/pkgstore-old/linux-rpm-dhewm3
dhewm3 doom doom3 linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-dhewm3
- Owner: pkgstore-old
- License: gpl-3.0
- Created: 2021-07-08T19:07:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T20:26:58.000Z (over 2 years ago)
- Last Synced: 2024-02-23T11:54:36.303Z (10 months ago)
- Topics: dhewm3, doom, doom3, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 3.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Doom 3 GPL source port
**dhewm3** is a source port of the original Doom3 (not Doom3 BFG, for that you may want to try RBDoom3BFG). It's known to work on Windows, Linux, macOS, FreeBSD, OpenBSD and AROS, but it should work on (or be easily portable to) any system that supports OpenGL 1.4 with ARB shaders, SDL and OpenAL.
Compared to the original version of Doom3, dhewm3 has many bugfixes, supports EAX-like sound effects on all operating systems and hardware (via OpenAL Softs EFX support), has much better support for widescreen resolutions and has 64bit support.
It only supports old Mods if they either don't require their own game DLL or have been ported to dhewm3 - see the Mods page for more information.
Note that while the Doom3 source code has been released under GPL, you still need to legally own the game and provide dhewm3 the game data to play. See the How to Install section for more information.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/dhewm3
$ dnf install -y dhewm3
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y dhewm3
```## Remove
```
$ dnf erase -y dhewm3
$ dnf copr remove pkgstore/dhewm3
```