
this is the script I used; viewtopic.php?f=10&t=10331 (
Code: Select all
# Bully Scholarship Edition (IMG / DIR format)
#
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org
open FDDE DIR 0
open FDDE IMG 1
get DSIZE asize 0
for
get OFFSET long 0
get SIZE long 0
math OFFSET *= 2048
math SIZE *= 2048
getdstring NAME 0x18 0
log NAME OFFSET SIZE 1
savepos TMP
if TMP == DSIZE
cleanexit
endif
next
I'm assuming its because the script was written for the pc version of the game, but is there any way to re-write the script to make it work for the xbox 360?
or is there any way I could possibly just extract only the files that I need instead of extracting the whole archive, since straight after asking for a script, archive and output folder it automatically starts extracting the the entire thing?
