I have a question about the music. I'm running two different sound cards and have table sounds from inside the cabinet and game sounds coming from backglass panel. Is there anyway to separate the music from playfield sounds on this? I have the same problem on some of the others and love to know of a way to do this. This table plays amazing btw!!!
The music is played as a normal sound, this means it is saved in the table like the mechanical sounds, so it plays with the same command, playsound, and I guess there is no way you can separate them just now.
I have not added any DOF commands to the table since I'm not sure what the DOF command does, but maybe if you add this at the top of the table, right after the two first lines:
Option Explicit
Randomize
On Error Resume Next
ExecuteGlobal GetTextFile("controller.vbs")
If Err Then MsgBox "You need the controller.vbs in order to run this table, available in the vp10 package"
On Error Goto 0
Then you may try to replace the playsound at line 384 (the sub that plays the songs)
PlaySound Song, -1, 0.1 'this last number is the volume, from 0 to 1
with
PlaySound SoundFX(song, 0), -1, 0.1 'this last number is the volume, from 0 to 1
Then maybe it will sound from the other soundcard. But as I said, I haven't a clue about DOF sounds and from where they are played.
In the controller.vbs it is written at the top (at line 21):
'Note that the value can be 0,1 or 2 (0 enables only digital sound, 1 only DOF and 2 both).
I'm afraid I can't be of any more help.





Top
















are all trademarks of VPFORUMS.