New DB format
Results 1 to 3 of 3

Thread: New DB format

  1. #1
    Member
    Join Date
    Nov 2012
    Posts
    47

    Default New DB format

    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!

  2. #2
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    The example is at the bottom of this page NoteCaddy note creation information - Assaultware Wiki
    But it is still from the old format. I will update it to the new format some time this week
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

  3. #3
    Member
    Join Date
    Nov 2012
    Posts
    47

    Default

    I would appreciate that. I've got enough of it worked out for my purposes though. This bit had me stumped!
    Code:
    tableType = token[7] & 0x7;
    gameType = (token[7] >> 3) & 0x3;
    gameSize = (token[7] >> 5) & 0x7;

Similar Threads

  1. Had to format hdd
    By gunner109 in forum General Support
    Replies: 1
    Last Post: 07-12-2012, 08:31 PM
  2. PC Format
    By deluxesamy in forum Manager General
    Replies: 1
    Last Post: 09-10-2009, 02:50 AM
  3. PC Format
    By Jako69 in forum Manager General
    Replies: 3
    Last Post: 06-10-2009, 12:26 AM
  4. i need to format the pc
    By juanma1331 in forum Manager General
    Replies: 1
    Last Post: 05-02-2009, 09:56 AM
  5. Key format different than HM software key format
    By Kevin86 in forum Manager General
    Replies: 1
    Last Post: 02-02-2009, 12:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •