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.

010 Editor how to use? (.bt)

Featured Replies

  • Author
  • Localization

yusuf2020, posted Tue Nov 03, 2020 6:23 am (59930)


How do i use this script on this
viewtopic.php?f=7&t=7598 http://www.mediafire.com/file/w3dijtj3p ... t.rar/file
Code:
//------------------------------------------------
//--- 010 Editor v7.0.2 Binary Template
//
//      File:
//   Authors:
//   Version:
//   Purpose:
//  Category:
// File Mask:
//  ID Bytes:
//   History:
//------------------------------------------------
struct {
  char Tag[8];
  uint FileSize;
  uint HeaderSize;
  uint Unk1;
  uint AtlasOffset;
  uint PalleteCount;
  uint TableCount;
  struct {
    uint TableOffset; // 4150 Words
  } Table[TableCount];
  struct {
    uint Pallete[16];
  } Pallete[PalleteCount];
} Header;
  • Author
  • Localization

atom0s, posted Tue Nov 03, 2020 7:17 am (59932)


1. Open 010 Editor.
2. Open the desired file you want to apply the template to.
3. Click 'Templates' then 'New Template' from the main top menu.
4. In the template window, paste the above template.
5. At the end of the template file add a new line that says:
Code:
Header header;


6. In the template window, click the 'Run on File' button/dropdown and select the file you opened.

It will apply the template to the file and display the results in the template result window.
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.