DOOM + DOOM II

DOOM + DOOM II

View Stats:
Corvo_Ex Jan 20, 2023 @ 3:36am
3DO OST?
Any method to use 3DO OST on this version?
Sounds amazing.

https://www.youtube.com/watch?v=VdwmbR_LG0E&list=PLB2880E9A7DFF6C25&index=4
< >
Showing 1-12 of 12 comments
hirnmixer Feb 23, 2023 @ 7:31am 
Thanks for the link.

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.
Last edited by hirnmixer; Feb 23, 2023 @ 7:53am
Electric Cupcake Feb 23, 2023 @ 9:59am 
Use ZDL
Energyturtle85 Feb 23, 2023 @ 3:36pm 
That 3DO soundtrack rocks really hard. :praisesun:
Corvo_Ex Aug 9, 2024 @ 2:33am 
It would have been nice if they had included the 3DO OST in the remaster just released....
hirnmixer Aug 9, 2024 @ 8:45am 
Originally posted by Corvo_Ex:
It would have been nice if they had included the 3DO OST in the remaster just released....

Agreed
Moderator Abuse Aug 9, 2024 @ 9:46am 
The Kex engine supports Vorbis ogg files, so the mp3's from the 3DO_PS_OST.pk3 archive failed to load, ran it through ffmpeg converted all the music to Vorbis, Loaded up slade and created a new doom wad archive, Dumped all the new files into archive

https://youtu.be/NsywQFN_Kw0

adding in a wad to the remaster is easy
added this to the launch options.
-file extramusic.WAD
Electric Cupcake Aug 16, 2024 @ 7:40am 
Originally posted by Energy Turtle:
That 3DO soundtrack rocks really hard. :praisesun:

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
TonyHoro Aug 16, 2024 @ 7:52am 
Originally posted by Moderator Abuse:
The Kex engine supports Vorbis ogg files, so the mp3's from the 3DO_PS_OST.pk3 archive failed to load, ran it through ffmpeg converted all the music to Vorbis, Loaded up slade and created a new doom wad archive, Dumped all the new files into archive

https://youtu.be/NsywQFN_Kw0

adding in a wad to the remaster is easy
added this to the launch options.
-file extramusic.WAD


Can you provide a link for the wad you made? The youtube link you provided is offline.
Moderator Abuse Aug 16, 2024 @ 6:48pm 
Originally posted by || Horo:
Originally posted by Moderator Abuse:
The Kex engine supports Vorbis ogg files, so the mp3's from the 3DO_PS_OST.pk3 archive failed to load, ran it through ffmpeg converted all the music to Vorbis, Loaded up slade and created a new doom wad archive, Dumped all the new files into archive

https://youtu.be/NsywQFN_Kw0

adding in a wad to the remaster is easy
added this to the launch options.
-file extramusic.WAD


Can you provide a link for the wad you made? The youtube link you provided is offline.
I can tell you how to create it

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.
TonyHoro Aug 21, 2024 @ 7:53pm 
Originally posted by Moderator Abuse:
Originally posted by || Horo:


Can you provide a link for the wad you made? The youtube link you provided is offline.
I can tell you how to create it

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'
Corvo_Ex Aug 22, 2024 @ 2:39am 
Originally posted by || Horo:
Originally posted by Moderator Abuse:
I can tell you how to create it

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...
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Jan 20, 2023 @ 3:36am
Posts: 12