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!

[Release] Launcher Complete w/ Source Code

Life is beautiful, after
Joined
Aug 21, 2019
Messages
628
Reaction score
439
wSugyCT.png


This release is a launcher for the Play BD Legends private server. I admit this launcher is the most beautiful I've seen in all this time.

It is not just any launcher, it has an auto updater, checking if the server is online or not, login in the launcher itself where it checks if the player has a registered account or not, website news, slides with redirection links.

The launcher itself is very simple and normal code, however it pulls JSON files to perform some tasks, I think this can be changed easily.

Pictures
dzwWgc0.png


UCWr0Fb.png


nXvqb24.png

Files
Launcher w/ Source
JSON FILES ARE ATTACHED TO THE THREAD

Who made this launcher: Norea
 
Last edited:
Initiate Mage
Joined
Jan 25, 2023
Messages
71
Reaction score
31
I succeeded.
1694852501980.png


Source code for this logger:
1, I can't use the online update file.
I guess {"name": "pad00000.meta", "version":1, "folder": "Paz/pad00000.meta", "url": "https://updates.playbdlegends.com/1/Paz/pad00000.meta",. "size":28952028, "last_modified":1646798543}
where "size":28952028, "last_modified":1646798543 requires a specialized tool to make these. (not tested)
2, lack of account registration API ???? In the source code location:\Launcher Main - PlayBD Legens\playbdlegends-main\Black Desert Legends\Controls\UserTab.xaml
You can find that there should be a registration function?The BtnLogin function is not there either. Maybe I don't know how to use it.
3, I compiled the login and used it in the Corsair 3506 version of the client, I clicked on the start button and it doesn't work. I checked and found that the Newtonsoft.Json.dll file compiled from the source code is not the same as the Newtonsoft.Json.dll in the 3506 version, I use the file in the 3506 client and the logoner flashes back, if I use the Newtonsoft.Json.dll compiled from the logoner then the logoner doesn't have any response.

That's all the problems found so far. Finally: I am a programming rookie and would like to have programming skills to improve this logger source code. I use translation software to translate.
 
Last edited:
Back
Top