Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Releases: derrod/rktlnch

Dry run and Python 3.8 upgrade

30 Mar 05:11
Compare
Choose a tag to compare

This version adds a --dry-run command that will print the full command line and then exit. Mostly useful for testing.

This feature is python3.8+ only since shlex.join() was just added in that version.

Feature: Override Username

16 Mar 10:45
Compare
Choose a tag to compare

This release adds a new --override-username parameter that can be used to override the epic username passed to the game. So far this only seems to work with Diabotical.

Launch Parameter Fix

15 Mar 14:40
Compare
Choose a tag to compare

This update makes it possible to add additional arguments to the rktlnch command line, those will be passed on to the game itself.

The Cycle Continues

08 Mar 18:34
Compare
Choose a tag to compare

No also adds launch parameters from manifest that some games require.

Logging improvement release

06 Mar 21:57
Compare
Choose a tag to compare

This is mostly a behind-the-scenes change, but with this the log output will more accurately reflect the time the steps take by flushing incomplete lines and then adding the status, rather than only printing the complete line.

Minor bugfix

03 Mar 08:38
Compare
Choose a tag to compare
  • removed redundant quotes
    • This caused some issues in Diabotical

First release

03 Mar 03:08
Compare
Choose a tag to compare

This release was built from latest master. See README for usage.