Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Angry Birds Series (*.DAT)

Featured Replies

  • Author
  • Localization

Ekey, posted Sat Sep 13, 2014 5:05 pm (483)


Info about localization format. It maybe useful for someone :)

Code:
struct DATHeader
{
    DWORD   dwID; //KA3D
    DWORD   dwDataSize; // dwSize - 8
};

struct SUBHeader
{
    DWORD   dwID; //TEXT
    DWORD   dwDataSize; // dwSize - 16
    SHORT   sVersion; // 1
};

struct LANGHeader
{
    DWORD   dwID; //LDAT
    DWORD   dwHeaderSize;
    SHORT   sLangsCount;
};

for(int i = 0; i {
  struct LANGEntry
  {
      SHORT   sLangNameLength;
      BYTE    pLangName[LANGEntry.sLangNameLength]
  };
}

struct LBLHeader
{
    DWORD   dwID; //LIDS
    DWORD   dwLabelsDataSize; // -2
    SHORT   sLabelsCount;
};

struct LBLGEntry
{
    SHORT   sLabelNameLength;
    BYTE    pLabelName[LBLGEntry.sLabelNameLength]
};

for(int i = 0; i {
  struct STRHeader
  {
      DWORD   dwID; //TXGP
      DWORD   dwStringsDataSize;
  };

  struct STRGEntry
  {
      SHORT   sStringDataLength;
      BYTE    pString[STRGEntry.sStringDataLength]
  };
}
  • Author
  • Localization

LolHacksRule, posted Sun Sep 15, 2019 7:06 pm (50743)


Can someone make a tool for these files? There were some existing but the links to them are dead...
  • Author
  • Localization

LolHacksRule, posted Mon Dec 02, 2019 5:29 pm (52362)


Bump plz?
  • Author
  • Localization

Delutto, posted Wed Dec 04, 2019 3:24 am (52382)


No samples = no tool.
  • Author
  • Localization

LolHacksRule, posted Thu Dec 05, 2019 5:16 pm (52400)


Here's the localization and font files from ABClassic v8.0.1. They are a little different from each other. KA3D src (bin is on SourceForge): https://github.com/pent0/ka3d/
  • Author
  • Localization

LolHacksRule, posted Fri Feb 14, 2020 4:13 am (53995)


Bump?
  • Author
  • Localization

LolHacksRule, posted Sat Apr 25, 2020 4:36 pm (56276)


Bump again?
  • Author
  • Localization

LolHacksRule, posted Sun Apr 26, 2020 3:19 pm (56297)


THANK YOU SO MUCH! I WAS LOOKING FOR THAT TOOL! THANK YOU SO MUCH FOR THE ARCHIVAL!
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.