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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The AutoSplit LiveSplit Component will directly connect AutoSplit with LiveSplit
69
69
70
70
See the [installation instructions](https://github.com/Toufool/LiveSplit.AutoSplitIntegration#installation).
71
71
72
-
Linux users, note that LiveSplit Desktop, with additional components, is only available on Windows. Whilst it can work through Wine, support is [very limited](#wine-limitations). You should instead consider an [alternative timer](https://www.speedrun.com/forums/streaming_recording_equipment/7uyur#cnnqz).
72
+
Linux users, note that LiveSplit Desktop, with additional components, is only available on Windows. Whilst it can work through Wine, support is [very limited](#wine-limitations). You may want to consider an [alternative timer](https://www.speedrun.com/forums/streaming_recording_equipment/7uyur#cnnqz).
73
73
74
74
## Known Limitations
75
75
@@ -84,8 +84,10 @@ Linux users, note that LiveSplit Desktop, with additional components, is only av
84
84
85
85
- Only the BitBlt Capture method is supported. Wine [does not support `CreateDirect3D11DeviceFromDXGIDevice`](https://bugs.winehq.org/show_bug.cgi?id=52487)
86
86
- No Video Capture Device (ie Webcam, OBS Virtual Cam). Wine [does not support DirectShow Device Enumeration](https://gitlab.winehq.org/wine/wine/-/wikis/Hardware#restrictions:~:text=camera)
87
-
- Only applications running within the **same wineserver instance** can be recorded. Which means that if you want to record a Steam Game for example, you would need to run AutoSplit through Steam (add it as a non-Steam game) using the same Proton version as the target game.
88
-
- In practice, at the time of writing this, you can't even run AutoSplit through Proton yet, as even its Experimental version is still on Wine 10.0, and AutoSplit [requires Wine 10.1+](https://gitlab.winehq.org/wine/wine/-/releases/wine-10.1#:~:text=crealf)
- Only applications running within the **same wineserver instance** can be recorded. Which means that if you want to record a Steam Game for example, you would need to run AutoSplit through the same Proton version as the target game, targetting the game's Wine prefix.
89
+
- For steam games, this can be made a lot easier using [`protontricks`](https://protontricks.com/): `protontricks-launch --appid <YOUR_STEAM_GAME> </path/to/autosplit.exe>`
90
+
- For regular Wine it would look somethng like this: `WINEPREFIX="</path/to/game/prefix>" wine </path/to/autosplit.exe>`
0 commit comments