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/09 04:05] Sean Rhonegames:bsd:doomsday_engine [2025/05/18 18:59] (current) 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 ======
Line 8: Line 11:
   * [[bsd;freebsd_14.1_xfce|FreeBSD 14.1 (Xfce)]]   * [[bsd;freebsd_14.1_xfce|FreeBSD 14.1 (Xfce)]]
  
-  pkg install doomsday+  pkg install doomsday fluid-soundfont
  
-===== Install Message =====+====== WADs ======
  
-<code> +****
-Message from doomsday-2.3.1_6:+
  
--+  mkdir -p ~/'.doomsday/runtime/wads' && mv -f -v ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads'
-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.soundPlugin' not found" +====== Audio ======
-after upgrade from 1.15, remove the file ~/.doomsday/runtime/persist.pack +
-and try to start doomsday again.</code>+
  
-====== WADs ======+  * 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' 
 + 
 +===== 2004Scape =====
  
-  mkdir -p ~/'.doomsday/runtime/wads'+  * [[games:bsd:2004scape_localhost#sc55_zzdenis_soundfont|SC55_zzdenis SoundFont]]
  
-  mv -f -v ~/'Downloads/'*'.WAD~/'.doomsday/runtime/wads'+  SDL_SOUNDFONTS=~/'Projects/LostCity-225-EngineTS/ext/SC55_zzdenis_v0.5.sf2' doomsday
  
/srv/www/wiki/data/attic/games/bsd/doomsday_engine.1725869130.txt.gz · Last modified: by Sean Rhone