Thread: adding models

Results 1 to 7 of 7
  1. #1 adding models 
    Registered Member
    Syles's Avatar
    Join Date
    Oct 2013
    Posts
    404
    Thanks given
    51
    Thanks received
    63
    Rep Power
    180
    In need of help with this. Can't really offer money as I do have bills and what not, so could someone point me in the direction or link me to a tutorial that's actually good? I've searched and can't find any that help.
    Reply With Quote  
     

  2. #2  
    Registered Member omnee's Avatar
    Join Date
    Apr 2011
    Posts
    135
    Thanks given
    30
    Thanks received
    11
    Rep Power
    18
    You need to add the .dat files (models) inside the Raw folder of your cache. Your cache should be in C:/.
    After that, you go in your ItemDef class (or ItemDef_2 if your client uses it) and you just need to copy one of those if statements (or case) and paste it.
    Make sure to change the modelID to the number of the model you put in the Raw folder of your cache. Change the name, description, etc.

    I suck at explaining, so, check this out

    Good luck!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Syles's Avatar
    Join Date
    Oct 2013
    Posts
    404
    Thanks given
    51
    Thanks received
    63
    Rep Power
    180
    Quote Originally Posted by omnee View Post
    You need to add the .dat files (models) inside the Raw folder of your cache. Your cache should be in C:/.
    After that, you go in your ItemDef class (or ItemDef_2 if your client uses it) and you just need to copy one of those if statements (or case) and paste it.
    Make sure to change the modelID to the number of the model you put in the Raw folder of your cache. Change the name, description, etc.

    I suck at explaining, so, check this out

    Good luck!
    So what in C:/me/cache/raw/(insert models here) ???
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Mar 2013
    Age
    11
    Posts
    509
    Thanks given
    18
    Thanks received
    30
    Rep Power
    89
    Quote Originally Posted by Uthora View Post
    So what in C:/me/cache/raw/(insert models here) ???
    Just use galkons repacking make a folder in the cache named index1 then put the models in there and then in startup client.java add
    Code:
    repackCacheIndex(1);
    only do this if you have alot of models to add.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Syles's Avatar
    Join Date
    Oct 2013
    Posts
    404
    Thanks given
    51
    Thanks received
    63
    Rep Power
    180
    anyone got models for skillcapes?
    Reply With Quote  
     

  6. #6  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    Quote Originally Posted by Uthora View Post
    anyone got models for skillcapes?
    check out the models section and do some googling? would help if you posted what client and revision ur using and what u want
    Owner of OS-RSPS, the first Oldschool RuneScape Server (2014)
    Reply With Quote  
     

  7. #7  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    Quote Originally Posted by Uthora View Post
    So what in C:/me/cache/raw/(insert models here) ???
    Most clients have the preloadModels method called on start up. If you want (but I don't suggest) you can put all your models (in .dat format) in the Raw folder in your cache.

    Or, you can use Galkon's Index Repacking to pack the models in your cache, which is a better method.

    GZP:

    Code:
    ren *.dat *.gz
    pause
    Make a batch file and put that code on it. (Text document/Save as gzip.bat)

    That'll rename all your dat files to gz files. Make sure you run that batch file in the same folder as your dat files are in.


    You can find some more info on how galkon's index repacker works in the actual thread: http://www.rune-server.org/runescape...repacking.html
    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. Adding models - [Outdated]
    By James in forum Tutorials
    Replies: 347
    Last Post: 04-17-2009, 09:31 PM
  2. Adding Models for Items and GFX [First TuT]
    By Valkyre in forum Tutorials
    Replies: 2
    Last Post: 08-05-2008, 05:50 PM
  3. [req]Adding models for refactored clients[/req]
    By Cup-o-cino in forum Tutorials
    Replies: 1
    Last Post: 04-28-2008, 12:45 AM
  4. Adding Models Into "ItemDef.Java" (Hardcoding)
    By Evolution X in forum Tutorials
    Replies: 4
    Last Post: 01-02-2008, 11:27 PM
  5. Need a lil help with kevin way of adding models!
    By newservermaker in forum RS2 Client
    Replies: 0
    Last Post: 11-20-2007, 02:30 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
  •