Paradise Lost it is Based PC Arcade Machine port of Far Cry Instincts game from XBOX.
All game archives structure is same as in Far Cry Instincts. But this port also include non game used *.NFO files, in which can found full filenames by Hashes:
I'm try to modify unpack BMS script for using these filenames in unpacking.
But extracting only first file from archive:
Code: Select all
Open FDDE FAT 1
Open FDDE NFO 2
GetDString MW 4 1
Get FN Long 1
For i = 0 < FN
Get Off Long 1
Get Size Long 1
Get Hash Long 1
SavePos CP 1
FindLoc NP Long Hash 2
GoTo NP 2
Get NPO Long 2
Get FName String 2
Log FName Off Size 0 0
GoTo CP 1
Next i
I'm first time use Quick BMS. You can say where I make error?