OBS game capture

From Pengwings
Revision as of 22:51, 9 February 2026 by Theleruby (talk | contribs) (Created page with "Install OBS VkCapture plugin from Flathub Modify run arguments of the game by prefixing them with obs-gamecapture Steam game: obs-gamecapture %command% Proton game running via Running Windows games via Proton without going through Steam or Lutris method: obs-gamecapture $STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/$TARGET_PROTON_VERSION/proton run "$SCRIPT_DIR/$PROGRAM_NAME" "$PROGRAM_ARGS" & disown")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install OBS VkCapture plugin from Flathub

Modify run arguments of the game by prefixing them with obs-gamecapture

Steam game:

obs-gamecapture %command%

Proton game running via Running Windows games via Proton without going through Steam or Lutris method:

obs-gamecapture $STEAM_COMPAT_CLIENT_INSTALL_PATH/compatibilitytools.d/$TARGET_PROTON_VERSION/proton run "$SCRIPT_DIR/$PROGRAM_NAME" "$PROGRAM_ARGS" & disown