[PC] Ori & the Blind Forest
-
- Posts: 6
- Joined: Fri Mar 13, 2015 7:37 am
[PC] Ori & the Blind Forest
The game is made with Unity v5.0.0b5
I'm looking to get the png/dds files from the sharedassets.assets files but I don't have knowledge about how to extract
There are also files with *.resource extension and some level* files with no extension [level0, level1, level2 and so on].
I'm uploading some of the files so you can check it out.
https://mega.co.nz/#F!vV9UgYoI!NynBbnPQjLL8xkVsq5QuzA
In total there are 283 level files and 284 *.assets files.
I'm looking to get the png/dds files from the sharedassets.assets files but I don't have knowledge about how to extract
There are also files with *.resource extension and some level* files with no extension [level0, level1, level2 and so on].
I'm uploading some of the files so you can check it out.
https://mega.co.nz/#F!vV9UgYoI!NynBbnPQjLL8xkVsq5QuzA
In total there are 283 level files and 284 *.assets files.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [PC] Ori & the Blind Forest
I have just updated my script to version 0.1.3a:
http://aluigi.org/papers/bms/unity.bms
Please note that it extracts the files "as-is" so I don't know if they will be so useful to you.
http://aluigi.org/papers/bms/unity.bms
Please note that it extracts the files "as-is" so I don't know if they will be so useful to you.
-
- Posts: 6
- Joined: Fri Mar 13, 2015 7:37 am
Re: [PC] Ori & the Blind Forest
The script extracted millions of files
But I'm pretty sure I've found the files which definitely contain the images.
I'm uploading a few of those small files.
Could you please take a look at it and provide a method to extract the images from them?
extracted.7z [11.2 MB]
But I'm pretty sure I've found the files which definitely contain the images.
I'm uploading a few of those small files.
Could you please take a look at it and provide a method to extract the images from them?
extracted.7z [11.2 MB]
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
Hello
I'm also trying to extract the files.
The only folders of the output of quickbms that contains files with a readable nare are :
I'm also trying to extract the files.
The only folders of the output of quickbms that contains files with a readable nare are :
- TYPE_28 TYPE_48 TYPE_83 TYPE_115 TYPE_134
-
- Posts: 6
- Joined: Fri Mar 13, 2015 7:37 am
Re: [PC] Ori & the Blind Forest
you are right.
TYPE_28 contains the textures
TYPE_83 contains some information related to all the game menus
TYPE_28 contains the textures
TYPE_83 contains some information related to all the game menus
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
gumo69 wrote:you are right.
TYPE_28 contains the textures
TYPE_83 contains some information related to all the game menus
Yes but where are the audio files? i mean i think i've only seen textures and models.
Maybe the .resource files contains something?
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: [PC] Ori & the Blind Forest
I've added support for different file type distinctions - reload the script, it's already updated.
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
The .resource files are audio in .fsb (FSB5) file format . I can play them with FMod Designer(Fmod designer ex Not Fmod Studio). Each .resoource file contains a single audio file.
At the moment i can only play them using Fmod. Can someone try to unpack them? fsbext program generates dumped as-is data as said by Aluigi.
It seems that now unity uses this type of audio compression as standard.
Also if you want to know wich audio is related to a .resource file you just need to extract the .assest files and then in the Type83 folder there will ne .snd files. Just open them eith a text editore. In the linea of text there will be a .resource file names. Every .snd file nane is the name to the connected .resource file just open the .snd with an text editor and you eill be able to read an .resource file name.
At the moment i can only play them using Fmod. Can someone try to unpack them? fsbext program generates dumped as-is data as said by Aluigi.
aluigi wrote:The extraction is perfect but the ogg files archived by Fmod are dumped in a particular way that is not compatible with the music players.
Currently there are no solutions, fsbext dumps the data as-is.
It seems that now unity uses this type of audio compression as standard.
Also if you want to know wich audio is related to a .resource file you just need to extract the .assest files and then in the Type83 folder there will ne .snd files. Just open them eith a text editore. In the linea of text there will be a .resource file names. Every .snd file nane is the name to the connected .resource file just open the .snd with an text editor and you eill be able to read an .resource file name.
Last edited by luckcolors on Sun Mar 29, 2015 10:50 am, edited 2 times in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [PC] Ori & the Blind Forest
Do you mean that also in Unity it's used that same format?
Chunks composed by 16bit size followed by the data.
Chunks composed by 16bit size followed by the data.
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
aluigi wrote:Do you mean that also in Unity it's used that same format?
Chunks composed by 16bit size followed by the data.
Well probably because my solution was to renane the . resource files to .fsb and then opening them in fmod designer.
and the file header was a great hint: FSB5 while levels and .assest files don't have a header .resource had one.
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
OK so i managed to extract all the audio.
================================
|Warning| i'm not responsable if you do this wrong and you damamge your pc
Tutorial
when i write |data_folder| i mean a folder you have chosed as workspace
1 copy all the .resource files from the game to |data_folder|\data
2 open a cmd in the folder and run this command : ren *.resource *.fsb
4 download and install Fmod Designer (Fmod studio will not work!)
5 open Fmod designer and create a new project and save it in the |data_folder|
6 in the event tab delete the untitled event and then do right_click > create new event group |give it a name|
6 Don't close fmod designer! Open with windows explorer |data_folder\data and select all the .fsb files and drop them in the event you created in fmod designer. then wait 2 hours fmod designer take a lots of time importing all the files and don't you worry if the program frezees when finished it will work again
7 choose the compression if you leave pcm (wav you will get wav files)
8 build the project (tick the build bank) it will take 10 min
9 extract the resoulted fsb bank 5gb in the |data_folder| with the fsbext tool from aluigi
10 done
==============================================================================
some tracks are at an abnormal playing speed is there a problem with fsb ext?
================================
|Warning| i'm not responsable if you do this wrong and you damamge your pc
Tutorial
when i write |data_folder| i mean a folder you have chosed as workspace
1 copy all the .resource files from the game to |data_folder|\data
2 open a cmd in the folder and run this command : ren *.resource *.fsb
4 download and install Fmod Designer (Fmod studio will not work!)
5 open Fmod designer and create a new project and save it in the |data_folder|
6 in the event tab delete the untitled event and then do right_click > create new event group |give it a name|
6 Don't close fmod designer! Open with windows explorer |data_folder\data and select all the .fsb files and drop them in the event you created in fmod designer. then wait 2 hours fmod designer take a lots of time importing all the files and don't you worry if the program frezees when finished it will work again
7 choose the compression if you leave pcm (wav you will get wav files)
8 build the project (tick the build bank) it will take 10 min
9 extract the resoulted fsb bank 5gb in the |data_folder| with the fsbext tool from aluigi
10 done
==============================================================================
some tracks are at an abnormal playing speed is there a problem with fsb ext?
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: [PC] Ori & the Blind Forest
Has anybody checked if this really works?
Because if it does... we could be on to something here!
Because if it does... we could be on to something here!
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: [PC] Ori & the Blind Forest
Well ok, the part "drop them in the event you created in fmod designer." doesn't work but if you add a sound def in the according tab and add an fsb with ogg files you can play them.
Searching for some kind of export now...
Searching for some kind of export now...
-
- Posts: 14
- Joined: Fri Mar 20, 2015 2:08 pm
Re: [PC] Ori & the Blind Forest
AlphaTwentyThree wrote:Well ok, the part "drop them in the event you created in fmod designer." doesn't work but if you add a sound def in the according tab and add an fsb with ogg files you can play them.
Searching for some kind of export now...
It works but the program it's very slow at importing it requires more than 10 minutes to import 100 files.
So yeah importing them in the sound defs works anyway this was the first method i've used, i created the event just to be sure that the fsb bank will be builded (at the start i was having problems like the bank not getting builded).
Anyway follow the istructions you still need to build the bank and extract it using fsbext.
\/
From the moment that fsbext can't extract adpcm data correctly (ogg) we use fmod designer to import the FSBs and rebuild a new fsb bank (that will contain all our imported fsb) with a different audio compression like pcm (wav)
so we can extract it later using fsbext and get the playable wav files.
NOTE 1 : don't import too many files in a single bank: this seem to create problems like audio not corresponding to the original imported file name.
NOTE 2 : fsbext works only if you select pcm in : banks > bank00(or whatever bank name you have) > select compression pcm.
-
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
Re: [PC] Ori & the Blind Forest
If each fsb contains only single sound there is a berrer way. Download FMOD Studio Programmer’s API, go to FMOD Studio API Windows\bin directory and use fsbankcl.exe to encode ogg fsb to another format that is supported by fsbext. I've already done it on another game. Works perfectly and much faster if you create batch file that will encode each fsb to another fsb and not all into one big fsb.
-
- Posts: 157
- Joined: Sun Aug 24, 2014 8:54 am
Re: [PC] Ori & the Blind Forest
spider91 wrote:If each fsb contains only single sound there is a berrer way. Download FMOD Studio Programmer’s API, go to FMOD Studio API Windows\bin directory and use fsbankcl.exe to encode ogg fsb to another format that is supported by fsbext. I've already done it on another game. Works perfectly and much faster if you create batch file that will encode each fsb to another fsb and not all into one big fsb.
How use fsbankcl.exe to encode ogg fsb
Examples???thx!
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: [PC] Ori & the Blind Forest
luckcolors wrote:It works but the program it's very slow at importing it requires more than 10 minutes to import 100 files.
So yeah importing them in the sound defs works anyway this was the first method i've used, i created the event just to be sure that the fsb bank will be builded (at the start i was having problems like the bank not getting builded).
When I drag a file onto the window, I just get the crossed circle meaning that it's not possible...
-
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
Re: [PC] Ori & the Blind Forest
No drag and drop. There is a command line with .list files. Place this batch file into directory with your extracted .fsb files and run. You will get pcm fsb into created pcm directory. (Change fsbankexcl.exe path to your's).
Code: Select all
md pcm
for %%i in (*.fsb) do (
dir /b "%%i" > "%%i.lst"
"C:\Users\spider91\Desktop\Scripts\Tools\FSB\fsb5\fsbankexcl.exe" -format pcm -allow_fsb -o "pcm\%%i" "%%i.lst"
del /f /q "%%i.lst"
)
pause
-
- Posts: 157
- Joined: Sun Aug 24, 2014 8:54 am
Re: [PC] Ori & the Blind Forest
hi~spider Multiple FSBs no work?
-
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
Re: [PC] Ori & the Blind Forest
Only for fsb's with single file.