dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

will this keep proton launch settings? #57

Closed r3k2 closed 1 year ago

r3k2 commented 1 year ago

will this launch with the proton custom command we add to the steam client like ENV variables etc? I am trying to launch a game that uses proton and is not launching

dmadisetti commented 1 year ago

Should preserve environmental variables, but launching with proton is not directly supported, but if you have it configured in Steam, have steam running in the background (press ), then steam-tui will use steam-cmd which should launch as if you were directly doing it from the UI.

But yeah. We should extend to for more customization. Closing this in favour of #47