Thread: Infernal Cape Texture PI

Results 1 to 4 of 4
  1. #1 Infernal Cape Texture PI 
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Hello,

    I am trying to add texture 14 to my infernal cape.

    I tried adding the following, yet the white comes up white.

    Code:
    public static void applyTexturing(Model model, int id) {
    			switch (id) {
    			case 21295:
    				model.setTexture(14, 40);
    				break;
    			}
    		}
    Code:
    		case 21295:
    			itemDef.originalModelColors= new int[1];
    			itemDef.modifiedModelColors = new int[1];
    			itemDef.originalModelColors[0] = 14;
    			itemDef.modifiedModelColors[0] = 40;
    			break;
    Then I tried only adding the first part and not the second, and the texture comes up, but it covers the whole cape front and back. How can I make it only cover the back of the cape?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jan 2014
    Posts
    596
    Thanks given
    91
    Thanks received
    60
    Discord
    View profile
    Rep Power
    0
    You need the new osrs texture thingy.
    Reply With Quote  
     

  3. #3  
    Ⱨ₳Ɽ₳₥ ₳₴ ₣Ʉ₵₭

    A Furry's Avatar
    Join Date
    Sep 2014
    Age
    23
    Posts
    2,779
    Thanks given
    2,123
    Thanks received
    1,968
    Discord
    View profile
    Rep Power
    5000
    Read my sig.
    Also, this type of method won't work. You'll need to use something like this:
    [Only registered and activated users can see links. ]





    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Quote Originally Posted by A Mage View Post
    Read my sig.
    Also, this type of method won't work. You'll need to use something like this:
    [Only registered and activated users can see links. ]
    Yes, but my volcanic and frozen whips are already texturized. Do I still have to look at that tutorial?
    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. OSRSPK/Elvarg Infernal cape textures
    By wolfenzi in forum Snippets
    Replies: 9
    Last Post: 08-01-2019, 05:24 PM
  2. help with infernal cape textures
    By proz in forum Models
    Replies: 9
    Last Post: 04-02-2018, 10:09 AM
  3. Selling infernal cape textures
    By Emre in forum Selling
    Replies: 19
    Last Post: 10-03-2017, 07:02 PM
  4. Texturing issues with infernal cape
    By Excursion in forum Help
    Replies: 0
    Last Post: 08-12-2017, 03:07 AM
  5. Needing Textures for infernal cape
    By phazedex in forum Requests
    Replies: 1
    Last Post: 07-02-2017, 01:21 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
  •