Using VDMSound: Difference between revisions

From Sierra WikiNew
Jump to navigationJump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


<div align="center">[[#Launchpad|Launchpad]]</div>
<div align="center">[[#Launchpad|Launchpad]]</div>
<div align="center">[[SPEEDSET|SPEEDSET]]</div>
<div align="center">[[VDMS SPEEDSET|SPEEDSET]]</div>
<div align="center">[[#WaveWriter|WaveWriter]]</div>
<div align="center">[[#WaveWriter|WaveWriter]]</div>
<div align="center">[[EmuPPDAC|EmuPPDAC]]</div>
<div align="center">[[VDMS EmuPPDAC|EmuPPDAC]]</div>
<div align="center">[[SAPUCDEX|SAPUCDEX]]</div>
<div align="center">[[VDMS SAPUCDEX|SAPUCDEX]]</div>




Line 17: Line 17:
fixPOPF = 1</code></blockquote>
fixPOPF = 1</code></blockquote>


More help with using '''Launchpad''' can be found [[Launchpad|here]].
More help with using '''Launchpad''' can be found [[VDMS Launchpad|here]].


==<br /> To use WaveWriter ==
==<br /> To use WaveWriter ==
Line 23: Line 23:
In LaunchPad go to "Advanced", "Troubleshooting". Check the "Custom Configuration" box and copy/paste the following in the custom configuration text box:
In LaunchPad go to "Advanced", "Troubleshooting". Check the "Custom Configuration" box and copy/paste the following in the custom configuration text box:


<blockquote><code>[SBWavePlayer.depends]<br />
<pre>[SBWavePlayer.depends]
waveOut = WaveWriter<br />
waveOut = WaveWriter
[WaveWriter]<br />
 
CLSID = DiskWriter.WaveOut<br />
[WaveWriter]
Path = DiskWriter.dll</code></blockquote>
CLSID = DiskWriter.WaveOut
Path = DiskWriter.dll</pre>


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:
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:
Line 42: Line 43:
== See Also ==
== See Also ==


* [[Windows 3x on DOSBox Guide|Main Windows 3x Page]]
* [[DOSBox|Main DOSBox Page]]
* [[General Game Help]]
* [[General Game Help]]
* [[Game Troubleshooting]]
* [[VDMSound|Main VDMSound Page]]
* [[Emulators]]
* [[Emulators|Main Emulator Page]]
* [[Utilities]]
* [[Utilities|Main Utilities Page]]
* [[Utilities Pages]]
* [[Sierra Game Updates|Main Update Page]]
&nbsp;
&nbsp;
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:Game Troubleshooting]]
[[Category:Game Bugs and Errors]]
[[Category:Game Help]]
[[Category:Game Help]]
[[Category:Guides]]
[[Category:Guides]]
[[Category:Tutorials]]
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:Patches and Updates]]
[[Category:VDMSound Pages]]
[[Category:New Pages to be Edited]]
[[Category:New Pages to be Edited]]

Latest revision as of 20:19, 7 November 2024

Using VDMSound




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