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

Ys seven *.itv

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
albert1905
veteran
Posts: 93
Joined: Wed May 09, 2012 1:13 pm
Has thanked: 11 times
Been thanked: 3 times

Ys seven *.itv

Post by albert1905 »

Hi. There are .sp4 files in Ys seven and here is a bms script to unpack .sp4 files. However, .sp4 contains lots of .itv files. I think it is graphic files but had no idea what is MMV3. :oops:

Code: Select all

goto 0x0C

get files long

for i = 0 < files
   getdstring name 0x10
   get offset long
   get size long
   get null long
   get null long
   
   get packname filename
   string packname += _unpacked/
   string packname += name
   log packname offset size
next i
Post Reply