Guardians of Ember .db

How to translate the files of a game
Zolodei
Posts: 36
Joined: Sat Sep 16, 2017 6:34 pm

Re: Guardians of Ember .db

Post by Zolodei »

Code: Select all

(0x0) File Structure .db(test for string.db)
0x0 4 FileSize
0x4 4 0x01000000
0x8 8 unknown
0x10 4 0x00000000
0x14 8 size data01

(0x1С) Structure data01
0x0 8 ID ?
0x8 4 0x02000000
0xC 4 0x97732600
0x10 48 zeros
0x40 64 text with date and time
0x80 4 0x98630000
0x84 4 number data02
0x8C 8 size all data02

(0x90) Structure data02
0x0 4 Text ID (probably)
0x4 2 0x0100
0x6 2 the size of the text data
0x8 8 offset to text01

Structure text01
0x0 2 the size of the text (probably variables)
0x2 2 text size (text)
0x4 ? textAscii
0x? ? textUnicode
0x? 8 ID ? (Similar to data01)
swuforce
Posts: 233
Joined: Thu Oct 16, 2014 4:39 pm

Re: Guardians of Ember .db

Post by swuforce »

Try the tool from my sources.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Guardians of Ember .db

Post by makc_ar »

Thanks a lot swuforce!