|
> Ok, Make your change for the flippers in Visual Pinball and then edit S11.VBS > and WPC.VBS and change these lines: > > The original lines in S11.VBS: > Private Const keyInsertCoin1 = 4 '(3) Specify Keycode for Inserting a Coin > Private Const keyInsertCoin2 = 5 '(4) Specify Keycode for Inserting a Coin > > To the following in S11.VBS: > Private Const keyInsertCoin1 = 46 '(C) Specify Keycode for Inserting a Coin > Private Const keyInsertCoin2 = 47 '(V) Specify Keycode for Inserting a Coin > > The original lines in WPC.VBS: > Private Const keyInsertCoin1 = 4 '(3) Inserting a Coin > Private Const keyInsertCoin2 = 5 '(4) Inserting a Coin > > To the following in WPC.VBS: > Private Const keyInsertCoin1 = 46 '(C) Inserting a Coin > Private Const keyInsertCoin2 = 47 '(V) Inserting a Coin > > This will allow you to use 'C' and 'V' as you coin ups and '3' and '4' for your > flippers. > > I hope this helps... I will work on a better WPC and S11 setup for the HotRodSe > when I get home. These changes were based on the latest releases of WPC and S11. > > > TurboSnail2k > WIP '77 Gottlieb SS Cleopatra
Thanks very much for the info.
|