View Single Post
  #5  
Old 24-05-2026, 04:25
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 41 Times in 24 Posts
wrathma is on a distinguished road
Quote:
Originally Posted by Dunnowho69 View Post
you can use oggre, atleast on the file you gave me.
you have to extract the ogg files first with fsbext.
Code:
fsbext.exe -e G0KTrWjS9syqF7vVD6RaVXlFD91gMgkC 1 -d out .\sm10.fsb
this will give you a unencrypted fsb file. you have to extract it to get ogg.
after extraction merge all the ogg files at into a big blob. and
compress it using freearc oggre. but the problem is on building
the original file, as they are encrypted. maybe take a look into the source
code of fsbext.

edit:
making building the original data is fairly easy i just misunderstood it.
after extracting the ogg files, pack them using bincat and make a diffpatch
from ogg blob to the decrypted fsb file. and during installation build the
decrypted ogg file and use the same command above to encrypt it again.
it will produce same file.

Last edited by wrathma; 25-05-2026 at 00:12.
Reply With Quote
The Following User Says Thank You to wrathma For This Useful Post:
Dunnowho69 (24-05-2026)