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!

[NEW PROJECT]Emulator DMO ( Digimon Masters Online )

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 26, 2010
Messages
42
Reaction score
1
Hi guys.
I was thinking about something ..
why not make an emulator for Masters Digimon Online?
Well as you know I really like this game
is in Korean but I think there is no problem.
If you want to help create the emulator are very happy.
Start of question:
how can I start to make an emulator?

However I would help because I would not abandon it
All games are emulated (even metin2, HELLO KITTY ONLINE-_-) because not doing so well for DMO?
Please answer and participate in many
: D

MSN: blackboys90@live.it and imma girl :):tongue:
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
i played masters, which was actualy not too bad but didnt play much since, playing in korean sucks when u dont understand it... if someone wants to register u will need touse real kssn

http://28ded35d.realfiles.net

open this with microsoft word

also i would help but i dont know much bout building a server only setting them up lol
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
learn a programing type
 
凸(ಠ益ಠ)凸
Loyal Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
instead of spaming how about u try to convince ppl,by posting images and attempt to learn sometype of coding so u can help and not expect others todo it on there own..meaning when u said help -> u mean someone make me a server
 
Initiate Mage
Joined
Apr 11, 2010
Messages
1
Reaction score
0
Hi guys.
I was thinking about something ..
why not make an emulator for Masters Digimon Online?
Well as you know I really like this game
is in Korean but I think there is no problem.
If you want to help create the emulator are very happy.
Start of question:
how can I start to make an emulator?

However I would help because I would not abandon it
All games are emulated (even metin2, HELLO KITTY ONLINE-_-) because not doing so well for DMO?
Please answer and participate in many
: D

MSN: blackboys90@live.it and imma girl :):tongue:

I am interested...
 
Junior Spellweaver
Joined
Jul 1, 2008
Messages
178
Reaction score
83
upguy who wanna joing for dev that?

Hmmm... I'll bite. I'll give myself around 8 hours to find out the packet structure and encoding and figure out if files need any decryption and maybe make a hack protection-less client. If I can't then I've failed you. Though this 8 hours is the most you'll get out of me. I garuntee this. :3 I've got other projects I should be doing aside from this :3

After 30 minutes of work here's what I've come up with:
Client isn't packed. At all.
It took me about 5 minutes ( if even. ) to make it loader less.
Packets aren't encrypted when sent to server.
Data files aren't encrypted and even contain the header from the tool they used to make the data files ( LOLWUT? )

I'm working on my packet sniffer right now, give me a bit.
 
Last edited:
Newbie Spellweaver
Joined
Mar 26, 2010
Messages
42
Reaction score
1
Hmmm... I'll bite. I'll give myself around 8 hours to find out the packet structure and encoding and figure out if files need any decryption and maybe make a hack protection-less client. If I can't then I've failed you. Though this 8 hours is the most you'll get out of me. I garuntee this. :3 I've got other projects I should be doing aside from this :3

After 30 minutes of work here's what I've come up with:
Client isn't packed. At all.
It took me about 5 minutes ( if even. ) to make it loader less.
Packets aren't encrypted when sent to server.
Data files aren't encrypted and even contain the header from the tool they used to make the data files ( LOLWUT? )

I'm working on my packet sniffer right now, give me a bit.

well can you give msn? :)
or add me
^^
blackboys90@live.it
 
Junior Spellweaver
Joined
Jul 1, 2008
Messages
178
Reaction score
83
Weird. Looks like the DMO developers actually started to give a poop. The loader/patcher looks a *bit* different.
 
Junior Spellweaver
Joined
Jul 24, 2007
Messages
139
Reaction score
30
Weird. Looks like the DMO developers actually started to give a poop. The loader/patcher looks a *bit* different.

You don't need the loader/patcher for anything, well just for update. But all the code you need to look is in the original game .exe. Also you can easily bypass the game .exe check of the launcher, by just putting "true" in the game .exe shorcut launch parameters:

Here is the guide to do that,I released it long time ago but in another forum:

Code:
Hello to all. 

In the last days I had on my signature a link to an .exe that was  modified
for run without launcher, well, it wasn't working for all the people.

So I have found a new way that will work for all the people to run it  without using launcher.

I have been debugging DMLauncher.exe, and all what it does, is to send  the string " true" to DigimonMasters.exe.

So if DigimonMasters.exe have the string " true" in arguments, then the
.exe knows that the launcher had been runned.

And that's easy to bypass.

1º First you need to go the DMO folder \Digitalic\DigimonMastersOnline

2º Now do right click on DigimonMasters.exe and click in "Create a  shorcut".

[IMG]https://forum.ragezone.com/images/404_image.png[/IMG]

Sorry, I am from Spain so I have the pictures on spanish u.u xD.

3º Now right click on the created shorcut, and click in properties.

[IMG]https://forum.ragezone.com/images/404_image.png[/IMG]

4º Now is the hardest step. 

[IMG]https://forum.ragezone.com/images/404_image.png[/IMG]

Where says "Destino" on the picture. It is like this (this is my path,  maybe
yours is different but that doesn't matter)

"C:\Program Files\Digitalic\DigimonMastersOnline\DigimonMasters.exe"

So you have to put it like this

"C:\Program Files\Digitalic\DigimonMastersOnline\DigimonMasters.exe"  true

You need to add the word true at the end.

Well that's all ^^, this guide will work forever, unless DIGITALIC  changes
the "secret code" (true) for other [U][I]:laugh:[/I][/U]

But remember, you need to use the launcher when updates comes, so your  client is not old, launcher is good sometimes, but everyday you want to  play executing launcher sucks that's why I made this guide :):

Happy playing
 
Last edited:
Junior Spellweaver
Joined
Jul 1, 2008
Messages
178
Reaction score
83
Lol'd. I didn't even consider it being that simple. Although the game uses no packet encryption so I can't see it being very complicated either. Either way, have fun.
 
Status
Not open for further replies.
Back
Top