-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Kevin L. edited this page Aug 27, 2024
·
4 revisions
The starrail
package is a CLI (command-line interface) tool designed for managing and interacting with the game, Honkai: Star Rail, directly from your terminal.
-
Game Launch Control
- Start/Stop the game application directory from the terminal (skips launcher).
- Schedule the game to start/stop at any given time (i.e. 10:30AM).
-
Simple Automation
- Custom Macros: Record and playback recorded mouse + keyboard click sequences in-game.
- Uniform Click: Allows automatic uniform-interval mouse clicking (duration can be randomized).
-
Binary Decoding
- Web Cache: Access decoded web cache URLs containing information about pulls, events, and announcements.
- Streaming Assets: Access detailed client streaming asset information (read-only).
- Supplement Binary Decoder: Provides supplementary tools to decode any ASCII-based binary file.
-
Other Features
- Screenshots: Open the screenshots directory from the CLI without the game launcher.
- Official Pages: Open the official HoyoVerse web pages easily from the CLI.
Note
Installation Requirements
- Windows 10 or later
- Python 3.7 or later
- Official Honkai: Star Rail Installation
Please review the CHANGELOG for the latest project updates and the developer's note for more information regarding the project overhaul.