Quote:
Originally Posted by Gemma
Yes, Mochi Media games work with the highscore system. Make sure you have the crossdomain.xml, which comes with the v3arcade archive, uploaded into your site root. Also ensure that the games you are installing are Leaderboard Enabled
It does appear that Mochi Games (leaderboard enabled ones) are installing with high scores disabled as default, you can check any Mochi Games you've installed and make sure the Disable High Scores is set to No by going to AdminCP > v3 Arcade > Manage Games and clicking on any game which doesn't save scores.
To have the games automatically enable highscores when installed do the following file edit:
Open your v3arcade_admin.php and find:
Code:
$gameperms += 8; // disable scoring
Change it to:
Code:
$gameperms += 0; // disable scoring
I'm not sure which version of the arcade you're running but it appears twice in v 2.0.3 - change both if it occurs twice.
|
thanks, why was it disable on default? can't of weird. now i have to delete all the games installed and install all over. cause i don't want to go through each game and edit them. i did a one click install for 30 or so games.
there's a version 2.0.3 on this? i thought 2.0.2 is the latest? where's 2.0.3?