User Tools

Site Tools


games:bsd:doomsday_engine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:bsd:doomsday_engine [2024/09/10 17:11] – [Audio] Sean Rhonegames:bsd:doomsday_engine [2026/06/28 13:03] (current) – [Fluid R3] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Doomsday Engine ((https://dengine.net/))+  * Doomsday Engine
   * Enhanced engine for Doom, Heretic, Hexen, etc   * Enhanced engine for Doom, Heretic, Hexen, etc
 +
 +  * https://dengine.net/
 +  * https://www.freshports.org/games/doomsday/
  
 ====== Prerequisites ====== ====== Prerequisites ======
  
-  * [[bsd;freebsd_14.1_xfce|FreeBSD 14.(Xfce)]]+  * [[bsd:freebsd_16.0_xfce|FreeBSD 16.(Xfce)]]
  
-  pkg install doomsday fluid-soundfont+  su -
  
-===== Install Message =====+  pkg install 'doomsday'
  
-<code> +====== WADs ======
-Message from doomsday-2.3.1_6:+
  
--- +===== Restore =====
-If you use an Intel graphics adapter and experience missing or +
-corrupted textures during gameplay, try launching doomsday with the +
-"-notexcomp" option.+
  
-If you get the error message "Variable 'audio.soundPluginnot found" +  mkdir -p ~/'.doomsday/runtime/wads' && mv -fv ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads'
-after upgrade from 1.15, remove the file ~/.doomsday/runtime/persist.pack +
-and try to start doomsday again.</code>+
  
-  * 2024/09/09: Neither message was an issue (Intel UHD 630 ''drm/kmod'')+====== Music ======
  
-====== WADs ======+  * Music requires a SoundFont
  
-  mkdir -p ~/'.doomsday/runtime/wads'+  ls '/usr/local/share/sounds/sf2'
  
-  mv -f -v ~/'Downloads/'*'.WAD' ~/'.doomsday/runtime/wads'+===== Fluid R3 =====
  
-====== Audio ======+  * ''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''))
  
-  * Requires ''fluid-soundfont'' for music and manually setting in-game SFX and Music outputs to ''SDL_mixer'' +  su -
-  * ''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'')) +
-  * 2024/09/10: ''SDL_SOUNDFONTS'' env is already done with [[bsd;freebsd_14.1_xfce#sdl|SDL profile.d Tweaks]]+
  
-  SDL_SOUNDFONTS='/usr/local/share/sounds/sf2/FluidR3_GM.sf2doomsday+  pkg install 'fluid-soundfont'
  
-  pkg info -l 'fluid-soundfont'+  exit
  
-  ls '/usr/local/share/sounds/sf2'+  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' 
 + 
 +<code> 
 +[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</code> 
 + 
 +  xfce4-panel -r
  
/usr/local/www/wiki/data/attic/games/bsd/doomsday_engine.1726002716.txt.gz · Last modified: by Sean Rhone