Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-gzdoom
https://github.com/pkgstore-old/linux-rpm-gzdoom
doom gzdoom 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-gzdoom
- Owner: pkgstore-old
- License: gpl-3.0
- Created: 2021-06-17T21:30:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T10:16:29.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.813Z (10 months ago)
- Topics: doom, gzdoom, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 39.4 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
# GZDoom
**ZDoom** is a family of enhanced ports (modifications) of the Doom engine for
running on modern operating systems. It runs on Windows, Linux, and OS X, and
adds new features not found in the games as originally published by id Software.ZDoom features the following that is not found in the original Doom:
- Runs on all modern versions of Windows, Mac, and Linux distributions.
- Can play all Doom engine games, including Ultimate Doom, Doom II, Heretic, Hexen, Strife, and more.
- Supports all editing features of Hexen.
- Supports most of the Boom editing features.
- Supports new features such as colored lighting, 3D floors, and much more.
- All Doom limits are gone.
- Several softsynths for MUS and MIDI playback, including OPL softsynth for an authentitc "oldschool" flavor.
- High resolutions.
- Quake-style console and key bindings.
- Crosshairs.
- Free look.
- Jumping, crouching, swimming, and flying.
- Up to 8 player network games using UDP/IP, including team-based gameplay.
- Support for the Bloodbath announcer from the classic Monolith game Blood.
- Walk over/under monsters and other things.GZDoom provides an OpenGL renderer and HQnX rescaling.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/gzdoom
$ dnf install -y gzdoom
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y gzdoom
```## Remove
```
$ dnf erase -y gzdoom
$ dnf copr remove pkgstore/gzdoom
```## Syntax
### Load WAD
```
$ gzdoom -iwad 'DOOM.WAD'
$ gzdoom -iwad 'DOOM.WAD' -file 'SIGIL.wad'
```