Hi everyone, I have a problem. I have been playing Homescapes by Playrix for 3 years. There are nice songs in this game and I wanted to get to them. In APK Editor I found songs in the location. The songs were saved in the .BANK format. I found a script to convert on the Internet. But in addition to .BANK files, are in .XML format. I searched and found nothing to decode it, so I wrote to you, maybe you can help me. In the attachments, I am sending you what I got. I am sending you these tracks in .ZIP format. I hope you will help me.
I have one more request for you: Could you please change the audio format from WAV to MP3 in the script with .BANK files, because I have to convert it later and it is a lot of work.
Script:
for OFFSET = 0 goto OFFSET findloc OFFSET string "FSB5" goto OFFSET getdstring FSB_SIGN 4 # FSOUND_FSB_HEADER_FSB5 (fsb.h) get version long get numsamples long get shdrsize long get namesize long get datasize long xmath SIZE "0x3c + shdrsize + namesize + datasize" log "" OFFSET SIZE next OFFSET + SIZE