Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

xy2 .vfs file

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Jan 04, 2018 5:55 pm (31286)


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.
  • Author
  • Localization

Drawing, posted Thu Jan 04, 2018 7:36 pm (31289)


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 :(
  • Author
  • Localization

aluigi, posted Fri Jan 05, 2018 1:15 am (31303)


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
  • Author
  • Localization

Drawing, posted Fri Jan 05, 2018 1:51 pm (31317)


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.
  • Author
  • Localization

aluigi, posted Fri Jan 05, 2018 2:39 pm (31320)


Ah you mean chunks, didn't notice them :)
Try the following:
Code:
offzip.exe -a -c 0x4000 Script.vfs output_folder
  • Author
  • Localization

aluigi, posted Fri Jan 05, 2018 2:48 pm (31322)


Hold on, probably I can make a script.
  • Author
  • Localization

aluigi, posted Fri Jan 05, 2018 2:58 pm (31323)


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
  • Author
  • Localization

Drawing, posted Fri Jan 05, 2018 3:06 pm (31325)


ok :) thanks for your time Aluigi :D
  • Author
  • Localization

Drawing, posted Fri Jan 05, 2018 3:24 pm (31327)


It will be hard work find texture and anim but at least it worked! I can open them :D
  • Author
  • Localization

Drawing, posted Fri Jan 12, 2018 4:03 pm (31482)


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 )
  • Author
  • Localization

barumbads, posted Fri Jan 12, 2018 11:59 pm (31491)


this game is very famous in asia. <3
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.