Thread: (742) - Frosty's Cache Editor (Updated to 742)

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43
  1. #11  
    What?

    Luminous's Avatar
    Join Date
    Apr 2015
    Posts
    489
    Thanks given
    231
    Thanks received
    341
    Rep Power
    179
    Quote Originally Posted by Superkickabout View Post
    Do this with Xaves RSDS?
    Not open source
    Reply With Quote  
     

  2. #12  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by Superkickabout View Post
    Do this with Xaves RSDS?
    What'd you mean? Elaborate please.

    @Luminous, it may not be open source but it can be decompiled.
    Reply With Quote  
     

  3. #13  
    🎬 Video Editor


    Join Date
    Jun 2015
    Posts
    407
    Thanks given
    393
    Thanks received
    155
    Rep Power
    567
    Quote Originally Posted by Waterfiend View Post
    What'd you mean? Elaborate please.

    @Luminous, it may not be open source but it can be decompiled.
    Xaves RSDS can't open any files from 780+ I think.
    Don't worry though, Pea2nuts is making an RS3CE.
    Reply With Quote  
     

  4. #14  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by Superkickabout View Post
    Xaves RSDS can't open any files from 780+ I think.
    Don't worry though, Pea2nuts is making an RS3CE.
    Just change the reference table o.o
    Not worrying >_>
    Reply With Quote  
     

  5. #15  
    Longtime Coder/Dev
    Peepaw's Avatar
    Join Date
    Feb 2014
    Age
    27
    Posts
    80
    Thanks given
    1
    Thanks received
    7
    Rep Power
    73
    Quote Originally Posted by Waterfiend View Post
    Enjoy.
    Tyvm

    Quote Originally Posted by Pengar View Post
    Thank you! will be using!

    EHH how can i make it run?
    Eclipse
    Reply With Quote  
     

  6. #16  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Bump, this is useful for 742 users (and users that use 718 loading 742 for npcs)
    Reply With Quote  
     

  7. Thankful user:


  8. #17  
    Registered Member
    Join Date
    Sep 2009
    Posts
    99
    Thanks given
    23
    Thanks received
    5
    Rep Power
    0
    Hey im trying to use this to rip models from a 831 cache (been told this verison should work) but im getting this error on every cache editor i can find.

    [Console]: Console Started.
    [Main]: ToolSelection Started
    [Main]: Frosty's Cache Editor
    [Main]: Edited to support the #742 revision by Waterfiend.
    Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
    at com.alex.store.ReferenceTable.decodeHeader(Referen ceTable.java:251)
    at com.alex.store.ReferenceTable.<init>(ReferenceTabl e.java:23)
    at com.alex.store.Index.<init>(Index.java:31)
    at com.alex.store.Store.<init>(Store.java:39)
    at com.alex.store.Store.<init>(Store.java:27)
    at com.alex.store.Store.<init>(Store.java:23)
    at com.editor.item.ItemSelection.<init>(ItemSelection .java:40)
    at com.editor.ToolSelection.submitButtonActionPerform ed(ToolSelection.java:95)
    at com.editor.ToolSelection.access$0(ToolSelection.ja va:92)
    at com.editor.ToolSelection$1.actionPerformed(ToolSel ection.java:65)
    at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)

    Any ideas? Im running through eclipse and ive made sure im not going over the eclipse heap status.
    Reply With Quote  
     

  9. #18  
    Reverse Engineering

    freeezr's Avatar
    Join Date
    Dec 2011
    Posts
    1,067
    Thanks given
    288
    Thanks received
    444
    Rep Power
    401
    Quote Originally Posted by Dubble0jon View Post
    Hey im trying to use this to rip models from a 831 cache (been told this verison should work) but im getting this error on every cache editor i can find.

    [Console]: Console Started.
    [Main]: ToolSelection Started
    [Main]: Frosty's Cache Editor
    [Main]: Edited to support the #742 revision by Waterfiend.
    Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
    at com.alex.store.ReferenceTable.decodeHeader(Referen ceTable.java:251)
    at com.alex.store.ReferenceTable.<init>(ReferenceTabl e.java:23)
    at com.alex.store.Index.<init>(Index.java:31)
    at com.alex.store.Store.<init>(Store.java:39)
    at com.alex.store.Store.<init>(Store.java:27)
    at com.alex.store.Store.<init>(Store.java:23)
    at com.editor.item.ItemSelection.<init>(ItemSelection .java:40)
    at com.editor.ToolSelection.submitButtonActionPerform ed(ToolSelection.java:95)
    at com.editor.ToolSelection.access$0(ToolSelection.ja va:92)
    at com.editor.ToolSelection$1.actionPerformed(ToolSel ection.java:65)
    at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)

    Any ideas? Im running through eclipse and ive made sure im not going over the eclipse heap status.
    Reference Table needs updating. This editor currently supports 742, and youre trying 831.

    Attached image
    Reply With Quote  
     

  10. #19  
    Registered Member
    Join Date
    Sep 2009
    Posts
    99
    Thanks given
    23
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by Leon_ View Post
    Reference Table needs updating. This editor currently supports 742, and youre trying 831.
    Do you know how i can rip the model ids etc?
    Reply With Quote  
     

  11. #20  
    Banned
    Join Date
    Jun 2012
    Age
    28
    Posts
    709
    Thanks given
    521
    Thanks received
    87
    Rep Power
    0
    Thanks
    Reply With Quote  
     

Page 2 of 5 FirstFirst 1234 ... 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. Frosty's Cache Editor not saving NPC size?
    By JihadiJackass in forum Help
    Replies: 3
    Last Post: 07-17-2015, 05:12 AM
  2. Frosty's Cache Editor
    By JihadiJackass in forum Help
    Replies: 1
    Last Post: 07-09-2015, 08:50 AM
  3. Updating to 742.
    By dragonmage in forum Help
    Replies: 2
    Last Post: 04-08-2013, 11:46 PM
  4. cache editor on 718/742 cache
    By Nyan in forum Help
    Replies: 1
    Last Post: 02-25-2013, 09:54 PM
  5. Alex's Cache Editor [how to get pack maps]
    By Azir in forum Tutorials
    Replies: 9
    Last Post: 10-25-2012, 06:26 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
  •