Quote:
Originally Posted by Sai01
does the games installed from mochimedia not work with V3 Arcade Highscore settings? It doesnt record my users highschool like the sample games that comes with it...? is it suppose to be like this or where can i set it?
|
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.