Thanks for your help
Link data: https://drive.google.com/file/d/1Ma9une ... sp=sharing
Link conf.bin (if you need): https://drive.google.com/file/d/15eRGrO ... sp=sharing
Its all data of game
单机三国 *.dat
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 单机三国 *.dat
I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:
Code: Select all
offzip.exe -a -c 0x1000 sg.dat output_folder
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: 单机三国 *.dat
aluigi wrote:I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:Code: Select all
offzip.exe -a -c 0x1000 sg.dat output_folder
Sorry for me bad knowleage How can I packzip the Sg.dat ?
Thanks
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 单机三国 *.dat
offzip has a sort of reimport method like quickbms but I'm not sure if it works correctly in this field.
If you want to try just add the -r option to the original syntax you used:
But I really doubt it will work.
If you want to try just add the -r option to the original syntax you used:
Code: Select all
offzip.exe -r -a -c 0x1000 sg.dat output_folder
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: 单机三国 *.dat
I got some files, are they encrypted files by offzip?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: 单机三国 *.dat
They seem raw images in my opinion