
Just NOW when I got a decent PC to run 3DS Max... >_<
last time use button search, have fun.Snowmeow wrote:Ok, downloaded 3DS Max, installed FatImporter in the right folder, run the MaxScript. Now, I've chosen KwonHo (I have the game), clicked the panel, appeared option of importing animation (.ANI), mesh (.MSH) or skeleton (.SKT). Of course, they're all packed. And FatImporter didn't unpack it. How do I do?![]()
KwonHo need to be where? Did I forget something?
Code: Select all
# Game: KwonHo: The Fist of Heroes
# by Fatduck July 2012
# http://aluigi.altervista.org/quickbms.htm
idstring "KHO1"
get VER long
get UKN1 long
get NUMRES word
get UKN2 word
set OFS_RES_START NUMRES
math OFS_RES_START *= 0x5C
math OFS_RES_START += 0x10
savepos OFSTBL
for i = 1 to NUMRES
goto OFSTBL
get LEN_RES long
get OFS_RES long
get UKN long
if UKN != 0 then
print "Unsupportted PAQ"
cleanexit
endif
getdstring DMY 0x50
savepos OFSTBL
math OFS_RES += OFS_RES_START
goto OFS_RES
get HDR word
get RES_NAME basename
if i < 10 then
string RES_NAME += "_000"
elif i < 100
string RES_NAME += "_00"
elif i < 1000
string RES_NAME += "_0"
else
string RES_NAME += _
endif
string RES_NAME += i
if HDR == 0x7368 then
string RES_NAME += .msh
elif HDR == 0x696E then
string RES_NAME += .chr
elif HDR == 0x6972 then
string RES_NAME += .wav
elif HDR == 0x4D42 then
string RES_NAME += .bmp
elif HDR == 0X4444 then
string RES_NAME += .dds
elif HDR == 0 then
string RES_NAME += .tga
elif HDR == 0xD8FF then
string RES_NAME += .jpg
elif HDR == 0x5089 then
string RES_NAME += .jpg
elif HDR == 0x3F3C then
string RES_NAME += .xml
elif HDR == 0x5746 then
string RES_NAME += .swf
else
string RES_NAME += .dat
endif
log RES_NAME OFS_RES LEN_RES
next i
Code: Select all
# KwonHo: The Fist of Heroes
# script for QuickBMS http://quickbms.aluigi.org
idstring "KHO1"
getdstring DUMMY 8
get FILES short
math INFO_OFF = 0x10
math BASE_OFF = FILES
math BASE_OFF *= 0x5c
math BASE_OFF += INFO_OFF
for i = 0 < FILES
goto INFO_OFF
getdstring KEY 0xc
log MEMORY_FILE INFO_OFF 0xc
math INFO_OFF += 0xc
encryption rc4 KEY "" 0 0xc
append
log MEMORY_FILE INFO_OFF 0x50
append
encryption "" ""
math INFO_OFF += 0x50
goto 0 MEMORY_FILE
get SIZE long MEMORY_FILE
get OFFSET long MEMORY_FILE
get CRYPT long MEMORY_FILE
getdstring NAME 0x50 MEMORY_FILE
if CRYPT != 0
goto 0 MEMORY_FILE
getdstring KEY 0x5c MEMORY_FILE
encryption rc4 KEY "" 0 0x5c
endif
math OFFSET += BASE_OFF
log NAME OFFSET SIZE
encryption "" ""
next i
Thanks~AceWell wrote:There is a MediaFire link at the bottom of the first post in this thread:
http://metin2zone.net/index.php?/topic/ ... ter-3dmax/
It is the last update he released (May 2013) and it contains all scripts from previous updates.
how can access to this forum?because when try register, after put all my details I got you can't register.AceWell wrote:There is a MediaFire link at the bottom of the first post in this thread:
http://metin2zone.net/index.php?/topic/ ... ter-3dmax/
It is the last update he released (May 2013) and it contains all scripts from previous updates.