Home Artists Posts Import Register

Downloads

Content

Thank you all for your contributions to the Beta 9 prerelease progress. Bugs have been stomped, features are still being added, and the biggest feature of all, the online stat database, is now under (early) construction. As part of these processes I've been referencing prerelease scoresheets, and am attaching the 138 scoresheets we've collected so far if you want to check out other runs, or see where you stand compared to other prerelease players since we don't have any leaderboards for this kind of thing ;)

At its lowest level the new online system will be run via Protobufs, and so far I've built and integrated the necessary library and got much of a .proto format in place. Still have to finish that, and then move on to actually uploading the data and getting the online parts working. It's going to take a while, but this and doing a bit of an overhaul of difficulty mode selection (and some new related features) are the two main projects left before actually releasing Beta 9.

Comments

JuliaScythe

Would you consider releasing the .proto file and writing the raw buffer to a file? As I understand it, this would make creating tools that read the scoresheets a lot easier because we would be able to use the same generated classes to read the file data.

Kyzrati

The end result will be accessible to third-party scripts, yes. That's beyond the current state though, so I don't have any details to share yet.