Hello-
A little background first. I have recently updated to Mame .103 and compiled it using Alan2k's SSF mods. I love being able to skip through all the startup frames. I know they are working on a "good list" so that the number of frames skipped is exact, but for me, Silver's list is good enough for now. So I have thousands of INI files that setup the resolution for my games (as I use the AVGA and D9200 monitor) and wanted a quick way to get Silver's SSF numbers into those INI files. So I wrote a quick VBS file to parse through Silver's list and then check my INI directory to see if I have that game (ie, I have an INI for EVERY mame rom I have). If the INI exists, I simply append the line "ssf X" where X = the numeric value of SSF from Silver's list for that game. It takes about 5 or 6 minutes to run, but when its done, I have all my INIs setup with an SSF value. Now I simply run the game and the SSF value is already in there! Anyway, it worked great for me, so I thought I would share. Here is what you need to get it working.
- A compiled version of mame with Alan2k's SSF option
- A directory of ini files in (c:\mame\ini)
- A file named SSF.TXT (in c:\mame\ini directory) with all of the games you have and a value for SSF
- My VBS file (also in c:\mame\ini directory), be sure to rename the extenstion to .VBS instead of .VBS.TXT
Once you have this all setup, simple double-click on the VBS file to set it off. When it is finished it will report back how many INI files it changed, and how many id couldn't find. If the game isn't in the SSF.txt listIf your directory structure isn't the same as mine, feel free to open the VBS file (in notepad) and alter it as needed.