Well, today I did a nice hish score, but it didn't get uploaded to the world chart because of an ADSL problem, so I wrote a small script that takes the high scores from the song.ini file and uploads them to the world chart. If you need it too, here it is the link:
http://www.mediafire.com/?2edzqxpmctj
The usage is very simple, here it is an example:
Code: Select all
uploadScores.exe "d:\fretsonfire\data\songs\Motorhead - Aces of Spades" http://fretsonfire.sourceforge.net/play
It should work recursively too (processing all the songs contained in the given folder) but I haven't tested this feature.
If you use it, remember that it's a small hack written very quickly and without knowing python

Credits: the script is heavily based on the original uploadScores by Sneftrup (thanks!) and you can find it on sourceforge. I simply compiled it (not everyone has python installed) and made few changes in order to
-be able to upload a single song and not all the songs in a given folder
-avoid an annoying problem when two songs with the same hash but different names are in the world chart database (because of this, I now have two "ace of spades" in my chart :/ )