-
1.
>Windows
-
2.
1. Server browser, autodownloads source port and wads:
- 3.
-
4.
2. Inside doomseeker config options>configure>file paths check the folder/directory it's searching for wads and add whatever folders you want. Don't forget to press apply/okay.
-
5.
3. Unzip this (contains doom2.wad) inside one of the folders you have configured (DOOM2.WAD): https://u.pone.rs/lmhqhawo.zip
-
6.
And (You)'re all set to play.
-
7.
-
8.
>Mac OSX
- 9.
-
10.
2. Follow windows steps starting from step 2.
-
11.
-
12.
>Linux
-
13.
1. flatpak install flathub com.zandronum.Zandronum
-
14.
2. Follow windows steps starting from step 2.
-
15.
-
16.
>MIDI
-
17.
short midi soft synth guide if you don't like the sound of OPL (Check in ESC>Sound Options>MIDI Device. What and select something that isn't FMOD since that doesn't work):
- 18.
-
19.
-
20.
>Linux extras (if you aren't using the flatpak)
-
21.
>I HATE FLATPAKS!
-
22.
Get doomseeker from your distro repos or build it yourself:
- 23.
-
24.
>I'm getting a missing lib error!
-
25.
jpeg libs download:
- 26.
-
27.
Create a shell script
-
28.
#!/usr/bin/env sh
-
29.
LD_LIBRARY_PATH=/path/to/jpeg_lib /path/to/zandronum
-
30.
>I still get the error when i try to join alpha/beta servers
-
31.
Try to enter the server, doomseeker will download the correct version.
-
32.
check doomseeker menu options>zandronum>"Directory for testing releases"
-
33.
That's the path were your downloaded testing releases are. Modify the relevant shell script and add to the LD_LIBRARY_PATH line like this:
-
34.
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH:/path/to/jpeg_lib
-
35.
jpeg libs download:
- 36.
-
37.
>BUT I LIKE NIX(OS) ANON
-
38.
doomseeker is on nixpkgs. Zandronum stable is in nixpkgs but you will build from source
-
39.
Expressions for zandronum binaries (including alpha release). Add to your package overlay:
- 40.
-
41.
Update source url and hash if you need to. Copy paste and modify for more versions. If you have multiple versions on a package list, you need to use (lib.hiPrio zandronum-bin) one of the packages. When joining a testing release server, let doomseeker autodownload for you, then replace the shell script at the testing releases directory (check path in doomseeker menu options>zandronum>"Directory for testing releases") with a relative symlink to the relevant zandronum binary. Example:
-
42.
mv 3.3-alpha-r251208-0355.sh 3.3-alpha-r251208-0355.sh.bak
-
43.
ln -sr $(which zandronum-alpha-bin) /home/anon/.local/share/doomseeker/plugins/za
-
44.
ndronum/3.3-alpha-r251208-0355.sh
by Guest
by Guest
by Guest
by Guest
by Guest