beta client launches dota2.exe automaticly

May 24, 2016
30
1
can it be launched manually because here in china we need to add -perfectworld to the short cut in order to play in chinese servers.

works fine with old client.exe
 
you can add console commands to the client.exe.

1) Navigate to the same folder as the client (ideally located right on your C: drive)
2) Open client.txt
3) Edit commandLineArgs.

Should look like this in the end:
Code:
commandLineArgs=-cursor_scale_percent 100 -perfectworld -console
 
  • Like
Reactions: kawaii
you can add console commands to the client.exe.

1) Navigate to the same folder as the client (ideally located right on your C: drive)
2) Open client.txt
3) Edit commandLineArgs.

Should look like this in the end:
Code:
commandLineArgs=-cursor_scale_percent 100 -perfectworld -console
very useful, thanks!