Can someone look it? fsbext unpack strange file data.
Edited: Solved.
			
			
													Unity 5 (*.FSB)
- 
				Ekey
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Unity 5 (*.FSB)
					Last edited by Ekey on Mon Nov 23, 2015 8:08 pm, edited 1 time in total.
									
			
						
										
						- 
				aluigi
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Unity 5 (*.FSB)
Ogg in FSB5 is a sequence of vorbis chunks.
fsbext currently just dumps the data as-is.
A guy wrote a chunks->ogg rebuilder but it's a pain to compile (I don't even know if it works).
id-daemon wrote an extractor that uses the fmod API but I have no idea where it's linked.
More info and links:
viewtopic.php?f=6&t=189&start=20
			
			
									
						
										
						fsbext currently just dumps the data as-is.
A guy wrote a chunks->ogg rebuilder but it's a pain to compile (I don't even know if it works).
id-daemon wrote an extractor that uses the fmod API but I have no idea where it's linked.
More info and links:
viewtopic.php?f=6&t=189&start=20
- 
				spider91
- Posts: 233
- Joined: Sun Aug 24, 2014 5:26 pm
- 
				Ekey
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Unity 5 (*.FSB)
@spider91 - yeah it works 
Thanks for info guys.
			
			
									
						
										
						
Thanks for info guys.