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. 😅
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...
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...
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.
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...
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...
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.
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...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.