Habbo Protocol & Emulation (Java)
I've just recently picked up some Java knowledge throughout the course of this week and wanting to straight onto Habbo Emulation within the Java language. I've picked up on Java pretty easy, because they are relatively the same throughout PHP and some other languages.
I was wondering if anyone would have the time to explain to me how they picked up on the Habbo Protocol and learned more and more and now are developing their own Emulator (Java Specifically, but doesn't matter).
Right now I'm stuck between sockets & the client and can't get my head around it? So if anyone could explain a little to me, that would be great! :)
Thanks!
Re: Habbo Protocol & Emulation (Java)
Look at existing sources in Java, such as Sierra.
http://github.com/quackster/sierra
Re: Habbo Protocol & Emulation (Java)
A week? Are you fucking joking?
Re: Habbo Protocol & Emulation (Java)
Quote:
Originally Posted by
ησвяαιη
A week? Are you fucking joking?
I learnt Java in a week :P
Re: Habbo Protocol & Emulation (Java)
Quote:
Originally Posted by
ησвяαιη
A week? Are you fucking joking?
Gone through 20, 10 minute tutorials. :3
Do you mind flaming? I never said I'm fluent with the language, just more familiar.
Quote:
Originally Posted by
Leon
Cheers. Yeah I've been looking at that.
Re: Habbo Protocol & Emulation (Java)
Quote:
Originally Posted by
ACADEMiC
Gone through 20, 10 minute tutorials. :3
Do you mind flaming? I never said I'm fluent with the language, just more familiar.
Cheers. Yeah I've been looking at that.
You said you "learnt Java within a week"
Re: Habbo Protocol & Emulation (Java)
Quote:
Originally Posted by
Leon
Cheers. Yeah I've been looking at that.
Quote:
Originally Posted by
ACADEMiC
I've just recently picked up some Java knowledge throughout the course of this week and wanting to straight onto Habbo Emulation within the Java language. I've picked up on Java pretty easy, because they are relatively the same throughout PHP and some other languages.
I was wondering if anyone would have the time to explain to me how they picked up on the Habbo Protocol and learned more and more and now are developing their own Emulator (Java Specifically, but doesn't matter).
Right now I'm stuck between sockets & the client and can't get my head around it? So if anyone could explain a little to me, that would be great! :)
Thanks!
Quote:
Originally Posted by
ησвяαιη
You said you "learnt Java within a week"
At what point did I mention "learnt Java within a week.".
Re: Habbo Protocol & Emulation (Java)
If you already know a language such as PHP and/or C#, Java is an easy language to pick up.
There's also my own source: http://cometsrv.com - if you'd like to look at that.
Re: Habbo Protocol & Emulation (Java)
They're pretty similar :)
Out of curiosity, which IDE do you use?
Re: Habbo Protocol & Emulation (Java)
Quote:
Originally Posted by
ACADEMiC
They're pretty similar :)
Out of curiosity, which IDE do you use?
IntelliJ and Eclipse are good choices.