Page 1 of 1

Hana to Taiyou to Ame to (.bin) PS2

Posted: Sat Jul 29, 2023 1:57 am
by shorewake
Is there any QuickBMS script for Hana to Taiyou to Ame to (Flower Sun and Rain) .bin files? Most scripts I've tried already didn't work. Thanks, Samples: https://www.mediafire.com/file/216x0cav ... s.zip/file

Re: Hana to Taiyou to Ame to (.bin) PS2

Posted: Sat Jul 29, 2023 4:55 pm
by BloodRaynare
BMS script for your sample:

Code: Select all

## Hana to Taiyou to Ame to (PS2) bin extractor script by BloodRaynare

IDstring "LF"
get FILES short
for i = 0 < FILES
	get OFFSET long
	get SIZE long
	math OFFSET * 0x800
	string NAME p "FILE%04d." i
	log NAME OFFSET SIZE
next i