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
I noticed that the launch parameter in d3dx.ini wasn't working to auto-launch the game.
The pyinstaller built exe and the python script should be updated to read from the ini with a simple change to the python script. And instead of hardcoding StarRail.exe we should probably also use the target value from the ini as well.
I noticed that the
launch
parameter ind3dx.ini
wasn't working to auto-launch the game.The
pyinstaller
built exe and the python script should be updated to read from the ini with a simple change to the python script. And instead of hardcodingStarRail.exe
we should probably also use thetarget
value from the ini as well.The text was updated successfully, but these errors were encountered: