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 [2026/04/22 02:18] – [2004Scape] Sean Rhonegames:bsd:doomsday_engine [2026/06/28 13:03] (current) – [Fluid R3] Sean Rhone
Line 9: Line 9:
 ====== Prerequisites ====== ====== Prerequisites ======
  
-  * [[bsd;freebsd_15.1_xfce|FreeBSD 15.(Xfce)]]+  * [[bsd:freebsd_16.0_xfce|FreeBSD 16.(Xfce)]]
  
   su -   su -
  
-  pkg install doomsday fluid-soundfont +  pkg install 'doomsday'
- +
-  exit+
  
 ====== WADs ====== ====== WADs ======
  
-****+===== Restore =====
  
-  mkdir -p ~/'.doomsday/runtime/wads' && mv -f -v ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads'+  mkdir -p ~/'.doomsday/runtime/wads' && mv -fv ~/'Downloads/wads/'*'.WAD' ~/'.doomsday/runtime/wads'
  
-====== Audio ======+====== Music ======
  
-  * Requires ''fluid-soundfont'' for music and manually setting in-game SFX and Music outputs to ''SDL_mixer'' +  * Music requires a SoundFont
-  * ''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+  ls '/usr/local/share/sounds/sf2'
  
-  pkg info -l 'fluid-soundfont'+===== Fluid R3 =====
  
-  ls '/usr/local/share/sounds/sf2'+  * ''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='3doomsday
  
 ===== 2004Scape ===== ===== 2004Scape =====
Line 39: Line 44:
  
   SDL_SOUNDFONTS=~/'Projects/LostCity-225-EngineTS/ext/SC55_zzdenis_v0.5.sf2' vblank_mode='3' doomsday   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.1776838685.txt.gz · Last modified: by Sean Rhone