Search engines will reindex, true enough - but you'll lose any other links to your site. You should try to recover as much as possible.
Anyway, as far as I can see your URL structure is pretty standard, being forumname/id-threadtitle.html.
Try this for a rewrite:
Code:
RewriteEngine on
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.scalemotorcars.com/forum/showthread.php?t=$1 [L,R=301]