Since I recently updated the engines list on the wiki, I was kind of curious if there was anything missing. I figured the best way to do this would be to scrape all the engine detection files to see what the various entries are.<div>
<br></div><div>I wanted to do this as a bash script, but i was having a bit of difficulty with iterating through a find collection, so I wrote it as a ruby/bash hybrid.</div><div><br></div><div>Figured I'd post it here in case anyone has any use for it ;)<br>
<div><br></div><div>source: <a href="http://pastebin.com/HQSHcnU7">http://pastebin.com/HQSHcnU7</a></div><div>output: <a href="http://pastebin.com/MSvhcH24">http://pastebin.com/MSvhcH24</a></div></div><div><br></div><div>
Note that the script doesn't pick up sword1 or sword2 as those two engines use slightly different detection methods (for storing the game descriptor info). This could be easily hardcoded, but I don't think it's necessary for what I was trying to do ;)</div>
<div><br></div><div>Cheers,</div><div><br></div><div>Alex</div>