Approved!
Good luck with this mate. I'm excited for ya.
I'm wanting to to learn C# so I can start an emulator myself. =P
This is a discussion on Thunderstorm [Java][Hibernate][Netty] within the Habbo Development forums, part of the Habbo Hotel category; Basically, I've been working on an emulator over the past month or two, just as a little side thing to ...
Basically, I've been working on an emulator over the past month or two, just as a little side thing to keep me occupied. It's a stableish server at the moment, although no features have been added.
Features
-MySQL pooling with BoneCP
-Netty I/O
-Properties (of course)
-Quick(?) loading times
It's a project that spawned from a dead emulator, called XMR. That go out of hand and just isn't clean at all. This is a rebase off it, but cleaner and more stable.
This is a learning project, to get to grips with Netty and habbo emulation.
Tren (vLife) will also be working on this soon.
More stuff
HSQLDB is being looked into.
Emulator running, 851ms boot for pooling and network
Project changed to Tea
https://github.com/Jinz0/tea
Features:
-BoneCP
-DataNucleus (coming soon)?
-Netty
-Properties & logging
-MySQL
Last edited by Caustik; 20-02-12 at 09:34 PM.
Approved!
Good luck with this mate. I'm excited for ya.
I'm wanting to to learn C# so I can start an emulator myself. =P
A Java emu! Good luck on this, hope it becomes complete.
Thanks, Facebook
Rest In Peace, To my dog Sparky. Never forgotten <3
Skype: Danny.runsnyc
msn: dannyrunsnyc@hotmail.com
Looking into using DataNucleus or Hibernate for persistence :)
Anyway, when I get home from school I'll work on finishing messages and try and start on the habbo stuff
Posted via Mobile Device
Already showed us some screens, looks nice. Good-luck dilz'.
You seriously need to indent your code or use some sort of formatter. I don't see why you don't use Eclipse, it has it's own from of Microsoft's IntelliSense.
Anyway good luck with your Java emulator, hopefully we see some game shots in this development!
I like Java, because it is a multi system language, so it'll work on PC and Mac. I wish you luck with this project, and I hope it gets finished!
Looks awesome to me, good luck with this and keep us informed.
Debating on whether to use MongoDB with DataNucleus, or MySQL with DataNucleus.
Mongo - Pros
- De-centralized storage
- No schema
- No real structure
- Performs fast
Mongo - Cons
- Optional password and username - security issues
- NoSQL means no schema, which is hard to grasp
- Not everyone is running it
Expect some updates soon on the persistence issue.
~Adil
Good luck on the project man! If you need any help just hit me up
Number is used to benchmark (in milliseconds).
With Mongo:
As you can see, there is a speed difference. Anyway, I'm going somewhere soon, will push to git before that.