Results 1 to 4 of 4
  1. #1
    Drawing
    Drawing is offline
    New member
    Join Date
    2012 Jan
    Posts
    18
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [HELP]Silkroad texture

    Hi men, i was extracting model from silkroad qith this tutorial https://progamercity.net/game-gfx/15...-importer.html

    But i wonder, the texture are in mtrl? because i find the textures there but the texture of the blade 1 it isn't blade01.ddj but is blade 01-02-03-04. ddj ,the texture are all together.

  2. #2
    xTsukihime
    xTsukihime is offline
    New member
    Join Date
    2012 Jan
    Posts
    17
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    3
    Thanked in
    1 Post
    Rep Power
    0
    Yes, textures are in mtrl.
    Are you saying the filename is "blade 01-02-03-04.ddj", or the referenced texture is that file?

    I don't remember seeing filenames like that in this game.
    I develop noesis plugins using the Sanae3D interface I wrote. If a plugin says Sanae3D is missing, just download it and put it in your plugins folder. Since signatures do not allow URL tags you can visit my profile to get the link to my website which contains a link to the Sanae3D package.

    But I'm usually on xentax.

  3. #3
    CriticalError
    CriticalError is offline
    Senior Member CriticalError's Avatar
    Join Date
    2011 Jun
    Posts
    204
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    44
    Thanked in
    27 Posts
    Rep Power
    0
    this game work like this, in 1 texture add 3 o 4 per model, what I mean is blade 1,2,3,4 work with dds blade1 for example.

  4. #4
    xTsukihime
    xTsukihime is offline
    New member
    Join Date
    2012 Jan
    Posts
    17
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    3
    Thanked in
    1 Post
    Rep Power
    0
    I just looked at the format again.
    It references a material file (bmt file), which then references which texture is used (ddj).

    So if the maxscript doesn't actually do this, someone will have to update it to include parsing the bmt.

    bmt format is simple;

    Code:
    char[12] idstring
    dword numEntries?
    dword length
    char[length] matName
    float[68] material Properties (emissive, ambient, etc.)
    dword ?
    dword length2
    char[length2] texPath or texName (depending on where the ddj file is)
    float ?
    byte[3] ?
    Now that you mention it, fatduck did put "material library" but I didn't really know what it was lol
    This makes it easier for me. I should go update the noesis script.
    Last edited by xTsukihime; 2012-02-06 at 06:55 AM.
    I develop noesis plugins using the Sanae3D interface I wrote. If a plugin says Sanae3D is missing, just download it and put it in your plugins folder. Since signatures do not allow URL tags you can visit my profile to get the link to my website which contains a link to the Sanae3D package.

    But I'm usually on xentax.

Similar Threads

  1. [Release] [Silkroad] PK2 Extractor-Editor + Texture Converter + Max Importer
    By CriticalError in forum Game Models and Graphic
    Replies: 5
    Last Post: 2021-09-23, 09:36 PM
  2. [Tool] Allods Online Texture Viewer
    By h4x0r in forum Game Files
    Replies: 4
    Last Post: 2018-08-29, 09:22 AM
  3. [Tutorial] Silkroad Multiclient
    By a4123278 in forum Game Researching Tutorials
    Replies: 1
    Last Post: 2012-08-29, 01:54 PM
  4. [Tool] Diablo III Texture Converter
    By h4x0r in forum Game Models and Graphic
    Replies: 2
    Last Post: 2012-05-29, 08:06 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
  •