Results 1 to 1 of 1
  1. #1
    chrrox
    chrrox is offline
    New member
    Join Date
    2011 Aug
    Posts
    21
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    16
    Thanked in
    6 Posts
    Rep Power
    0

    Rise of Immortals 3ds max

    Here is a 3ds max import script for these models.
    Characters are supported with bones and weights
    static objects are just imported i did not assign bones to them.


    and the 2 quickbms scripts
    Run this first
    Code:
    get idstring long
    get unk01 long
    get totalheader long
    get namecount long
    get files long
    get infoOff long
    savepos nstart
    math infoOff + nstart
    
    for i = 0 < files
    get nsize short
    getdstring name nsize
    putarray 0 i name
    next i
    
    goto infoOff
    for i = 0 < files
    get unk01 long
    get unk02 short
    get id long
    get size long
    get offset long
    get nameid short
    getarray NAME 0 nameid
    log name offset size
    next i
    Then run this second on the model files
    Code:
    get name basename
    get ext EXTENSION
    string name + ".ext."
    string name + ext
    goto 0x10
    get zsize long
    set size zsize
    math size * 10
    comtype zlib_noerror
    clog name 0x24 zsize size
    To have textures auto applied extract the model and texture archive to the same destination then replace the compressed models with the uncompressed ones.

    Please register or login to download attachments.

    Last edited by chrrox; 2011-09-05 at 06:03 PM.

  2. The Following User Says Thank You to chrrox For This Useful Post:


Similar Threads

  1. [Bot] Battle of the Immortals BBot
    By Dwar in forum Battle of the Immortals
    Replies: 62
    Last Post: 2013-09-28, 06:53 AM
  2. [Bot] Pbbot for Battle of the Immortals
    By Dwar in forum Battle of the Immortals
    Replies: 88
    Last Post: 2012-08-22, 12:17 PM
  3. [Bot] Battle of the Immortals RemBOI
    By Dwar in forum Battle of the Immortals
    Replies: 5
    Last Post: 2011-06-17, 09:12 AM
  4. Battle of immortals ph bot
    By anton03 in forum Battle of the Immortals
    Replies: 0
    Last Post: 2011-03-26, 03:30 PM
  5. Battle of the Immortals in Russia
    By olegcrazzy in forum Battle of the Immortals
    Replies: 5
    Last Post: 2011-01-19, 06:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •