What's new

Game work one time and other times no! i need to make "Start icon" to play

elmoslmany

New Member
Joined
Jul 23, 2020
Messages
1
Reaction score
0
Points
1
Age
23
Guys, how i can make "start icon" to start game, cuse luncher just downloading the update and open game and other time that not work, can help?
 
At this time there is no option to do this as the game utilizes just the launcher, maybe in the future this will be supported.
 
WARNING. USE AT YOUR OWN RISK!
There is a way to run the game directly via Link or .bat file.
Code:
.\system\Game.exe xz startgame tom:GATE_ADDRESS,GATE_PORT,OPTIONAL_USER,UPTIONAL_PASSWORD
The .bat file must be located in the game folder itself.
For Link, the Working directory must be set to the Game folder and the actual executable ser to SOMETHING\system\Game.exe with startup parameters.
GATE_ADDRESS and GATE_PORT can be viewed from servers.xml
The part with `,OPTIONAL_USER,UPTIONAL_PASSWORD` can be committed if you would like to use a build-in account manager or type in login/password yourself.
 
Back
Top