Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - zeeg

#1
The current version of the ALLin1 launcher no longer has the problem listed in this thread.


StarCrack AI 7.01 was also released today.


If you have further questions I recommend directing them at the official forums as TurdBurgler (and his crew) seem to be quite busy lately, and it's easier for them to respond in a more organized fashion.
#2
@Hell-Horseman, what problem are you having on Nibbits?
#3
Guys I just wanted to let you guys know it will be easier for TurdBurgler to respond to your requests, and read your feedback, if you separate it out into the appropriate discussion topics on the new forums.


The new forums don't require registration, but we do recommend it, and you can get to them by visiting this link:


http://sc2.nibbits.com/forums/19/starcrack-ai
#4
Also if you have suggestions for the site (galaxyvalidator.com) you can direct them at me on here (though I'm likely to miss it), via email (dcramer@gmail), or in this thread: http://sc2.nibbits.com/forums/15/view/435/galaxy-syntax-validator
#5
Forums issues at Nibbits are fixed -- was a quick hotfix I was pushing live for something :)
#6
Here's Nibbits initial parser (incomplete).


It's failing on the List(Boolean) chunk at the moment, but the structure is accurate.


http://github.com/dcramer/nibbits-shared/blob/master/sc2/parsers/replays.py
#7
I will be posted up the info on Sourcepeek.com as soon as I get time.

We've got a semi working parser on Nibbits.com, but it appears that the file requires you to read it by bit (rather than byte) so its sort of complex.


Right now, we are able to read (by bytes) most of the file, until right after the "Needed Modules", which are the 40 byte blobs which contain "s2ma", the realm id, and the file hash. There's a chunk in here which requires a bit stream, but then its fine again once you hit the map title. We ended up reverse-seeking as a quick solution on Nibbits.


Newbiz let me know when you get that up, hit me up here, or on irc (dcramer[nibbits] on Rizon).