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.

LIGHTNING RETURNS: FINAL FANTASY XIII .ztr

Featured Replies

  • Author
  • Localization

makc_ar, posted Tue Oct 18, 2016 11:33 am (18156)


Image

Game: http://store.steampowered.com/app/345350

How to fix old ZTR.bt https://github.com/Albeoris/Pulse/blob/ ... tes/ZTR.bt and make tool?
Code:
typedef struct
{
    int Magic;
    int Version;
    int Count01;
    int Size;
    int Count02;
} ZtrFileHeader;

typedef struct
{
    byte Source;
    union {
        short Short;
        byte Byte[2];
    } New;
} EncodingPattert;

typedef struct
{
  byte blockNumber;
  byte replaceOffset;
  ushort blockOffset;
} TextEntry;

typedef struct
{
    uint Size;
    EncodingPattert Patterns[Size / 3];
} EncodingBlock;

BigEndian();

ZtrFileHeader header;

uint unk_table1[header.Count02];
TextEntry unk_table2[header.Count01];

EncodingBlock encodingPage01;
char firstBlock[0x23C];

EncodingBlock encodingPage02;
char secondBlock[unk_table1[1] - unk_table1[0] - encodingPage02.Size - 4];
  • Author
  • Localization

rhadamants, posted Sun Feb 07, 2021 7:47 pm (62059)


FF13LR need ZTR compression.
Did you get anything to compress ZTR?
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.