-
Templar FlyFF <3
Re: [Early Development] Server Updater / Patcher
-
Valued Member
Re: [Early Development] Server Updater / Patcher
what is the code for the autostart for the patcher that no need to click the game start in client??
-
Account Upgraded | Title Enabled!
Re: [Early Development] Server Updater / Patcher
it depends on the language you're coding in. Google "how to start programs" for the given language and you should find what you're looking for.
If you meant how to run the neuz.exe without running the patcher, it's still the same concept. The code just wouldn't be inside of a button
-
Game Developer
Re: [Early Development] Server Updater / Patcher
C++
#include windows.h
system("START Neuz.exe sunkist");
Beep(1000,100); <--- epic sound
You would see a command line :/ showing up and closing tough