I just found a bug in the "Hits 2" table. Specifically with "Tie Your Mother Down" song track.
It was just an error on my part and fortunately its a pretty simple fix.
I've incorrectly entered the song file info for that song. There are only 8 files to that song and the scripting says there is something like 11 (I think)
To fix it you would just need to go to the music section in the Script. It's line 600-something. Easiest way is just to open the Script and go to Edit>Find Next and type "Tie Your Mother Down" and enter and it should take you to where the code is listed.
Then replace the code with:
' Silk Spectre 2 - TIE YOUR MOTHER
anSongPreviewTrack(10) = 2
aanMusicDuration(10, 0) = 25000 : aanMusicDuration(10, 1) = 25000 : aanMusicDuration(10, 2) = 25000
aanMusicDuration(10, 3) = 25000 : aanMusicDuration(10, 4) = 25000 : aanMusicDuration(10, 5) = 25000
aanMusicDuration(10, 6) = 25000 : aanMusicDuration(10, 7) = 19000
Or you could delete off everything from the (10,7)= and then replace the number 25000 with 19000
Anyone that currently tries to cue up Tie Your Mother Down will get a popup error.
I've made the fix and anyone that requests the tables from here on out will get the latest version 1.3 So this is just for everyone that got the tables before this date.
Edited by wpilot, 29 June 2020 - 01:20 AM.