Saves replay buffer files to game-specific folders (like ShadowPlay).
Find a file
2023-08-03 19:52:07 -05:00
.gitignore fix: game folders 2023-08-03 19:52:07 -05:00
detect_game.exe fix: game folders 2023-08-03 19:52:07 -05:00
LICENSE Initial commit 2023-01-24 06:02:36 -06:00
OBSReplayFolders.lua fix: game folders 2023-08-03 19:52:07 -05:00
README.md fix: game folders 2023-08-03 19:52:07 -05:00

obs-replay-folders

Saves replay buffer files to game-specific folders (like ShadowPlay).

Important:

  1. The script requires detect_game.exe to be added to PATH.
  2. To update the replay folder, restart the Replay Buffer.

There is no way to run an executable in Lua without breaking fullscreen application focus. So, the current running game will not automatically update.