Thread: HELP! no raw folder

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 HELP! no raw folder 
    Registered Member
    Join Date
    Feb 2016
    Posts
    29
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Hey guys,

    I am pretty new in the programming world etc. and i am making a server for some friends to play with.

    I want to add new items like the os max cape 3age weapons etc.

    But i need to put the models into a raw folder, but i don't have one.

    How do i fix this??

    -I use the ProjectOSV1 source and client

    -Padvinder
    Reply With Quote  
     

  2. #2  
    Registered Member
    Lord Orago's Avatar
    Join Date
    Jan 2016
    Posts
    274
    Thanks given
    64
    Thanks received
    90
    Rep Power
    92
    Deez nuts
    Reply With Quote  
     

  3. #3  
    Registered Member
    The Reverse's Avatar
    Join Date
    Nov 2014
    Posts
    936
    Thanks given
    168
    Thanks received
    289
    Rep Power
    520
    Create a folder in your cache named index1, Gzip all your models and add them in index1. Call repackCacheIndex(1) in Client.java under startup().

    Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.
    Martin Luther King, Jr.

    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2016
    Posts
    29
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Faz_ View Post
    Create a folder in your cache named index1, Gzip all your models and add them in index1. Call repackCacheIndex(1) in Client.java under startup().
    Thanks, but what is gzipping, sorry if this is a dump question

    Thanks!
    Reply With Quote  
     

  5. #5  
    Registered Member
    The Reverse's Avatar
    Join Date
    Nov 2014
    Posts
    936
    Thanks given
    168
    Thanks received
    289
    Rep Power
    520
    Quote Originally Posted by padvinder View Post
    Thanks, but what is gzipping, sorry if this is a dump question



    Thanks!

    Find the models that u want, find a allinonegzipper and put them in the same folder. It would zip the files so the client could pack them in.

    Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.
    Martin Luther King, Jr.

    Reply With Quote  
     

  6. #6  
    Registered Member Armegaddon's Avatar
    Join Date
    Apr 2015
    Posts
    213
    Thanks given
    93
    Thanks received
    39
    Rep Power
    0
    Can get the GZipper from here:

    Download All.InOne.Zipper.jar @ UppIT

    When packing the models, make sure the jar file is not in the index1 folder.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Feb 2016
    Posts
    29
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Code:
    Exception in thread "Thread-5" java.lang.NullPointerException
    	at ItemDef.forID(ItemDef.java:918)
    	at ItemDef.getSprite(ItemDef.java:2955)
    	at client.drawInterface(client.java:9117)
    	at client.drawTabArea(client.java:2414)
    	at client.drawGameScreen(client.java:8888)
    	at client.processDrawing(client.java:9880)
    	at RSApplet.run(RSApplet.java:202)
    	at client.run(client.java:5315)
    	at java.lang.Thread.run(Unknown Source)
    gettign an error when i want to login?


    and is the cache what is in my :c ?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Feb 2016
    Posts
    43
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    im also wondering if the cache in my user profile is the one i should be adding my index1 to
    Reply With Quote  
     

  9. #9  
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    Quote Originally Posted by Hugh Laurie View Post
    im also wondering if the cache in my user profile is the one i should be adding my index1 to
    Yea like this

    Attached image

    You put your .dat files to this folder and gzip them with the file called AllInOneZipper or whatever the name was




    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Feb 2016
    Posts
    43
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by Eazy View Post
    Yea like this

    Attached image

    You put your .dat files to this folder and gzip them with the file called AllInOneZipper or whatever the name was
    So im putting the code it tells me to put inside the startup method and it isnt repackinging it so wtf

    EDIT: Nvm i did it ))))
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Help Adding Models 317 pi , NO RAW FOLDER
    By Slam Way in forum Help
    Replies: 2
    Last Post: 12-16-2015, 02:23 PM
  2. [PI] No Raw Folder?
    By Wobblum in forum Help
    Replies: 10
    Last Post: 03-12-2015, 05:54 PM
  3. pi no raw folder
    By Hiken jr in forum Help
    Replies: 15
    Last Post: 06-17-2014, 09:03 AM
  4. Ardi v2 No Raw folder in cache [help]
    By 3P1c_T4nk in forum Help
    Replies: 3
    Last Post: 06-16-2014, 06:37 PM
  5. No raw folder
    By Relentless in forum Help
    Replies: 0
    Last Post: 07-23-2013, 02:14 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
  •