I believe Kura has a few personal problems at the moment, so it could be quite a wait..
For now, if anyone wants to add the Arcade AdminCP options to the Hack Menu, they can do this:
In
admincp/index.php, find the
2nd instance of:
Add below:
Code:
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 />');
All done