Bro I'm fucking weak as hell this type of funny shit takes me back. :lol::lol:
I haven't seen any code snippets or source code but judging off the development stack and screenshots this is a pretty solid Web application.
respect the dedication to your craft even after all this time. I can no...
Have you taken a look at the source of an existing emulator? They're pretty straightforward as to what code makes up a component once you've weeded out all the clutter.
I already told him before. You live in 2017 and you can learn just about anything you would ever need to know about coding just from google.com. There is no step-by-step guide to coding commands, and more specifically, RPs and this community was never known for spoonfeeding when the majority of...
I don't see how your emulator would crash because of websockets. A good thing to keep into consideration is probably your user's internet connection and how theoretically more websocket features would require more packets... would result in a higher packet latency = slowing down your user's...
I'm guessing he does it the same way Sledmore implemented it into his Plus Emulator (ProcessComponent) which was inspired by Matty from his Mango server. RP emulator's rarely have anything going on under the hood of it's timers besides maybe a simple alert, coin update, etc. it would be...
I basically re-invented the wheel with interfaces, there are none in Node.js afaik (haven't coded in a while) but this is basically how I parsed an interface.
Also, when I was working on this earlier in development. I was having a hard time researching the best way to go about designing the...
C# does NOT lack cross platform support btw.
Java and C# are also not so different where it would take a genius in order to port source code (especially from a Habbo emulator) over to C#. I don't support that claim.
I don't see what you would modify in the SWF to make the clothes "load faster" unless you're going to keep the loading bar until every clothing SWF is loaded (only way I can see it being done).
There are more logical approaches to making your flash content load faster on your website and one of...
That was an educated guess since I've noticed Boon has changed domains in the past and I couldn't see why this would be necessary (since the old domains also worked) unless it was because of something like a DMCA complaint. :rasta:
A good solution to avoiding DMCA would be to simply switching...
Depends on which Boon you're referring to, are you referring to:
Habboon.com
Habboon.net
Boon.pw
Boon.li
Boon.WhatTheFuck
Boon.ThisWillNeverEnd
All in all... I'm sure you get the gist of what I was trying to say ;)
Not entirely true @Buu, some language features aren't simple enough to be mocked in other languages without a lot of unnecessary coding to back it (without the guarantee of a performance advantage) and your implementation wouldn't only be redundant, it'd probably wouldn't perform as well as the...