Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.37 KB

README.md

File metadata and controls

54 lines (39 loc) · 2.37 KB

Version GitHub Issues Downloads

StoPasswordBook

A tool used to conveniently change accounts.

This program will store sensitive data (Passwords) to local files. Please do not spread your Shadow.xml to anyone else!!!

bc1fd56ad8dfaf8e2f239506353f34ad

Usage

  • Download the latest release version from Releases.

  • Double-click the program to run it.

  • Wait until the text block turns green with the message Done.

    screenshot

Once Done. appears, you are free to choose which account and password will be input into the Launcher.

  • The accounts and passwords are defined in the Shadow.xml file, which will be automatically created with the following example:

    <?xml version="1.0" encoding="utf-8"?>
    <Accounts>
      <Account>
        <Name>Account1</Name>
        <Password>Password1</Password>
      </Account>
      <Account>
        <Name>Account2</Name>
        <Password>Password2</Password>
      </Account>
      <Account>
        <Name>Account3</Name>
        <Password>Password3</Password>
      </Account>
    </Accounts>
  • If you encounter a situation where it gets stuck at Config Saved, simply click the submit button again. The program will automatically close all existing STO Launcher instances and start a new one.

  • Please note that this program only supports launchers started by itself.

How the Launcher accepts external input

Star Trek Online Launcher is a CEF Program. By using the --remote-debugging-port=port command, it allows users to remotely debug with DevTools.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to improve the project.