Migrated notes from mdnotes

This commit is contained in:
2023-04-26 09:27:33 -04:00
parent d47301e3c5
commit 5aba5188d7
16 changed files with 1044 additions and 0 deletions

29
Zandronum.md Normal file
View File

@@ -0,0 +1,29 @@
# Zandronum
## Summary
Zandronum brings classic Doom into the 21st century, maintaining the essence of what has made Doom great for so many years and, at the same time, adding new features to modernize it, creating a fresh, fun new experience.
## Install
```bash
wget -O - http://debian.drdteam.org/drdteam.gpg | sudo apt-key add -
sudo add-apt-repository 'deb http://debian.drdteam.org/ stable multiverse'
sudo apt update
sudo apt install zandronum doomseeker-zandronum libcanberra-gtk-module
zandronum
vim ~/.config/zandronum/zandronum.ini
```
## No Sound Fix
[Zandronum 3.0.1 core dumps on Arch Linux - Zandronum](https://zandronum.com/forum/viewtopic.php?t=9885)
> [Re: Zandronum 3.0.1 core dumps on Arch Linux](https://zandronum.com/forum/viewtopic.php?t=9885#p115551) Sun Mar 22, 2020 10:38 pm Temporary workaround is to start with -nosound, go to sound options, and change your output type to SDL. Then restart normally.
> It's a bug in FMOD that seems to happen with newer versions of distros. It's fixed by using a newer FMOD Ex, but the above is a good workaround in the meantime.
## Links
- [Welcome to Zandronum](https://zandronum.com/)
- [Install Zandronum on Ubuntu](https://wiki.zandronum.com/Install_Zandronum_on_Ubuntu)