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

3d Models, animation importer - FatImporter

General game file tools that are useful for more than one game
Snowmeow
beginner
Posts: 21
Joined: Tue Nov 16, 2010 10:07 pm
Has thanked: 7 times
Been thanked: 2 times

Re: 3d Models, animation importer - FatImporter

Post by Snowmeow »

OK, who drove the Ducky upset to he withdraw from the Forum? :[
Just NOW when I got a decent PC to run 3DS Max... >_<
Snowmeow
beginner
Posts: 21
Joined: Tue Nov 16, 2010 10:07 pm
Has thanked: 7 times
Been thanked: 2 times

Re: 3d Models, animation importer - FatImporter

Post by Snowmeow »

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? :bleh:

KwonHo need to be where? Did I forget something?
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: 3d Models, animation importer - FatImporter

Post by CriticalError »

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? :bleh:

KwonHo need to be where? Did I forget something?
last time use button search, have fun.

v1

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
v2

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
Snowmeow
beginner
Posts: 21
Joined: Tue Nov 16, 2010 10:07 pm
Has thanked: 7 times
Been thanked: 2 times

Re: 3d Models, animation importer - FatImporter

Post by Snowmeow »

Yay, thanks, C.E.! :D

I didn't realize that I needed to use BMS code to extract the .PAQs, I thought that FatImporter would do it all alone.

V2 worked very well, thanks-a-lot! :mrgreen:


EDIT: This script also works with World of Jing Wu, you only need change KH01 for JW01. :D
User avatar
bluearms
beginner
Posts: 29
Joined: Tue Oct 12, 2010 9:48 pm
Been thanked: 4 times

Re: 3d Models, animation importer - FatImporter

Post by bluearms »

I can not find update 3, 4 and 5. only update 1 and 2 can be found.
Anybody can share?
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: 3d Models, animation importer - FatImporter

Post by Acewell »

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.
User avatar
bluearms
beginner
Posts: 29
Joined: Tue Oct 12, 2010 9:48 pm
Been thanked: 4 times

Re: 3d Models, animation importer - FatImporter

Post by bluearms »

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.
Thanks~
User avatar
CriticalError
double-veteran
double-veteran
Posts: 678
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 104 times
Been thanked: 41 times

Re: 3d Models, animation importer - FatImporter

Post by CriticalError »

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
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: 3d Models, animation importer - FatImporter

Post by Acewell »

Click the bolded blue text. :wink:
User avatar
lumekano
advanced
Posts: 59
Joined: Sat Feb 25, 2012 2:20 pm
Has thanked: 40 times
Been thanked: 11 times

Re: 3d Models, animation importer - FatImporter

Post by lumekano »

Well.. I Have The FatImporter (Sep 2014 )...
UnKnown
Snowmeow
beginner
Posts: 21
Joined: Tue Nov 16, 2010 10:07 pm
Has thanked: 7 times
Been thanked: 2 times

Re: 3d Models, animation importer - FatImporter

Post by Snowmeow »

Some help needed here (Once more...)

Need to export KwonHo animations. But 3DS Max only exports to .XAF.
And I need FBX animations to work with Softimage.
Where can I find a plugin or MaxScript that enables 3DS Max export to FBX animation? Or to convert XAF into FBX?
(Tried 3DS Max's embedded FBX export and Autodesk FBX converter plugin. None of them worked for animation.)
pgw00k
beginner
Posts: 25
Joined: Fri Nov 28, 2014 12:42 am
Has thanked: 4 times
Been thanked: 1 time

Re: 3d Models, animation importer - FatImporter

Post by pgw00k »

lumekano wrote:Well.. I Have The FatImporter (Sep 2014 )...
Could you share it?Thanks~
CDD Xtreme
beginner
Posts: 38
Joined: Mon Jun 14, 2010 8:24 am
Has thanked: 2 times
Been thanked: 3 times

Re: 3d Models, animation importer - FatImporter

Post by CDD Xtreme »

Everyone Doax 3 Has been officially announced, apparently it is only for the Asian Markets, please support the Change.Org Petition here :

https://www.change.org/p/team-ninja-yos ... m=copylink

And for further info here is the Doax3 Fan Page :
https://www.facebook.com/pages/Dead-or- ... 90?fref=nf

Yes....its finally happening!
DOAX 3 - I repeat - Dead Or Alive Xtreme 3 Has been announced but we need your support to get it outside Asia - Please Sign this Petition: http://chn.ge/1Iwi1sC
User avatar
lumekano
advanced
Posts: 59
Joined: Sat Feb 25, 2012 2:20 pm
Has thanked: 40 times
Been thanked: 11 times

Re: 3d Models, animation importer - FatImporter

Post by lumekano »

Srry For The Late.

FatImporter (Sep ) 2014

http://www.mediafire.com/download/a3ywr ... r_2014.rar
UnKnown
pakxhit123
ultra-n00b
Posts: 3
Joined: Sun Feb 14, 2016 7:22 pm

Re: 3d Models, animation importer - FatImporter

Post by pakxhit123 »

Hello can some re upload the fat importer v5 ??
with Dragona Importer ?? please i need that one thankss
Post Reply