xy2 .vfs file
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
xy2 .vfs file
Hi guys
Game: http://xy2.qq.com/main.shtml
Another game stored in .vfs container.
I tried 2 existing scripts made by Aluigi but don't work
SAMPLE : http://www19.zippyshare.com/v/Ay3iiZ9D/file.html
Game: http://xy2.qq.com/main.shtml
Another game stored in .vfs container.
I tried 2 existing scripts made by Aluigi but don't work
SAMPLE : http://www19.zippyshare.com/v/Ay3iiZ9D/file.html
Last edited by Drawing on Thu Jan 04, 2018 7:37 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xy2 .vfs file
What's the exact name of the game?
Head and tail of the file is obfuscated but the data isn't, you can use offzip -a to dump the compressed files.
Head and tail of the file is obfuscated but the data isn't, you can use offzip -a to dump the compressed files.
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
Re: xy2 .vfs file
Hi aluigi thanks a lot , it worked with offzip, but It extracts without preserving name and roots so it's a little bit messy...
I don't know name of the game but I added the homepage in the first post.
Since it's a gamebryo game supported, I'm interested on models and ani, but without names and the folder's root it's quite impossible...
I would really appreciate if you could make a bms script for this game =)
p.s: another problem is that it extract only 16 byte for file, so every texture and model is splitted in several parts and I can't open them in Nifskope
I don't know name of the game but I added the homepage in the first post.
Since it's a gamebryo game supported, I'm interested on models and ani, but without names and the folder's root it's quite impossible...
I would really appreciate if you could make a bms script for this game =)
p.s: another problem is that it extract only 16 byte for file, so every texture and model is splitted in several parts and I can't open them in Nifskope
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xy2 .vfs file
The archive doesn't contain filenames.
What you get with offzip is 100% of the files which means that there is nothing else available, you can see that by checking the 5th field displayed by offzip -a during the extraction, it's 0 which means that there is no "space" between the compressed files
What you get with offzip is 100% of the files which means that there is nothing else available, you can see that by checking the 5th field displayed by offzip -a during the extraction, it's 0 which means that there is no "space" between the compressed files
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
Re: xy2 .vfs file
I agree with you , I got the 100% of files.
The main problem is that it's like offzip splited original files in many parts of 16 kb ( Texture and Models), parts that can't be loaded!
sorry I'm a nub in this things xD and I don't understand if the fact of having Head and Tail Obfuscated means that it's impossible to have a .bms script; because if it's possible but it would need hard work and time I could reward you for your time.
The main problem is that it's like offzip splited original files in many parts of 16 kb ( Texture and Models), parts that can't be loaded!
sorry I'm a nub in this things xD and I don't understand if the fact of having Head and Tail Obfuscated means that it's impossible to have a .bms script; because if it's possible but it would need hard work and time I could reward you for your time.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xy2 .vfs file
Ah you mean chunks, didn't notice them
Try the following:
Try the following:
Code: Select all
offzip.exe -a -c 0x4000 Script.vfs output_folder
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xy2 .vfs file
Hold on, probably I can make a script.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xy2 .vfs file
Basically the list of offset, compressed size and uncompressed size of each chunk is available at offset 0x6887A9 and the filenames at offset 0x6927ed, but the header is obfuscated in some way just like the tail that contains information about the number of chunks for each file.
Long story short... use offzip
Long story short... use offzip
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
Re: xy2 .vfs file
ok thanks for your time Aluigi
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
Re: xy2 .vfs file
It will be hard work find texture and anim but at least it worked! I can open them
-
- Posts: 112
- Joined: Fri Aug 05, 2016 6:17 pm
Re: xy2 .vfs file
Last post since i've seen a lot of people interested in this topic and don't want people lose time.
Offzip extract textures and Nif files, those nif files contain only MODEL, no animation.
.kf files that normally contain animation are not well extracted ( got a lot of .dat files )
Offzip extract textures and Nif files, those nif files contain only MODEL, no animation.
.kf files that normally contain animation are not well extracted ( got a lot of .dat files )
-
- Posts: 4
- Joined: Mon Jan 08, 2018 1:43 pm
Re: xy2 .vfs file
this game is very famous in asia. <3