Conversation Between Graham and Teemuzz

18 Visitor Messages

Page 1 of 2 12 LastLast
  1. I actually got it fixed by using a 597 index i downloaded earlier, it was caused by an EOF in the only file it contains. Might have been an error on my part. i'll try to reproduce it today and see if redownloading again fixes the issue

    I'm using openrs2 library
  2. I've just tested it with the openrs2 cache library:

    Code:
    public fun main() {
        Cache.open(Path.of("/home/gpe/downloads/594/cache")).use { cache ->
            for (group in cache.list(29)) {
                for (file in cache.list(29, group.id)) {
                    cache.read(29, group.id, file.id).use { buf ->
                        println(ByteBufUtil.prettyHexDump(buf))
                    }
                }
            }
        }
    }
    and it can read everything in idx29 without any problems.

    Which cache library are you using? Can you paste the full stack trace?
  3. I'm having a weird issue with the 594 cache, the original source listed was already deleted too. For some reason index 29 throws a EOF, judging by the website there should be no issues. Already tried downloading the cache again with the same problem. Any ideas?
  4. https://www.rune-server.ee/runescape...ml#post1920214
    https://www.rune-server.ee/runescape...ist-ukeys.html

    Also the cache here is still download able but you just seemed to add the master index? https://www.rune-server.ee/runescape...23-client.html


    Idk, saw a few of your resent adds to the history and I think these might help

    https://www.rune-server.ee/runescape...s-w-cache.html
    This one seems too small but you never know if it's something
    https://www.rune-server.ee/runescape...s-release.html
    Here's a cache too, missing from your listing
    edit: woop you had the 546 cache already, was looking at the other one
    edit2: the timestamp is older than the newer caches one, dating back to 27/05/2021


    https://pastebin.com/RYiedWtH Here's a manually compared version list for the 594 cache, sadly some indices didn't have any other results, that being clientscripts, animations and materials(?)
  5. Got home and checked my thumb drives I used to store stuff on and I wiped them at some point... Need to boot up my old pc up tomorrow, might have the things there

    On a different note, I'm having difficulties loading a bigger instanced map than 7x7 filled up, am I doing something wrong or are there some kind of limitations in pre-592 built map areas? I'm messing around with scape-emu if there's something issue-related there, at least in 592 I could fill the whole map area

    Edit: just answered my own question, need to check if the outgoing buffer is getting saturated I needed to increase the buffer size from default when going to 592 from 530
  6. I'd actually believe thing1 could have them both since i don't think he would delete those knowing they rarely come across
  7. Really afraid i don't, but i'll dig through all my archives and see if i find anything interesting, there might be something laying around
  8. https://www.rune-server.ee/runescape...007-cache.html do you still have copies of these btw?
  9. Ah, okay. I think the amount of changes would be around this:
    - Name hashes
    - Reference format
    - Minor fixes
    - Probably the data file format?
  10. The easiest thing to do is to probably change Apollo such that it uses the OpenRS cache library. A fair amount of things would need to be changed, however, as they assume Apollo uses the old engine.
Showing Visitor Messages 1 to 10 of 18
Page 1 of 2 12 LastLast