Quote:
Originally Posted by OldSchoolDSL
I've run into only 1 bug that is not listed anywhere (that I could find) and its an odd one.
When looking at the games score, the system is ranking them backwards.... ie.... The lower score is ranked #1 and the highest score is in last place.
Anyone know what's up or how to fix this?
|
Is that happening with every game? (IPB, v3 and Mochi ones?)
Go to your phpmyadmin and run the query..
Code:
UPDATE `v3arcade_games` SET isreverse = 0
It will set High scoring for all the games, however if there are some scores which require low scoring you will need to edit them manually.
There is also an option when managing games AdminCP > v3 Arcade > Manage Games to set the scoring to either high or low for each game.
I know some IPB games I've installed automatically set the score type to low when it shouldn't be - this is usually due to a poorly written php file by the game encoder (not setting the highscore_type correctly)