The VG Resource
Help to decompress game file with sevenzip lzma compression - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: Help to decompress game file with sevenzip lzma compression (/thread-30779.html)



Help to decompress game file with sevenzip lzma compression - andrevictor18 - 03-13-2017

the game is: 舞力全开:活力派 (download: adl.netease.com/d/g/justdance/c/gw_pcclient). In the pastes of installed game there is a paste called Setting, in older versions of the game this paste contained files .json that can be easily readed.

But in the current version, the paste Setting contains .z files that cannot be extracted or readed. I want to read the text in the setting files but it is kind compressed. So I decided to use dotPeek to decompile the Assembly-CSharp.dll (an dll from the game) and I discover that it uses sevenzip lzma comprfession, So I got some interesting codes that can be useful to decode these files.

Here is the Setting old and current files https://www.dropbox.com/sh/d64b1pjx3sp8r4z/AABmDj78ZpcT1RuGq35HuHNxa?dl=0

and here it is the codes I decompiled https://www.dropbox.com/sh/frejsrezln9ycib/AADfMb3iylo8sS4KM8kM-Hiaa?dl=0

If someone can help me I will be thankful


RE: Help to decompress game file with sevenzip lzma compression - Pingus! - 03-18-2017

Couldn't you just download 7zip and unzip the .z files then....? Upload a .z file if that doesn't work to any avail.