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 Premium SMU Full Source

Junior Spellweaver
Joined
Oct 8, 2014
Messages
126
Reaction score
6
Ep9gVdN - [Release] Launcher Premium SMU Full Source - RaGEZONE Forums
Ep9gVdN - [Release] Launcher Premium SMU Full Source - RaGEZONE Forums

Ep9gVdN - [Release] Launcher Premium SMU Full Source - RaGEZONE Forums

+ AutoUpdate
+ CRC Check
+ Options for HD Resolutions
+ Change Lenguage
+ Custom Design
+ Work with Force Launcher (MuEmu Base Files - Louis Files)
+ Update after click Play Button

 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 9, 2005
Messages
42
Reaction score
1
ok, ive compiled the launcher and it starts up. problem im having is that it loads settings from launcher.bmd and i have no way to decrypt and encrypt the file, any suggestions?
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
Hi, i tried to build this Launcher but i'm not find how to edit this launcher for my Client and for update..
when i tried to build i got only "Launcher.exe" (EXE) and "Launcher.exe.config" (XML) but i'm not know where to edit..

Someone can Help me plz?


Error message:

Config file not found!
Please reinstall client!
 
Last edited:
Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
Hi, i tried to build this Launcher but i'm not find how to edit this launcher for my Client and for update..
when i tried to build i got only "Launcher.exe" (EXE) and "Launcher.exe.config" (XML) but i'm not know where to edit..

Someone can Help me plz?


Error message:

Config file not found!
Please reinstall client!

UP, help plz
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
UP plz someone can help me to fix the problem?
i'm not find how to fix this..


i tried to find this file in my cilent but i'm not have this bmd..

Code:
Configs_ = Config.GetConfigs();
Configs_.LoadLocalConfig("Data/Local/Launcher.bmd", "28755");
 
Last edited:
Joined
Oct 8, 2006
Messages
740
Reaction score
289
UP plz someone can help me to fix the problem?
i'm not find how to fix this..


i tried to find this file in my cilent but i'm not have this bmd..

Code:
Configs_ = Config.GetConfigs();
Configs_.LoadLocalConfig("Data/Local/Launcher.bmd", "28755");

I've checked the source code and the "Configs_" class is not used anywhere apparently. The getters for IPs/ports/etc are not used in the code to connect to something and I couldn't find any references to that class object being used in the code.

This launcher's sources are for anyone who wants to develop his own launcher, with his own methods and modules. It's not ready out of the box. As I can see in the source code, it needs work.

Launcher.bmd is a file which you must generate/create. It's not a client file.
From the source code I think it's a plain text in bmd file format.
Code:
Launcher.bmd

RSSFeedLinkFromYourWebsite.whatever
YourServerIP
GameServerPort
ConnectServerPort
StartFileForLauncher
YourTimeZone

But this should be encrypted. And you can encrypt/decrypt it by developing a separate encryption/decryption software for Launcher.bmd, like a Launcher BMD Generator.

Anyway, for anyone who wants to develop their own launcher, these files are pretty much what they need, but it still needs work because it's not connecting to anything yet.
 
Last edited:
Newbie Spellweaver
Joined
May 20, 2013
Messages
16
Reaction score
4
I like the launcher, I have searched for the source and I found an old source that brings what is missing, if someone manages to make this launcher work please publish a guide.
 
Newbie Spellweaver
Joined
Apr 24, 2015
Messages
16
Reaction score
2
can you share with us how you removed config file error?
 
Back
Top