====== Information ====== * Doomsday Engine * Enhanced engine for Doom, Heretic, Hexen, etc * https://dengine.net/ * https://www.freshports.org/games/doomsday/ ====== Prerequisites ====== * [[bsd:freebsd_16.0_xfce|FreeBSD 16.0 (Xfce)]] su - pkg install 'doomsday' ====== WADs ====== ===== Restore ===== mkdir -p ~/'.doomsday/runtime/wads' && mv -fv ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads' ====== Music ====== * Music requires a SoundFont ls '/usr/local/share/sounds/sf2' ===== Fluid R3 ===== * ''GM'' = General MIDI, ''GS'' = Roland (([[https://musescore.org/en/node/2305|source]]; 2024/09/09: ''FluidR3_GS.sf2'' "Roland G**S**" didn't work with ''doomsday'')) su - pkg install 'fluid-soundfont' exit SDL_SOUNDFONTS='/usr/local/share/sounds/sf2/FluidR3_GM.sf2' vblank_mode='3' doomsday ===== 2004Scape ===== * [[games:bsd:2004scape_localhost#sc55_zzdenis_soundfont|SC55_zzdenis SoundFont]] SDL_SOUNDFONTS=~/'Projects/LostCity-225-EngineTS/ext/SC55_zzdenis_v0.5.sf2' vblank_mode='3' doomsday ====== Desktop Launcher ====== ===== Doomsday Engine ===== * [[#scape|2004Scape SoundFont]] mkdir -p ~/'.local/share/applications' && ee ~/'.local/share/applications/net.dengine.Doomsday.desktop' && update-desktop-database --quiet ~/'.local/share/applications' [Desktop Entry] Name=Doomsday Engine Categories=Game; Exec='/bin/sh' -c "SDL_SOUNDFONTS=~/'Projects/LostCity-225-EngineTS/ext/SC55_zzdenis_v0.5.sf2' vblank_mode='3' doomsday" Type=Application StartupNotify=false Icon=net.dengine.Doomsday Actions=Saves;Notes; [Desktop Action Saves] Exec='/bin/sh' -c "~/'TODO.sh'" Name=Save Data Back-up [Desktop Action Notes] Exec='/bin/sh' -c "gio open 'https://wiki.realmofespionage.xyz/games:bsd:doomsday_engine'" Name=Install Notes # End xfce4-panel -r