====== Information ====== * Doomsday Engine * Enhanced engine for Doom, Heretic, Hexen, etc * https://dengine.net/ * https://www.freshports.org/games/doomsday/ ====== Prerequisites ====== * [[bsd;freebsd_14.1_xfce|FreeBSD 14.1 (Xfce)]] pkg install doomsday fluid-soundfont ====== WADs ====== mkdir -p ~/'.doomsday/runtime/wads' mv -f -v ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads' ====== Audio ====== * Requires ''fluid-soundfont'' for music and manually setting in-game SFX and Music outputs to ''SDL_mixer'' * ''GM'' = General MIDI, ''GS'' = Roland GS (([[https://musescore.org/en/node/2305|source]]; 2024/09/09: ''FluidR3_GS.sf2'' "Roland __GS__" didn't work with ''doomsday'')) SDL_SOUNDFONTS='/usr/local/share/sounds/sf2/FluidR3_GM.sf2' doomsday pkg info -l 'fluid-soundfont' ls '/usr/local/share/sounds/sf2'