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!

Web Maple launcher using NGM

Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
Take a look at my quick 'n dirty maplelauncher, using NGM:

 
Joined
Sep 8, 2011
Messages
822
Reaction score
129
Does it uses protocol headers?
Also, in order for such thing to work you first need the client to install your software or anything like that and while it installs, you need to create a protocol header on his PC with a function call there that will be based on the run command (incase it's on Windows platform) and then when the client clicks on the start game on the website, it communicate with the protocol header within the client's machine and it does what it has set to do originally which is using the "Run" command and will start the client execution file.
That's basically how every game publisher do, even skype do that.
 
Upvote 0
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
Does it uses protocol headers?
Also, in order for such thing to work you first need the client to install your software or anything like that and while it installs, you need to create a protocol header on his PC with a function call there that will be based on the run command (incase it's on Windows platform) and then when the client clicks on the start game on the website, it communicate with the protocol header within the client's machine and it does what it has set to do originally which is using the "Run" command and will start the client execution file.
That's basically how every game publisher do, even skype do that.

Can you even read? This is not a custom launcher, it uses Nexon's plugin called NGC, which is intergrated inside NGM - stands for Nexon Game Manager, which already does that. Now shoo, Wikipedia boy.
 
Upvote 0
Joined
Sep 8, 2011
Messages
822
Reaction score
129
Can you even read? This is not a custom launcher, it uses Nexon's plugin called NGC, which is intergrated inside NGM - stands for Nexon Game Manager, which already does that. Now shoo, Wikipedia boy.

So how do you plan to use it if it calls for Nexon's official client then? Either replacing the client with your own (with your IP) or creating new protocol header that will call for your own client and not theirs.
Wikipedia? This poop isn't written there, I researched about it a while ago on Mozilla's website and a few other resources.
 
Upvote 0
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
So how do you plan to use it if it calls for Nexon's official client then? Either replacing the client with your own (with your IP) or creating new protocol header that will call for your own client and not theirs.
Wikipedia? This poop isn't written there, I researched about it a while ago on Mozilla's website and a few other resources.

Once again you choose to ignore what's being said. And there's no need to replace anything. How about you actually read @Diamondo25's code before commenting?

EDIT: A solution for your question would be, like Diamondo25 mentioned, to use the WebLogin argument along with a login token (refer to the v.95 leaked IDB for more information about this).
 
Last edited:
Upvote 0
Back
Top