The bring back the arcade option in your admincp find:
if (can_administer('canadminstyles'))
above this add:
construct_nav_option("General Settings", 'arcadeadmin.php?do=general', '<br />');
construct_nav_option("Game Settings", 'arcadeadmin.php?do=games', '<br />');
construct_nav_option("Score Settings", 'arcadeadmin.php?do=scores', '<br />');
construct_nav_option("Challenges", 'arcadeadmin.php?do=challenges', '<br />');
construct_nav_group("Arcade", '<hr />');
and to change the image dir open includes/functions.php find:
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
and change it to your desired directory.
//edit: Hmm... I could've told you that on vb.com...