Help me pls TOOnline [Talisman online .dat csv]
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Help me pls TOOnline [Talisman online .dat csv]
I have this file with this type of code if I'm not mistaken!
Would a turorial or help for me decipher this file and leave it normal readable?
Would a turorial or help for me decipher this file and leave it normal readable?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help me pls TOOnline
What game is "toonline"?
They don't seem archives, there is a string at the beginning starting with "GameResTable"
They don't seem archives, there is a string at the beginning starting with "GameResTable"
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
But how can they be readable?
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
aluigi wrote:What game is "toonline"?
They don't seem archives, there is a string at the beginning starting with "GameResTable"
??
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help me pls TOOnline
Please stop bumping.
You have not answered my first question yet: what's the full name of this game?
You have not answered my first question yet: what's the full name of this game?
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
aluigi wrote:Please stop bumping.
You have not answered my first question yet: what's the full name of this game?
name full talisman online
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
aluigi wrote:Please stop bumping.
You have not answered my first question yet: what's the full name of this game?
I have these files that can help.
There are two that are the same!
Effect.csv and Effect.dat
it may be that with them you can help me decipher what kind of encryption it uses!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help me pls TOOnline
There is nothing encrypted or archived.
It's a resource format which means that extracting something intelligible is very difficult.
You may have better luck using just a hex editor.
It's a resource format which means that extracting something intelligible is very difficult.
You may have better luck using just a hex editor.
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
aluigi wrote:There is nothing encrypted or archived.
It's a resource format which means that extracting something intelligible is very difficult.
You may have better luck using just a hex editor.
Could you tell me where I begin? I am months in these files and I can not do anything! Please.
-
- Posts: 27
- Joined: Tue Jul 05, 2016 4:10 pm
Re: Help me pls TOOnline
aluigi wrote:There is nothing encrypted or archived.
It's a resource format which means that extracting something intelligible is very difficult.
You may have better luck using just a hex editor.
?????
-
- Posts: 1
- Joined: Wed Oct 24, 2018 10:20 pm
XOR encryption on csv file
Hello,
I have successfully unpacked the .evp compressed file format from Talisman Online / Shumenol / Weapons of war.
Most of the files are fully readable but there are few .csv files converted to .dat, I have added an example file to an attachment.
I've tried decoding them with xortool without any success.
Could you please check out the file, I'm willing to provide money to help develop a tool for decoding it.
Kind regards and thank you!
I have successfully unpacked the .evp compressed file format from Talisman Online / Shumenol / Weapons of war.
Most of the files are fully readable but there are few .csv files converted to .dat, I have added an example file to an attachment.
I've tried decoding them with xortool without any success.
Could you please check out the file, I'm willing to provide money to help develop a tool for decoding it.
Kind regards and thank you!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help me pls TOOnline
@dbrito
Stop bumping the topic or I'm forced to lock it.
Stop bumping the topic or I'm forced to lock it.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help me pls TOOnline
@rikolino
The format is not encrypted but it's a sort of "compiled" (binary) list of elements.
In the zip at the beginning of the topic there is an effect.csv which is useful to understand that only information (of different type) are stored in these dat files, but there is no explanation about where that csv has been found or generated.
I'm sure that you don't want just to "read" these information in an human format, probably you want to edit and put them back too.
That means you not only need a dat->csv converter but also a csv->dat compiler: double work.
As already said in one of my previous posts I highly suggest to use a hex editor for doing both the reading and editing work by hand.
It's not complex if you know what you want to search and modify, in fact all the strings are easily visible while the most annoying part are the other types like the numbers if you have no experience with hex editing.
Anyway try to take a look at it.
The format is not encrypted but it's a sort of "compiled" (binary) list of elements.
In the zip at the beginning of the topic there is an effect.csv which is useful to understand that only information (of different type) are stored in these dat files, but there is no explanation about where that csv has been found or generated.
I'm sure that you don't want just to "read" these information in an human format, probably you want to edit and put them back too.
That means you not only need a dat->csv converter but also a csv->dat compiler: double work.
As already said in one of my previous posts I highly suggest to use a hex editor for doing both the reading and editing work by hand.
It's not complex if you know what you want to search and modify, in fact all the strings are easily visible while the most annoying part are the other types like the numbers if you have no experience with hex editing.
Anyway try to take a look at it.