Important information: this site is currently scheduled to go offline indefinitely by end of the year.

how do i unzip the .hyasb mobile game archive?

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
AdmiralTraun
ultra-n00b
Posts: 9
Joined: Sun Nov 01, 2020 8:46 am
Has thanked: 1 time

how do i unzip the .hyasb mobile game archive?

Post by AdmiralTraun »

I recently found a beta release of one game, I would like someone to help me extract the files from the archive.
I already used one of the .hyasb scripts but it was developed for another game.

This is the error script
Безымянный.png
This is the script itself.

Code: Select all

# hyasb Android
#   Will of Shinobi

get DUMMY long  # 0xb28e87c2
get DUMMY long  # 0x88d8bca5
for
    get NAMESZ byte
    if NAMESZ == 0
        break
    endif
    getdstring NAME NAMESZ
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next
https://drive.google.com/file/d/1tH2oIc ... sp=sharing this is archive
You do not have the required permissions to view the files attached to this post.
AdmiralTraun
ultra-n00b
Posts: 9
Joined: Sun Nov 01, 2020 8:46 am
Has thanked: 1 time

Re: how do i unzip the .hyasb mobile game archive?

Post by AdmiralTraun »

please help, I really need these models, if anyone knows how to decrypt this archive from the soul samurai game, help :(
AdmiralTraun
ultra-n00b
Posts: 9
Joined: Sun Nov 01, 2020 8:46 am
Has thanked: 1 time

Re: how do i unzip the .hyasb mobile game archive?

Post by AdmiralTraun »

in general, I found a way to extract models, the archive after I looked through it turned out to be unencrypted, thanks to one friend I was able to extract all the resources of this game, he created a wonderful program that can extract all files, I will attach this program to the post so that anyone can extract game resources.
UnityHyasabParser.rar
You will need to place the program in the archive folder, then run it and drop the archive into it, it will extract all files with the UnityFs header.
You do not have the required permissions to view the files attached to this post.
Post Reply