can anyone extract this file
sample file: https://drive.google.com/open?id=1-r8P3 ... C-naiQEgL5
Breakers: Dawn of Heroes *.sxr [REQUEST]
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 36
- Joined: Tue Aug 26, 2014 7:33 am
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
aluigi is it possible to rename the files while extracting based on their json file?
sample file with just number when extracted: https://drive.google.com/open?id=1UNl9y ... r8dLXIYdUf
json where the name is: https://drive.google.com/open?id=1ITekn ... EcQUPpd5jO
sample file with just number when extracted: https://drive.google.com/open?id=1UNl9y ... r8dLXIYdUf
json where the name is: https://drive.google.com/open?id=1ITekn ... EcQUPpd5jO
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
No. It doesn't even correspond since 0105 has 4 entries in json and 18 files in sxr
-
- Posts: 36
- Joined: Tue Aug 26, 2014 7:33 am
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
oh i see, btw is this normal? i tried to extract this one:
https://drive.google.com/open?id=1icgDd ... 2NvfW4emN8
and it extract 3 files with name: 4,8,9 (it's missing other file? or it just what the content is?)
so i check the file in hex, there is some visible readable text on it, then i tried to search it on 3 files that is extracted but didn't find it.
https://drive.google.com/open?id=1icgDd ... 2NvfW4emN8
and it extract 3 files with name: 4,8,9 (it's missing other file? or it just what the content is?)
so i check the file in hex, there is some visible readable text on it, then i tried to search it on 3 files that is extracted but didn't find it.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
It's a format, searching random data inside the files is totally useless. If the format says that the filename is "0" there is nothing else to do.
While checking your sample I have found that it used uncompressed files not covered by the previous samples so I updated the script to version 0.2.
While checking your sample I have found that it used uncompressed files not covered by the previous samples so I updated the script to version 0.2.
-
- Posts: 36
- Joined: Tue Aug 26, 2014 7:33 am
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
thanks it is extracted now, btw what do you mean by this:
i got the idea on renaming but dont know how to do it xD.
example is the s-0105.kxr file which i link before. in json file under sxrlist, it is counted as 8. Then in entries, the format is kinda like this:
aluigi wrote:No. It doesn't even correspond since 0105 has 4 entries in json and 18 files in sxr
i got the idea on renaming but dont know how to do it xD.
example is the s-0105.kxr file which i link before. in json file under sxrlist, it is counted as 8. Then in entries, the format is kinda like this:
Code: Select all
[0,"load.sk",2,2037],
[
1, <- if 1 it is folder with the name below
"server",
[
[
0,
"AdminServer.sk", <- name of the file
8, <- file where it is located (8 means on s-0105.sxr)
2 <- it is the same as the number when extracted
],
[
0,
"AppServer.sk",
8,
3
],
]
],
-
- Posts: 36
- Joined: Tue Aug 26, 2014 7:33 am
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
is it possible to get this to work on the steam version?
here is the sample file: https://drive.google.com/file/d/1tuiCC7uIpPJcxV5qnjCewsZDp6BRCEJb/view?usp=sharing
here is the sample file: https://drive.google.com/file/d/1tuiCC7uIpPJcxV5qnjCewsZDp6BRCEJb/view?usp=sharing
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Breakers: Dawn of Heroes *.sxr [REQUEST]
I suspect that both TOC (information) and files are encrypted because the header is the only readable thing there.