VDMS EmuPPDAC: Difference between revisions

From Sierra WikiNew
Jump to navigationJump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
==<br /> Description ==
==<br /> Description ==


The Disney SoundSource / InterSoundMDO / SpeechThing / other parallel-port DAC emulator (for games such as Ween, Star Control II, Another World) has features that allow it to take advantage of the [[SPEEDSET]] utility. It is included with [[VDMSound|VDMS]] 2.10b
The Disney SoundSource / InterSoundMDO / SpeechThing / other parallel-port DAC emulator (for games such as Ween, Star Control II, Another World) has features that allow it to take advantage of the [[VDMS SPEEDSET|SPEEDSET]] utility. It is included with [[VDMSound|VDMS]] 2.10b


==<br /> Usage ==
==<br /> Usage ==
Line 46: Line 46:
# '''Using SPEEDSET + EMUPPDAC with ''Ween the Prophecy''''' - Create a WEEN.BAT file that contains the following line:<br /><blockquote class="CodeStyle">SPEEDSET -60 LOADER.EXE vga mouse lg_gb</blockquote>Now "Run with VDMS" the WEEN.BAT file. Press F4 to enter Sound Setup, then press F6 to select ''InterSound MDO''. Press ''Enter'' to start the game.<br />&nbsp;
# '''Using SPEEDSET + EMUPPDAC with ''Ween the Prophecy''''' - Create a WEEN.BAT file that contains the following line:<br /><blockquote class="CodeStyle">SPEEDSET -60 LOADER.EXE vga mouse lg_gb</blockquote>Now "Run with VDMS" the WEEN.BAT file. Press F4 to enter Sound Setup, then press F6 to select ''InterSound MDO''. Press ''Enter'' to start the game.<br />&nbsp;


'''** IMPORTANT **'''<br /> Please make sure that you have version 1.0.4.4 of EmuPPDAC.DLL installed (go to the VDMSound directory, right-click on EmuPPDAC.dll, go to "Properties", "Version", "File version"). Previous versions (1.0.4.3 and less) produce unintelligible sound. Download version 1.0.4.4 from [http://vogons.zetafleet.com/attachment.php?s=&amp;postid=267">here]], and unzip in the VDMSound directory.
'''** IMPORTANT **'''<br /> Please make sure that you have version 1.0.4.4 of EmuPPDAC.DLL installed (go to the VDMSound directory, right-click on EmuPPDAC.dll, go to "Properties", "Version", "File version"). Previous versions (1.0.4.3 and less) produce unintelligible sound. Download version 1.0.4.4 from [http://vogons.zetafleet.com/attachment.php?s=&amp;postid=267 here], and unzip in the VDMSound directory.


==<br /> References ==
==<br /> References ==
Line 62: Line 62:
[[Category:Game Help]]
[[Category:Game Help]]
[[Category:Guides]]
[[Category:Guides]]
[[Category:Tutorials]]
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:VDMSound Pages]]
[[Category:New Pages to be Edited]]
[[Category:New Pages to be Edited]]

Latest revision as of 20:45, 7 November 2024

EmuPPDAC




Description

The Disney SoundSource / InterSoundMDO / SpeechThing / other parallel-port DAC emulator (for games such as Ween, Star Control II, Another World) has features that allow it to take advantage of the SPEEDSET utility. It is included with VDMS 2.10b


Usage

To use EMUPPDAC with LaunchPad simply go to "Properties", "Advanced", "Troubleshooting". Tick the "Custom configuration" check-box, and past the following text in the "Custom configuration" text area:

[ParallelPort DAC Controller]
CLSID   = EmuPPDAC.PPDACCtl
Path    = EmuPPDAC.dll

[ParallelPort DAC Controller.depends]
VDMSrv  = VDMServicesProvider
WaveOut = ParallelPort DAC Wave Player

[ParallelPort DAC Controller.config]
port       = 0x3bc ; usually 0x278, 0x378 or 0x3bc
sampleRate = 44100 ; sample rate at which to output
                   ; sound, 44100 = max (highest
                   ; quality but highest CPU% too),
                   ; 8000 = min

[ParallelPort DAC Wave Player]
CLSID   = DSoundDevice.WaveOut  ; you can also use
                                ; 'WaveDevice.WaveOut'
Path    = DSoundDevice.dll      ; you can also use
                                ; 'WaveDevice.dll'

[ParallelPort DAC Wave Player.config]
device  = -1    ; -1 = the Wave/DirectSound mapper,
                ; 0 = first device, 1 = second, etc.
buffer  = 75    ; how many milliseconds of audio
                ; data to buffer


Using EMUPPDAC without LaunchPad

To use EMUPPDAC without LaunchPad (i.e. via "plain" "Run with VDMS"), edit VDMS.INI (in your VDMS folder) and paste the above code at the end of the file, then save. Note: The above may already be in your VDMS.INI file and is just commented out. Also it is EXTREMELY IMPORTANT that VDMSound be in a directory that has no spaces or "special" characters if you use EmuPPDAC.

  1. Using SPEEDSET + EMUPPDAC with Star Control II - Create a STARCON2.BAT file that contains the following line:

    SPEEDSET -60 STARCON2.COM /s:LPT1

    Now "Run with VDMS" the STARCON2.BAT file.
     
  2. Using SPEEDSET + EMUPPDAC with Another World - Use the game's CONFIG.EXE program to configure sound as follows:
     
    Disney Sound Source card at 10 kHz ( fast machine )
     
    Create an ANOTHER.BAT file that contains the following line:

    SPEEDSET -60 ANOTHER.EXE

    Now "Run with VDMS" the ANOTHER.BAT file.
     
    IMPORTANT: Configure ANOTHER.BAT's LaunchPad Properties as follows: disable EMS (under "Advanced", "Compatibility"), do not load HIMEM.SYS and do not allow DOS to use UMBs (under "Advanced", "DOS Environment"). Failure to do so will result in no sound (memory issues).
     
  3. Using SPEEDSET + EMUPPDAC with Ween the Prophecy - Create a WEEN.BAT file that contains the following line:

    SPEEDSET -60 LOADER.EXE vga mouse lg_gb

    Now "Run with VDMS" the WEEN.BAT file. Press F4 to enter Sound Setup, then press F6 to select InterSound MDO. Press Enter to start the game.
     

** IMPORTANT **
Please make sure that you have version 1.0.4.4 of EmuPPDAC.DLL installed (go to the VDMSound directory, right-click on EmuPPDAC.dll, go to "Properties", "Version", "File version"). Previous versions (1.0.4.3 and less) produce unintelligible sound. Download version 1.0.4.4 from here, and unzip in the VDMSound directory.


References


See Also