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!

habbo5 | multiplayer html5 client and server

Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
Everything as seen in this dev thread.

There's still lots of stuff that I want to do with this, but not in any near future.

(client, server and sql)


images from dev thread
S4lU6wr - habbo5 | multiplayer html5 client and server - RaGEZONE Forums


zQg7gwa - habbo5 | multiplayer html5 client and server - RaGEZONE Forums


VvK5eLB - habbo5 | multiplayer html5 client and server - RaGEZONE Forums


cjR4yOu - habbo5 | multiplayer html5 client and server - RaGEZONE Forums


CTnsIVj - habbo5 | multiplayer html5 client and server - RaGEZONE Forums


 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
And there are furni ? :D

Thank for your work !
No, never got around to doing that unfortunately. However, everything rendering related is ready for furnitures to be implemented. Just create a class derived from RoomEntity, assign it an Animator and throw it in the RenderStack :)

I believe there's commented out code for dynamically loading furniture in there somewhere, you can also see some stuff in client/build/assets/furniture that I messed around with.
 
Newbie Spellweaver
Joined
Dec 9, 2017
Messages
6
Reaction score
0
Is there some basic cms to register and log in?
How can I execute the server?

Ps: Thanks.. this is awesome
 
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
Is there some basic cms to register and log in?
How can I execute the server?

Ps: Thanks.. this is awesome

The server can be started from Server/habbo5-server/bin/debug/habbo5-server.exe

For the client to work you'd want to start any http server on the Client/build directory. If you have xampp, run php -S localhost:8080 from cmd on the build directory.
 
Initiate Mage
Joined
Jun 20, 2018
Messages
2
Reaction score
1
The server can be started from Server/habbo5-server/bin/debug/habbo5-server.exe

For the client to work you'd want to start any http server on the Client/build directory. If you have xampp, run php -S localhost:8080 from cmd on the build directory.
When i try to run it i got black screen. Why? ThAnx
 
Junior Spellweaver
Joined
Jul 4, 2008
Messages
138
Reaction score
3
The future of Habbo Hotel even before Sulake comes forward. Good release. Maybe someone will pick this up and continue work.
 
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
When i try to run it i got black screen. Why? ThAnx

If I remember correctly you will have to go to as it is looking for a user in the database with the sso specified in your url parameters. If that doesn't work let me know and i'll check.
 
Back
Top