[JaveQ]: Open-source java emulator development.

10/13/2009 12:41 Perfect1994#16
I've added a guide how to setup the emulator using the Eclipse IDE. Be ready for more updates soon.
10/13/2009 12:51 Davincibg#17
I'm trying to understand the code atm xD there are alot of differences in all java aplications so if you can give me a book I can read that will help me it will be very nice :)
10/13/2009 13:12 Perfect1994#18
Quote:
Originally Posted by Davincibg View Post
I'm trying to understand the code atm xD there are alot of differences in all java aplications so if you can give me a book I can read that will help me it will be very nice :)
It's pretty hard since MINA uses some methods which you don't know before.

Anyway, revision 8 commited, mostly about incoming packets.

Quote:
Originally Posted by Revision 8
- Added impl package where all PacketHandlers? will come
- Added LoginHandler? where login will be handled
- Added PacketHandler? interface for handling packets
- Added PacketManager? to handle all incoming packets.
10/13/2009 20:51 Vovi#19
Another emulator project to last 1-2 months?
10/13/2009 21:13 Davincibg#20
I hope not. He's working realy hard- 13 revision already. I think I won't be able to help him now but maybe later :)
10/13/2009 21:20 Perfect1994#21
Quote:
Originally Posted by Vovi View Post
Another emulator project to last 1-2 months?
I don't mind doing so. Since I'm not going to spoonfeed everything I hopefully made a good base for everyone who wants to start on a good private server. I don't want end up with such a crappy emulator.

And yes, revision 13, had some issues with SVN but works fine now.
10/14/2009 00:29 CrystalCoder#22
i need the database for this emulator
10/14/2009 00:39 HaGsTeR#23
u should edit ur first post with ur progress once in awhile :D
10/14/2009 05:01 xxbrentonxx#24
Quote:
Originally Posted by mage200 View Post
i need the database for this emulator
William is working on the database, even if you had the database there is no gameserver yet so you wouldnt get very far.
10/14/2009 15:13 Perfect1994#25
Quote:
Originally Posted by mage200 View Post
i need the database for this emulator
See data/query/characters.sql - that's the only query needed to run the server atm.
10/14/2009 19:42 cleiomar1#26
I don't know why, but I cannot found the fourth Step "4) Make a new project > Create project from existing source (> Navigate to the folder where you loginserver/, gameserver/ folders are and select it."...
In my Eclipse shows "Java Project from Existing Ant Buildfile"

Anyone can explain me better if possible Step-by-Step with SS ?

(Sorry for my bad english)
10/14/2009 19:46 Perfect1994#27
Quote:
Originally Posted by cleiomar1 View Post
I don't know why, but I cannot found the fourth Step "4) Make a new project > Create project from existing source (> Navigate to the folder where you loginserver/, gameserver/ folders are and select it."...
In my Eclipse shows "Java Project from Existing Ant Buildfile"

Anyone can explain me better if possible Step-by-Step with SS ?

(Sorry for my bad english)
File > New > New Java project. If you didn't got that there I think you downloaded the wrong version of Eclipse.

OT: Server now sends serverlist via the data in the MySQL database. This also holds the people online :). Now there's only login and some small things left for the loginserver, then we can start on the gameserver.
10/14/2009 21:03 Davincibg#28
I think that if you can't even compile it you don't need to mention it atm. One nice thing about Java is that at least there won't be so much noobs crying about smth missing in the emu.
10/14/2009 21:03 exotic1902#29
Perfect i wanna help
but i dont kno anything about java xD
so
EXPLAIN me what i got do exactly and HOW i can help you there
10/14/2009 21:16 bence2#30
Quote:
Originally Posted by exotic1902 View Post
Perfect i wanna help
but i dont kno anything about java xD
so
EXPLAIN me what i got do exactly and HOW i can help you there
Learn Java, then you can help him