the table does not change any vbs files at all
I can tell you really quick, how to pinpoint your issue
in table scrip Line 343
Const cGameName="HeavyMetal",UseSolenoids=1,UseLamps=1
change to
Const cGameName="heavymtl",UseSolenoids=1,UseLamps=1
Line 639 and 640
.GameName = "heavymtl"
NVOffset (1)
change to
'commented out .GameName = "heavymtl"
'commented out NVOffset (1)
This will disable the alias
enable B2S
run table
If backglass works and you get 0 errors (besides your DOF will be 50 shades of wrong), dont save the table that way (unless all else fails)
You either have a VPM/B2S server issue
or have the vpmalias.txt file wrong?
VPMAlias.txt (mine)
ratfink,startreb
missworld,kissc
penthouse,hglbtrtb
blkou_hf,blkou_l1
christmasp,playboy
afm,afm_113b
aarfm,afm_113b
acdcprov,acd_170c
acdcpro,acd_170c
acdcbib,acd_170hc
acdcltbr,acd_170hc
acdcluci,acd_170hc
acdcprem,acd_170hc
HeavyMetal,heavymtl
If your VPMAlias is spot on then
Latest VPinMame
try to fix special forces issues from #62 · vpinball/pinmame@295cd1c (github.com)
take the file named VPinMAME-sc-3.5-123-295cd1c-win-x86
1st run setup.exe in vpinmame
click uninstall, tell it DO NOT delete config data, you just want it to unregister
then unzip new version EXCEPT
DO NOT OVERWRITE YOUR EXISTING VPMALIAS.TXT FILE!
Click setup.exe again
Click install
once that is done, go here
vpinball/b2s-backglass: B2S Backglass Server and Designer for use with Visual Pinball (github.com)
Look at latest action
Grab file named B2SBackglassServer-1.3.1.1-e53813c-Release-win-x86
Just unzip it into the tables folder
dont think you even need to rerun the b2sserverregister app
Then retry the table with OUT the changes.
It should work
the latest update to the table did not make any changes as far as the alias is concerned, outhere just helped me refine the DOF etc
as he has a dof/ssf equipped cab and i do not, and he also understands how to make a table
so he was able to test, and also understand the script, so he could suggest changes and point to exactly what he was thinking as far as the changes
so we could trade table script back and forth, which is way more efficient than me uploading 78 copies of the same table
If everything fails for you
Use the table changes i suggested
but then you will need to edit your 3 dof config files, by hand
and you will need to delete the config section for heavymtl
and you will need to rename the section for HeavyMetal to heavymtl
(which unless you happen to run other versions of the table or a mod based from it, which some people do, will be of 0 consequence)