Using VDMSound: Difference between revisions
(Created page with "<div align="center" style="font-size: 22pt">Using VDMSound</div><br /> <div align="center">#Launchpad">Launchpad <div align="center"> SPEEDSET <div align="center">#WaveWriter">WaveWriter <div align="center">EmuPPDAC <div align="center">SAPUCDEX</div> ==<br /> To use Launchpad == Right-click on the DOS executable and choose "<span class="CodeStyle">Run with VDMSound"</span> Some games require an undocumented call be used...") |
No edit summary |
||
Line 1: | Line 1: | ||
<div align="center" style="font-size: 22pt">Using VDMSound</div><br /> | <div align="center" style="font-size: 22pt">Using VDMSound</div><br /> | ||
<div align="center">[[#Launchpad">Launchpad]] | <div align="center">[[#Launchpad">Launchpad]]</div> | ||
<div align="center"> [[SPEEDSET|SPEEDSET]] | <div align="center">[[SPEEDSET|SPEEDSET]]</div> | ||
<div align="center">[[#WaveWriter">WaveWriter]] | <div align="center">[[#WaveWriter">WaveWriter]]</div> | ||
<div align="center">[[EmuPPDAC|EmuPPDAC]] | <div align="center">[[EmuPPDAC|EmuPPDAC]]</div> | ||
<div align="center">[[SAPUCDEX|SAPUCDEX]]</div> | <div align="center">[[SAPUCDEX|SAPUCDEX]]</div> | ||
Revision as of 20:58, 6 November 2024
To use Launchpad
Right-click on the DOS executable and choose "Run with VDMSound"
Some games require an undocumented call be used in order to function with sound and without crashing. To do this, add the following to the "Custom Configuration" textbox:
[VDMServicesProvider.config]
fixPOPF = 1
More help with using Launchpad can be found here.
To use WaveWriter
In LaunchPad go to "Advanced", "Troubleshooting". Check the "Custom Configuration" box and copy/paste the following in the custom configuration text box:
[SBWavePlayer.depends]
waveOut = WaveWriter
[WaveWriter]
CLSID = DiskWriter.WaveOut
Path = DiskWriter.dll
This will output .wav files to your current (typically the game's) directory. If you want to specify your own directory (e.g. C:\My Music) then add the following two lines as well:
[WaveWriter.config]
Path = C:\My Music
Or just add those lines to your VDMS.INI file if you run VDMSound from command-line.
References
See Also
- Main Windows 3x Page
- Main DOSBox Page
- General Game Help
- Game Troubleshooting
- Emulators
- Utilities
- Utilities Pages
- Main Update Page