QUOTE(ressurectionx @ Jul 13 2008, 04:58 AM)

Could somebody make vids of Addams Family Values, Alfred Chicken, Brandish and Brandish II for me? That's all I need before I release A and B sets.
I created 3 of those. I left out brandish 2, because it is a Japanese only game.
http://horscht.googl...m/Converted.rarEDIT: ressurectionx, it would be great if you could create a list of all the videos you have (all 702). There's even a quick way to do it.
open windows command prompt (start -> run -> cmd)
then type the following command, whereas "videodir" will be the directory the avi's reside in (F:\SNES for example, if the foldername contains spaces, put it in "")
dir "videodir" > C:\video.txt
if the videos are spread across several directories, repeat the same with all directories, but variying the output file, for example
dir "videodir1" > C:\video1.txt
dir "videodir2" > C:\video2.txt
that would help greatly to compare to our romcollection so we can create videos of the still missing games in advance.
(howto taken from here:
http://discomoose.or...-command-line/)