PDA

View Full Version : New DB format



zamb3zi
08-12-2014, 05:37 AM
Hello,
Can you give me some info on the new database format? There used to be a sample in java for parsing notecaddy_data lines. Would be great to have an update of that, or some other description. I get that the definition GUIDs have been moved into notecaddy_definitions to save space, but has the rest of the notecaddy_data format changed?
I need this as I've made my own HUD and PokerStars notes colorer which need direct DB access.
Thanks!

sreticentv
08-12-2014, 07:51 AM
The example is at the bottom of this page NoteCaddy note creation information - Assaultware Wiki (http://wiki.assaultware.com/NoteCaddy-note-creation-information.ashx)
But it is still from the old format. I will update it to the new format some time this week

zamb3zi
08-13-2014, 03:57 AM
I would appreciate that. I've got enough of it worked out for my purposes though. This bit had me stumped!

tableType = token[7] & 0x7;
gameType = (token[7] >> 3) & 0x3;
gameSize = (token[7] >> 5) & 0x7;