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!

MiniA Launcher Help!

Experienced Elementalist
Joined
Jul 31, 2017
Messages
237
Reaction score
1
2TmSPjX - MiniA Launcher Help! - RaGEZONE Forums

Im already using Thor Launcher with autopatch and MiniA.exe. I cant find any any autopatch launcher that can launcher MiniA.exe it always pop up use launcher to play ran online. if i change it to Game.exe it will no open.
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Not all sources have that "app_run" to run a game exe using a shortcut.. You can see that function in your Source code
------------------------------
Basic.cpp (Search Here)

CString strCommand = CString("app") + "_" + "run";

Hope it helps...
 
Upvote 0
Experienced Elementalist
Joined
Jul 31, 2017
Messages
237
Reaction score
1
Not all sources have that "app_run" to run a game exe using a shortcut.. You can see that function in your Source code
------------------------------
Basic.cpp (Search Here)

CString strCommand = CString("app") + "_" + "run";

Hope it helps...

i already have that command in the source that i have.
 
Upvote 0
Back
Top