Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Kepler - v21 Emulator [Java, MariaDB, Netty]

Status
Not open for further replies.
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Check my printscreens on the first page , i make a Cms with php + MySQL to works with Hablog v15 kkkk, but if you make that works i have no problem to try use SQLite with PHP , will be amazing work on it... Anyway i hope you make this on future
 
Custom Title Activated
Loyal Member
Joined
Oct 26, 2012
Messages
2,357
Reaction score
1,086
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

V13 had SSO implemented. As for camera, it's the same as Blunk, besides the Login packet. Instead, you need encryption, get the Machine ID, save user by Machine ID and get the right user by Machine ID in the Login packet (or was it Logon, not sure anymore). The rest will be 100% like Blunk (besides the item data packet perhaps but not sure about it).
 
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
V13 had SSO implemented. As for camera, it's the same as Blunk, besides the Login packet. Instead, you need encryption, get the Machine ID, save user by Machine ID and get the right user by Machine ID in the Login packet (or was it Logon, not sure anymore). The rest will be 100% like Blunk (besides the item data packet perhaps but not sure about it).


Tanks for confirming thats info...

Hey Quack i'm lokking for the prints , so you will make the advertisement works on public spaces ?
 
Last edited by a moderator:
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Tanks for confirming thats info...

Hey Quack i'm lokking for the prints , so you will make the advertisement works on public spaces ?

I'm not really interested in doing advertisements right now, I'm going at my own pace.
 
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Waiting for Updates :D , Hey pal how much of Memory the Emulator uses for now ?
 
Last edited:
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Sorry for the lack of updates, was busy in real life. I'm going to graduate with a bachelors in information communications technology in April. :D:

Changelog

- Started work on messenger.

- Added the "messenger" mission in the database, before they shared the same mission, which was incorrect.

- Added ability to edit room details.

I've opened up the source code repository for public viewing, and it's now available to view on GitHub at .

Images

2DzxF9G - Kepler - v21 Emulator [Java, MariaDB, Netty] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 16, 2014
Messages
58
Reaction score
29
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Sorry for the lack of updates, was busy in real life. I'm going to graduate with a bachelors in information communications technology in April. :D:

Good luck with your bachelors man, I love this version of Habbo and you're doing an amazing work developing it and bringing it back.

Keep going on!

Cheers.
 
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
I'm Understand you busy , i'll graduate too on the next year in Computer Science , i hope so.

Please put back the yellow ducket it's your trademark...
 
Last edited by a moderator:
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Changelog

Added

- Messenger is 100% completed, request, accept and deny friend coded.
- Send instant messages to friend.
- All messages have working dates.
- Offline messages are added.
- Mark read for messages added.
- Remove friend added.
- Protection against malicious input added.

Fixed

- Segfaults when the user tried to cleanup a null messenger struct instance.
- Stack smashing when trying to read certain VL64 elements.

To-Do

- Avoid memory leaks by cleaning up the stored messenger_message struct instances.
- Add last online table to database and show it in the friends list.

9JE4Der - Kepler - v21 Emulator [Java, MariaDB, Netty] - RaGEZONE Forums


jF8lJ6t - Kepler - v21 Emulator [Java, MariaDB, Netty] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Nice features , after finish the Console you will work on Habbo Club ?
 
Joined
Dec 16, 2011
Messages
1,994
Reaction score
632
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

You always seem to surprise me, good luck with this! Even though I'm no longer into retros or Habbo in general, it's great to follow along and watch all the updates in my spare time. Again, good luck dude, hopefully this comes through, will bring back heaps of memories!
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Looks like the latest version of CLion works with the Linux Subsystem for Windows, which means I can run my program while still using Linux libraries on Windows, in my favourite IDE! Yay :D:! I really missed the advanced auto code completion that CLion had over VS Code.

i90V1xk - Kepler - v21 Emulator [Java, MariaDB, Netty] - RaGEZONE Forums


Nice features , after finish the Console you will work on Habbo Club ?

I'll see how it goes. I pick features to develop at my own pace.. like I said :eek:tt1:
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

U can make a tutorial to run the emulator on Linux Subsystem ?
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

U can make a tutorial to run the emulator on Linux Subsystem ?

There are other guides to setup the Linux Subsystem for Windows, it's quite easy.



To integrate with CLion, there is this guide below.

 
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

I hope waiting you implement SSO Login to make the CMS for it...
 
Custom Title Activated
Loyal Member
Joined
Oct 26, 2012
Messages
2,357
Reaction score
1,086
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

Nice project !
Can you provide the DCRs + loader ?

You can use these DCRs:



Don't mind the "Woodpecker" in the rar name, it's just v13 which is this version as well (but the DCRs were released on the Woodpecker release thread).
 
Skilled Illusionist
Joined
Dec 27, 2008
Messages
311
Reaction score
205
Re: Kepler - v13 Emulator [C11, SQLite3, libuv]

You can use these DCRs:



Don't mind the "Woodpecker" in the rar name, it's just v13 which is this version as well (but the DCRs were released on the Woodpecker release thread).

Glaceon and your v9 server ?
 
Status
Not open for further replies.
Back
Top