Search results

  1. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    Oh the issue was that the collections for current rolling items was being shared between roller ticks (it was a field on the class inside of inside the OnTick() method) which caused this weird behaviour. 😅
  2. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    Some updates: Currently recoding my emulator to support multiple characters per-user, which wasn't done in hindsight, so I can code support for this on the Helios Web system I am creating. Figured out I can just make the Send method run synchronously to eliminate some client-sided race...
  3. Quackster

    Habbo R39 Encryption don't receive session params packet

    I did have an issue where mine wouldn't always work for the Shockwave client, the issue was that the getBytes() for the shared key (that initialises the Cryptography class) BigInteger would occassionally put a 0 at the very start of the array, and the Shockwave client didn't have this zero - so...
  4. Quackster

    Qwek going goblin mode

    this is me btw, when ur being mean to me this is who ur being mean to
  5. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    It's because I'm don't "await" on the WriteAndFlushAsync() method, I think.
  6. Quackster

    How to properly edit the Habbo Shockwave client files (cst/dir)?

    Oh when it comes to empty.cct, use this: https://github.com/tomysshadow/Movie-Restorer-Xtra Enable it when you open Director, and then you should be able to open any .dir file and it will load empty.cct fine.
  7. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    I don't think you understand, I'll be rewriting the packet part of my server.
  8. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    I meant client-side race conditions. For example, there was an issue where the rollers would inconsistently have an item zoom around for no reason whatsoever, even when the ticks are the same, and I realise that it's because the server doesn't wait until the packet is sent before it's written...
  9. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    I gotta be honest, I'm kind of not happy with this project - I've made a lot of mistakes and requires rewriting major parts of the server. One of the problems is that I don't wait after sending packets which could lead to race conditions happening, and as a consequence I'd need to change large...
  10. Quackster

    Habbo R39 Encryption don't receive session params packet

    Alright, I'm eager to see your progress.
  11. Quackster

    How to properly edit the Habbo Shockwave client files (cst/dir)?

    Just do projectorrays.exe decompile filename.cct/.dcr And ProjectorRays will output a new file with the same name and either .cst/.dir extension that you can open in Directory MX 2004.
  12. Quackster

    Habbo R39 Encryption don't receive session params packet

    Is the packet not padded with random garbage that you need to remove? I'd be double checking your implementation around how the padding is done. For example, instead of 2, 1, 0 mine is 3, 2, 1 because the first byte is always trash. var tByte1 = tHeader[2] & 63...
  13. Quackster

    Old font does not working

    It is definitely to do with Wine and there is nothing that we can do to fix it. It's a Wine problem not a Shockwave problem.
  14. Quackster

    ChatGPT’s future..

    ChatGPT needs to be less lobotomised and also connected to the internet because I dislike how its knowledge is limited to 2021 and if it doesn't know about something, you have to tell it rather than it being able to search the internet for it.
  15. Quackster

    Maybe add chat?

    That's cool to hear, thanks. :) And yeah you're right about Discord being a walled garden - which is precisely why I opened this forum.
  16. Quackster

    Hello, I'm Cassander

    Welcome Cassender, thank you for being here :) And about the months and years ahead, I aim to keep this running for as long as possible.
  17. Quackster

    A question about the Shockwave client

    I'm currently working on a tool to deploy your own Habbo projector, I'll have it ready at some point™ in the future.
  18. Quackster

    Shockwave Dev Resources

    Thank you very much! I've stickied it. Though I hope you don't mind I've edited your post and added ProjectorRays as it's one of the most biggest leaps in recent history in regards to Shockwave decompilation.
  19. Quackster

    Hey!

    Hello dek! It was cool chatting to you on our Discord server, you've sure been around for a while. Welcome to the forum. :)
  20. Quackster

    Hi from a fan of the Yellow Plastic Pod Chair

    Hello Plasto, welcome to the forum :)
Back
Top