Thread: [PI] Fixing Pitch Black Models

Results 1 to 7 of 7
  1. #1 [PI] Fixing Pitch Black Models 
    Registered Member Turbo X Repz's Avatar
    Join Date
    Oct 2011
    Posts
    75
    Thanks given
    1
    Thanks received
    3
    Rep Power
    6
    In Alot of servers mainly Torvapkz and HybridPvp, i've seen many items missing the colour black.. well i thought maybe if i recoloured that model in a diffrent black maybe it would show?

    so here it is:

    Make your way to your client. and go in either ItemDef.java or ItemDef_2.java
    And Just add in:

    Code:
    case 14479:
    case 14480:
    case 14481:
    case 19337:
    case 19342:
    case 19336:
    case 19341:
    case 11335:
    case 13740:
    case 13738:
    case 13742:
    case 13744:
    itemDef.editedModelColor = new int[1];
    itemDef.newModelColor = new int[1];
    itemDef.editedModelColor[0] = 0;
    itemDef.newModelColor[0] = 4;
    break;
    Just add in all the other item ids that need to be re-coloured.
    And please.. to all the people who already know how to do this, Just dont post a smart ass comment saying this is easy to do. ALOT of people dont know how to do this.

    [EDIT]
    If you need it to be re-made in another way just post me an example of your client's format. Thank you
    Reply With Quote  
     

  2. #2  
    Registered Member Turbo X Repz's Avatar
    Join Date
    Oct 2011
    Posts
    75
    Thanks given
    1
    Thanks received
    3
    Rep Power
    6
    Am i allowed to make a snippet with all the things i fix/add...?
    Reply With Quote  
     

  3. #3  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,501
    Thanks given
    204
    Thanks received
    322
    Rep Power
    588
    This is a client side fix, but anyway nice job

    Just live life at its fullest.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member Turbo X Repz's Avatar
    Join Date
    Oct 2011
    Posts
    75
    Thanks given
    1
    Thanks received
    3
    Rep Power
    6
    Can a mod move it to Client pl0x?
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Dec 2011
    Age
    26
    Posts
    794
    Thanks given
    92
    Thanks received
    84
    Rep Power
    250
    Thank You So Much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Sep 2011
    Posts
    5,142
    Thanks given
    1,333
    Thanks received
    1,795
    Rep Power
    1731
    Or you can do it the correct way by commenting this out in the model class:

    Code:
    //|| anIntArray1640[i2] == 0  //Black Triangles 633 Models
    Retired from RSPS. Please don't message me for services, sales or help. Apologies.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jun 2012
    Posts
    653
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Or you could do it the correct way and change the read values...
    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: 50
    Last Post: 06-03-2012, 03:45 PM
  2. Fixing Black minimap
    By Pb600 in forum Snippets
    Replies: 9
    Last Post: 08-05-2011, 09:28 PM
  3. [cheaphax]Fixing black water for 508 maps
    By Mr Reece in forum Snippets
    Replies: 22
    Last Post: 06-25-2011, 05:30 AM
  4. Black Mask Models + Ints
    By Xenon in forum Requests
    Replies: 5
    Last Post: 10-26-2009, 09:50 PM
  5. Black P hat & Black h' Ween mask models
    By heroesrising in forum Requests
    Replies: 4
    Last Post: 10-15-2008, 01:15 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •