• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to make you make a server/emulator from scratch?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 28, 2013
Messages
9
Reaction score
0
My question is, how do people make an emulator for a game to make a private server from scratch.
Can someone link something with some resources or explain it.
I would like to make an emulator/private server for another 2D game.

I'm a programmer in Java and C++.

 
Junior Spellweaver
Joined
Jun 29, 2009
Messages
139
Reaction score
12
Lots of hard work. Most online games use encryption but if you can get a packet sniffer or man in the middle proxy that decrypts and spits out the data you can begin to figure out what each packet does. From there you will just have to slowly reconstruct the entire game.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 28, 2013
Messages
9
Reaction score
0
Lots of hard work. Most online games use encryption but if you can get a packet sniffer or man in the middle proxy that decrypts and spits out the data you can begin to figure out what each packet does. From there you will just have to slowly reconstruct the entire game.

How to do it with a game where the server is not online anymore, and only got the client?
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
How to do it with a game where the server is not online anymore, and only got the client?

It would be fairly difficult, but you can piece the game together by reverse engineering the client. At that point though it may be secure (encrypted) and would require even more work. However, this is a MapleStory section and not a reverse engineering/programming section, so I'm going to have to close this.
 
Upvote 0
Status
Not open for further replies.
Back
Top