Anyone managed to rotate Batman - DE - LH FS - V01 DMD's by script ?
Here is the script:
.GameName = cGameName
.SplashInfoLine = "Batman, Data East 1991" & vbNewLine & "VPM table and script by Lord Hiryu"
.HandleMechanics = 0
.HandleKeyboard = 0
.ShowDMDOnly = 1
.ShowFrame = 0
.ShowTitle = 0
.Hidden = 0
'DMD position and size 1400x1050
'.Games(cGameName).Settings.Value("dmd_pos_x") = 500
'.Games(cGameName).Settings.Value("dmd_pos_y") = 2
'.Games(cGameName).Settings.Value("dmd_width") = 400
'.Games(cGameName).Settings.Value("dmd_height") = 92
'.Games(cGameName).Settings.Value("rol") = 0
If Err Then MsgBox Err.Description
End With
As you can see the line is already there, is correct, and is commented. I uncommented it and have put the value at 1 but no change (of course I compile, save, and reload table).
I have even tried with ror, with both, and even any combination of 0 and 1 values. But no, nothing never changes
I have Batman DE LH as follows:
'DMD position and size 1400x1050
.Games(cGameName).Settings.Value("dmd_pos_x") = 1580
.Games(cGameName).Settings.Value("dmd_pos_y") = 265
.Games(cGameName).Settings.Value("dmd_width") = 101
.Games(cGameName).Settings.Value("dmd_height") = 518
.Games(cGameName).Settings.Value("rol") = 1
If Err Then MsgBox Err.Description
End With
Which you've already tried the "rol" setting. Have you tried to also change it with regedit to rol = 1 and ror = 0



Top

Contributor
















are all trademarks of VPFORUMS.