Zero Escape: Zero Time Dilemma .bin

How to translate the files of a game
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Zero Escape: Zero Time Dilemma .bin

Post by makc_ar »

Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Zero Escape: Zero Time Dilemma .bin

Post by Ekey »

Code: Select all

struct BinEntry
{
   uint32_t   dwTextID;
   uint32_t   dwStringLength;
   uint8_t    m_Text[dwStringLength];
};


Read until end of file.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Zero Escape: Zero Time Dilemma .bin

Post by makc_ar »

@Ekey
Thanks a lot!
swuforce
Posts: 233
Joined: Thu Oct 16, 2014 4:39 pm

Re: Zero Escape: Zero Time Dilemma .bin

Post by swuforce »

Try this tool.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Zero Escape: Zero Time Dilemma .bin

Post by makc_ar »

Thanks a lot swuforce!