Tip:
To get it to show on left hand panel in admincp, edit admincp/index.php
Find:
PHP Code:
construct_nav_option("Challenges", 'arcadeadmin.php?do=challenges', '<br />');
Add Below:
PHP Code:
construct_nav_option("Arcade Pass Settings", 'options.php?dogroup=arcadepass&do=options', '<br />');
After doing this, upload admincp/index.php
It should now be accesible from left hand menu under Arcade.
'Course, you could create a separate group for it, too...