I need your help guys
As i said in the title, how to extract a non extension files in unity game ? i've been extracting some other unity android game (honkai impact 3, eternal city) in the past using assetstudio and it works just fine, i can grab the mesh, texture2d, audiofiles, etc.
But somehow in this game the tool wont load any assets, is it because its encrypted ? if so, how can i decrypt it, because i really liked song in this game
https://drive.google.com/open?id=1YBV6c ... C9IzILUjas this is the sample file
Please helpme, thank you very much
[Android] [Solved] 战双帕弥什 How to extract non extension files in Unity game files
-
tempaccount555
- beginner
- Posts: 21
- Joined: Sun May 12, 2019 1:14 pm
- Has thanked: 6 times
- Contact:
[Android] [Solved] 战双帕弥什 How to extract non extension files in Unity game files
You do not have the required permissions to view the files attached to this post.
Last edited by tempaccount555 on Sat Jan 04, 2020 3:13 am, edited 1 time in total.
-
Allanoon
- advanced
- Posts: 63
- Joined: Sat Apr 14, 2012 9:00 pm
- Has thanked: 89 times
- Been thanked: 13 times
Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files
Download HxD hex editor
Open it, Open the file.
Under Decoded Text you'll read "KuroUnityFS.....5.x", to make it readable you need to delete the "Kuro" part and then the program will recognize it.
Yes you have to edit all the files if you want to open them, to mass edit their header look around for some program or executable that may be used; i know little of those.
Open it, Open the file.
Under Decoded Text you'll read "KuroUnityFS.....5.x", to make it readable you need to delete the "Kuro" part and then the program will recognize it.
Yes you have to edit all the files if you want to open them, to mass edit their header look around for some program or executable that may be used; i know little of those.
-
tempaccount555
- beginner
- Posts: 21
- Joined: Sun May 12, 2019 1:14 pm
- Has thanked: 6 times
- Contact:
Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files
Thanksss
for the multiple hex files edit, im using find in files function from hex editor neo. then bam
i can open it as usual
again thank you very much sir ^^
for the multiple hex files edit, im using find in files function from hex editor neo. then bam
i can open it as usual
again thank you very much sir ^^
-
zerotaku5123
- beginner
- Posts: 29
- Joined: Tue Aug 06, 2019 1:17 am
Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files
hello, is a query still working that way?tempaccount555 wrote: ↑Sat Jan 04, 2020 3:13 amThanksss
for the multiple hex files edit, im using find in files function from hex editor neo. then bam
i can open it as usual
again thank you very much sir ^^
Re: [Android] [Solved] 战双帕弥什 How to extract non extension files in Unity game files
Omg thx a lot guys, both of u
