Adamcake / Bolt

An alternative launcher for your favourite MMO
GNU Affero General Public License v3.0
162 stars 23 forks source link

Allow client arguments or add an option to dump authentication tokens #20

Closed furfy closed 7 months ago

furfy commented 7 months ago

An important feature for the plugin development. Currently there is no way to pass the --insecure-write-credentials argument to the client, which makes not possible to dump the credentials.properties file required for login without the Jagex Launcher.

Or at least I do not know how to do it right now.

Adamcake commented 7 months ago

I'm in the process of publishing a version which will allow you to use RuneLite's --configure option for options like that. Or you could also find the JX variables by launching the game via Bolt, finding the process with ps, then parsing /proc/<pid>/environ. In theory you only need JX_SESSION_ID and JX_CHARACTER_ID to be able to start a game session without a launcher.

furfy commented 7 months ago

Works really well, thank you!