Freedom Planet 2: Sample Version (Help Required Please ?) (RESS & .Resource files)



Blackjack

Blackjack

Online Blackjack in Canada for 2026: Safe Sites and Best Tables Online blackjack in Canada is one of the few ...
New

New

New Online Casino in Canada for 2026: Comparing Bonuses, Payouts and Games Choosing the best new online casino in Canada ...
Live

Live

Live Casino Online in Canada 2026 Playing at a live casino online in Canada in 2026 means you'll see a ...
Mobile

Mobile

Best Mobile Casino in Canada 2026: Top Sites, Apps and Safety A mobile casino in Canada is an online platform ...
Prepaid Card

Prepaid Card

Best Prepaid Card Casinos in Canada Prepaid card casino is a good option for Canadian players who want to control ...
Slots

Slots

Real Money Online Slots in Canada 2026 When choosing online slots for real money in Canada, two things matter: Is ...
No Deposit

No Deposit

Free Spins No Deposit Bonuses in Canada: Top Picks and Real Value Explained Free spins no deposit bonuses in Canada ...
Instant Withdrawal

Instant Withdrawal

Instant Withdrawal Casino Canada 2026: Fastest Payout Sites and Quick Payment Methods An instant withdrawal casino in Canada isn't one ...
Crypto

Crypto

Crypto Casinos in Canada 2026 Crypto casinos in Canada use digital currencies like Bitcoin, Ethereum, and Litecoin for deposits and ...
Vector Harbor
02-01-2017, 03:20 AM
:large

I was actually try to data mined the demo…but i end up with a tool who can just open assets files…but i’m only looking for tools who can unpack .resource files or RESS files
I try quick bms but no success…sadly :/

Yes the game is using unity engine… but i don’t have much experiment on unity games…and I would appreciate if someone can give a shot to this…pretty please ?

Here the most files that can contains music :

http://www.sendbox.fr/3a1ddaaed08f29e7/sharedassets1.assets.zip


OrophinCalmcacil
02-01-2017, 06:28 AM
There’s not really a universal tool for unpacking .resource files. What you’re going to want to do is examine the file in a hex editor for a known file header type (almost all cases of Unity games use FSB, which starts with a FSB5 header) and use the Advanced Cutter option to extract every FSB file from the .resource file. Here’s a few screen shots to illustrate this:

http://imgur.com/UzPgLW9

Select .resource file

http://imgur.com/LjdsGwE

Open in hex editor of choice (I like HxD personally) and find file header that identifies the file type. (this example is only for FSB files, there are many other things this could be, but for the purposes of Unity games it’s almost always FSB)

http://imgur.com/lNBlRiA

Select the following options in VGMToolbox under Advanced Cutter and drag and drop your files to search them for all instances of FSB files and save these files as .fsb

After you extract the FSB files, Use fsb_aud_extr with the following batch file script (make a file named fsb.bat) that will convert all .fsb files to .wav (FSB files and the program must all be in the same folder for this to work, otherwise you have to put absolute paths in)

FOR %%a IN ("*.fsb") DO ("fsb_aud_extr.exe" "%%a")

Sometimes, the FSB files are stored in the .assets files which there is a Unity extraction script made for QuickBMS that will extract the files directly to .fsb, sometimes with an identifying filename. Otherwise, you gotta do it with the above method and the file names aren’t very descriptive, but hey, at least you get the music.


Vector Harbor
02-01-2017, 03:03 PM
Many Thanks ! https://mega.nz/#!FwtSHI5b!x-K6jrbmDdGRZQykNcztt6CoU8PnyPmq1eb_pyBpof8

Scroll to Top