Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.moddb.com/mods/brutal-doom/addons/3dops-soundtrack
I have a hard time getting this to run with GZDoom. I feel dumb.
I strangenly enough have two ini files. I added Path=3DO_PS_OST.pk3 after [doom.Autoload] but it doesnt seem to load.
Dragging the File onto the GZDoom EXE works though. I want to have it auto loaded when usually starting the game though.
I also tried putting the 3DO_PS_OST.pk3 as a launch option but i doesnt seem to get this to work. What File does Steam exactly start when launching the DOS Version of the game? How to add launch options?
On a side note: I currently got the dosbox.exe replaced by the gzdoom.exe to play GZDoom through Steam (using the DOS Version Option)
Any help would be appreciated. Thanks in advance.
Agreed
https://youtu.be/NsywQFN_Kw0
adding in a wad to the remaster is easy
added this to the launch options.
-file extramusic.WAD
3DO Doom is a pretty interesting story. 'Burger' Becky Heineman did a decent job, considering what she had to work with, but her boss was an idiot with unrealistic expectations. However, said idiot boss was also part of a decent garage band.
https://doomwiki.org/wiki/3DO#Development
Can you provide a link for the wad you made? The youtube link you provided is offline.
https://www.moddb.com/games/doom/addons/doom-3do-music
extract the contents of the .pk3
Create a folder / directory called done
You will need ffmpeg https://www.ffmpeg.org/download.html
extract it to C:\FFMPEG unless you have it somewhere else and you already use it.
This bat file will take all the mp3 files next to it / the same directory and covert to .ogg
create a new text file copy this into it.
echo off
for %%f in (*.mp3) do C:\FFMPEG\bin\ffmpeg -i "%%f" -c:v libtheora -q:v 10 -c:a libvorbis "%~dp0done\%%f".ogg
put the file in with the extracted music rename from .txt to .bat run it, Convert all the files into vorbis .ogg sounds will have files in the done folder .ogg to replace those in the extracted folder,
you will need slade https://slade.mancubus.net/index.php?page=downloads
open slade create new archive choose doom wad, drag drop all the files from the extracted part and the done directory excluding the mp3's, Save wad to the rerelease folder
call it whatever you like 3d0ost.wad
under launch parameters in steam add
-file 3d0ost.wad
you can keep adding wads to this just add a space
-file 3d0ost.wad 3d0textures.wad
It's very very simple and quick audio conversion bing boom bang, sounds should start playing after you the menu selecction if the wad is crashing the game with error, Alt Tab goto steam Hit STOP then tab back to the game and hit ok, game will loop crash over and over and over telling you the wad is broken.
Thanks for the detailed answer!
I've also realized that somebody already upload it to the mod list, so it's as easy as to sort mods alphabetically and look for the '3DO OST mod'
Too bad you have to log in to Bethesda.net...