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 Source] Launcher PB [PBRevService]

Junior Spellweaver
Joined
Dec 7, 2015
Messages
161
Reaction score
83
Hello, dear friends. I want to share with you an incomplete service for our pb test, the development was abandoned and the sour has been lying on the PC for a long time, I just found it, but I share it with you.


Plafrorm .NET 4.5
For dummies (you need a visual studio)
Link source:

WARNING!
Sours damp, I'll say right away there is no divine functional, you can say this is a mock-up. But all the same who wants to modify it.

I will be grateful if I deserve a mark me like.




 
Last edited:
Joined
Oct 16, 2004
Messages
894
Reaction score
94
Ok, Ive checked the code. It lacks functionalities.
What is the point of the Authorization where you are just directly starting the game with the parameter?
Code:
Process.Start("PointBlank.exe", "-developer");

Does the player needs to login to the Launcher for them to play the game OR they login in the Client once its started by the launcher?

I also saw sql classes, whats this for are you trying to connect to the server for it to login/Authenticate the user?
Would it be safer if the launcher will login to the website using HTTWebrequest instead?
 
Junior Spellweaver
Joined
Dec 7, 2015
Messages
161
Reaction score
83
Process.Start("PointBlank.exe", "-developer") - the usual launch of the client in which you need to login.
Ok, Ive checked the code. It lacks functionalities.
What is the point of the Authorization where you are just directly starting the game with the parameter?
Code:
Process.Start("PointBlank.exe", "-developer");

Does the player needs to login to the Launcher for them to play the game OR they login in the Client once its started by the launcher?

I also saw sql classes, whats this for are you trying to connect to the server for it to login/Authenticate the user?
Would it be safer if the launcher will login to the website using HTTWebrequest instead?
at the expense of the rest is of course simpler, in principle I myself do not understand what these classes do there. They are empty.
 
Back
Top