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
Allow to define a wine prefix (path) that’s used when calling ScriptManager through wine.
A special prefix could be used to trick ScriptManager into launching native kdiff3.
The text was updated successfully, but these errors were encountered:
If you run W3 through Steam, you can do this manually by editing /src/gui/main_widget.py if you have protontricks installed - replace line 1082 with: subprocess.Popen(["protontricks-launch", "--appid", "292030", scriptmergerpath], cwd=directory)
If you run W3 as a non-Steam game, change the appid to whatever your custom appid is (can be found through protontricks GUI).
Allow to define a wine prefix (path) that’s used when calling ScriptManager through wine.
A special prefix could be used to trick ScriptManager into launching native kdiff3.
The text was updated successfully, but these errors were encountered: