Command line options for elementclient.exe
I've searched all over the place but can't find anywhere documented what command line options elementclient.exe supports. I only found most of these from the source code of some "PW launcher" thing on github.
- startbypatcher
- game:cpw (don't really understand what this does)
- console:1
- nocheck
- user:<name> auto login this account
- pwd:<pwd> auto login this account
- role: <charname> auto select this char and log it in
What I'm actually trying to do is auto select the server. The 1.4.6 client didn't ask, I just have a script like
start /b elementclient.exe startbypatcher game:cpw console:1 nocheck user:xxx pwd:xxx role:xxx
so I can bypass the login screens, and it would go straight in. But the 1.5.5 client always waits for me to pick the server to log in to (even though there's only 1 listed in serverlist.txt). After I double click the server, THEN the user/pwd/role options work fine and auto login and pick the right char.