You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really useful to be able to automate the starting of the proxy with command line arguments.
Example usage:
On Windows, open cmd in SWEX working directory and type SWEX.exe --start_proxy_steam or SWEX.exe --start_proxy_remote
Expected behaviour:
SWEX should launch normally and try to start the proxy in steam/remote mode automatically without the user having to interact with the respective UI each time.
This would allow to fully automate the process of starting SWEX when SW is launched via Steam. This setup would include a custom bat script using this functionality (see above commands), which gets called via Steams Game Launch Options through the %COMMAND% flag. This would look like this: custombat.bat %COMMAND%
The text was updated successfully, but these errors were encountered:
It would be really useful to be able to automate the starting of the proxy with command line arguments.
Example usage:
On Windows, open cmd in SWEX working directory and type
SWEX.exe --start_proxy_steam
orSWEX.exe --start_proxy_remote
Expected behaviour:
SWEX should launch normally and try to start the proxy in steam/remote mode automatically without the user having to interact with the respective UI each time.
This would allow to fully automate the process of starting SWEX when SW is launched via Steam. This setup would include a custom bat script using this functionality (see above commands), which gets called via Steams Game Launch Options through the %COMMAND% flag. This would look like this:
custombat.bat %COMMAND%
The text was updated successfully, but these errors were encountered: