AshitaXI / Ashita

Issue tracker and wiki for the Ashita project.
https://ashitaxi.com/
6 stars 1 forks source link

Pass Additional Command Line Arguments Directly To Bootloader #25

Closed atom0s closed 1 year ago

atom0s commented 2 years ago

Feature Description

Several users have requested that the command line injector pass any additional arguments to the bootloader / game executable as normal command line arguments. For example, if the user launches their configuration like:

ashita-cli.exe atom0s.ini --user test --pass test

This would launch the atom0s.ini configuration as normal, but would add --user test --pass test to the command arguments that are part of the ini file when launching the loader.

The same for when launching retail, where the user could launch with the following from cli:

ashita-cli.exe retail.ini /game eAZcFcB
atom0s commented 1 year ago

This is now added to the command line injector.