03-17-2017, 05:43 PM
(This post was last modified: 03-17-2017, 06:48 PM by Kappa1233.
Edit Reason: forgot to paste a extra link
)
(03-15-2017, 04:42 PM)Pingu! Wrote: Here's the script written by Aluigi for these archives:
Code:# The Hobbit
# similar to Area51
# script for QuickBMS http://quickbms.aluigi.org
open FDDE "dfs"
open FDDE "000" 1
getdstring DUMMY 16
get FILES long
getdstring DUMMY 16
get BASE_OFF long
get DUMMY long
for i = 0 < FILES
get PATH_OFF long
math PATH_OFF + BASE_OFF
get NAME_OFF long
math NAME_OFF + BASE_OFF
getdstring DUMMY 8
get OFFSET long
get SIZE long
savepos TMP
goto PATH_OFF
get TMP1 string
goto NAME_OFF
get TMP2 string
goto TMP
string NAME p "%s/%s" TMP1 TMP2
log NAME OFFSET SIZE 1
next i
Just download QuickBMS, and then run the script on each file-pair . Such as the "audio-1.des" and "audio-1.000". That should do it.
Thanks for the reply! I did manage to find that aswell but the converted .3ds file is not working in any program.
http://ps23dformat.wikispaces.com/The+Ho...ot+working
That one you linked opens the archives but the models seam to all be in their own files/sub archives.
Scripts I used: http://ps23dformat.wikispaces.com/The+Hobbit