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

Divine Souls (*.DFH / *.DFP)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Divine Souls (*.DFH / *.DFP)

Post by Ekey »

Code: Select all

# Divine Souls (DFH/DFP format) 0.0.1
# 
# Written by Ekey (h4x0r)
# 
# script for QuickBMS http://quickbms.aluigi.org

open FDDE DFH 0
open FDDE DFP 1

get VERSION long 0

if VERSION != 0x1A
    print "Invalid package version!"
    cleanexit
endif

get FILES long 0
get NULL long 0

for i = 0 < FILES
    get SIZE long 0
    get HASH long 0
    get OFFSET long 0
    string NAME p= "%08X" HASH
    log NAME OFFSET SIZE 1
next i
S0UZ
advanced
Posts: 40
Joined: Tue Apr 05, 2011 11:46 am
Has thanked: 7 times
Been thanked: 1 time

Re: Divine Souls (*.DFH / *.DFP)

Post by S0UZ »

Could u make a file list as there r thousands file to access!!! Thanks in advance
Post Reply