Help me pls TOOnline [Talisman online .dat csv]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Help me pls TOOnline [Talisman online .dat csv]

Post by aluigi »

Example (note that the provided effect.csv and effect.dat are NOT the same, but at least it's a starting point):
csv:

Code: Select all

10235,加快回血(仅战斗中可用)小霸王龙,10235,1,,,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,1,1,,,,,,,,AddHpReg(EffParam1),,,,10*24*3600*1000,1,,,,,,,,,,,,,,,,,ic_pet063,,1,0,

dat (offset 0x70319):

Code: Select all

                             fb 27 00 00 00 00 00   ..........'.....
  00 fb 27 01 00 00 00 00 80 80 80 80 80 80 80 80   ..'.............
  80 80 80 80 80 80 80 01 01 00 00 00 00 01 00 01   ................
  00 00 01 17 03 00 98 7f 33 00 00 00 00 00 00 00   ........3.......
  00 00 00 00 00 00 00 00 80 80 81 01 18 06 88 41   ...............A
  64 64 48 70 52 65 67 00 1a 19 06 89 45 66 66 50   ddHpReg.....EffP
  61 72 61 6d 31 00 00 00 80 80 80 80 80 80 80 80   aram1...........
  80 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00   ................
  00 04 00 00 00 72 6f 6f 74 00 00 00 00 00 00 00   .....root.......
  00 00 00 00 00 04 00 00 00 72 6f 6f 74 00 00 00   .........root...
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 04 00 00 00 72 6f 6f 74 00 00 00 00 00 00 00   .....root.......
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00 00 00 00 00 00 00 04 00 00 00 72 6f 6f   .............roo
  74 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   t...............
  00 00 00 00 80 3f 00 00 00 00 00 00 00 00 01 00   .....?..........
  00 00 00 09 00 00 00 69 63 5f 70 65 74 30 36 33   .......ic_pet063
  01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
  00 00 00                                          ...


For example 10*24*3600*1000 is 0x337f9800 which is there, 10235 is there too (twice), the strings are there too and so on.
dbrito
Posts: 27
Joined: Tue Jul 05, 2016 4:10 pm

Re: Help me pls TOOnline [Talisman online .dat csv]

Post by dbrito »

I believe that it is a key header input files. which stores data inside them with the same information as the .csv files. but until now I have not had success in decodificalos :(