Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Hana to Taiyou to Ame to (.bin) PS2

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
shorewake
n00b
Posts: 17
Joined: Thu Feb 16, 2023 2:37 am
Has thanked: 6 times

Hana to Taiyou to Ame to (.bin) PS2

Post 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
BloodRaynare
advanced
Posts: 46
Joined: Thu Jun 25, 2015 6:14 am
Been thanked: 18 times

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

Post 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
Post Reply