Thread: How do I find textures belonging to a model?

Results 1 to 6 of 6
  1. #1 How do I find textures belonging to a model? 
    Registered Member
    Join Date
    Dec 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello,

    For the past few weeks I have been trying to find out what textures in the texture dump are being used for a particular model. I know that for an npc I can look up what models and colors it is made up of with rsds but I have yet to find a tool that tells me which textures are used. An example of something what I want to achieve is:
    A random npc like a bedabin nomad or commander zilyana have textures, the first a wave cloth texture and the other feathers on the wing. Now for these examples it is kind of easy to find what texture is used by looking at the model or atleast narrow down the possible ones used from like 700 different textures of the dump to like 10. This way of tracing down the textures used is quite tedious if you have to do it for hundrdes of models so is there a way to easily trace the texture used? Maybe another tool? (I have also tried rsvm and a few others)

    Thanks for your time in advance,

    Kind regards,

    filextract
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2015
    Age
    31
    Posts
    1,332
    Thanks given
    215
    Thanks received
    329
    Rep Power
    0
    use displee model editor
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello,

    I read (months ago) that this tool is 750 dollars. unfortunately I do not have that money. If anyone has access to it and would like to check some textures certain models use it would be amazing. Is there maybe a trial version?

    Hello,

    I read (months ago) that this tool is 750 dollars. unfortunately I do not have that money. If anyone has access to it and would like to check some textures certain models use it would be amazing. Is there maybe a trial version?
    Reply With Quote  
     

  4. #4  
    nice


    Join Date
    Jul 2014
    Posts
    740
    Thanks given
    382
    Thanks received
    562
    Rep Power
    4239
    Quote Originally Posted by fileextractor View Post
    Hello,

    I read (months ago) that this tool is 750 dollars. unfortunately I do not have that money. If anyone has access to it and would like to check some textures certain models use it would be amazing. Is there maybe a trial version?

    Hello,

    I read (months ago) that this tool is 750 dollars. unfortunately I do not have that money. If anyone has access to it and would like to check some textures certain models use it would be amazing. Is there maybe a trial version?
    what do u want to do, find all models that use a certain texture or find all textures that a certain model uses? either way that's easy to do with a few lines of code lol
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello suic,

    yes the latter, I want to find (for like 500 different models) the textures used, I am not much of a coder unfortunately.
    Reply With Quote  
     

  6. #6  
    nice


    Join Date
    Jul 2014
    Posts
    740
    Thanks given
    382
    Thanks received
    562
    Rep Power
    4239
    Quote Originally Posted by fileextractor View Post
    Hello suic,

    yes the latter, I want to find (for like 500 different models) the textures used, I am not much of a coder unfortunately.
    simply iterate thru the texture/material array and add each value to a hashset(unless u want duplicates)
    if ur storing ur 'texture ids' in the color array, iterate thru that one but add a check to determine whether it is a texture id or not
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 9
    Last Post: 07-22-2008, 11:38 PM
  2. How do i Delete a tab to teleport somewere.
    By heroesrising in forum Tutorials
    Replies: 2
    Last Post: 06-23-2008, 12:32 AM
  3. how do i get my server to run
    By bosley in forum Tutorials
    Replies: 10
    Last Post: 04-29-2008, 11:45 PM
  4. Replies: 5
    Last Post: 01-10-2008, 01:31 AM
  5. How do I find out what cache I have?
    By Scottyz in forum Tutorials
    Replies: 0
    Last Post: 09-03-2007, 05:24 PM
Tags for this Thread

View Tag Cloud

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