Switching scenes between two instances of the same game?

twistedr

New Member
I'm trying to setup a scene switch where i can press a button to switch between capturing 2 instances of the same game.
When i use the switch hotkey to change scenes it also changes my window capture source to the the same instance of the game i'm trying to switch from.
Any idea how i can get around this?
 

koala

Active Member
If the 2 instances of the game both have the same window title and the same *.exe, OBS cannot distinguish between them. You can use tools like Autohotkey to change the window titles of your game windows after you started them, so OBS can identify them individually.
 

twistedr

New Member
For anyone curious, i ended up making my own solution.
I use game capture for one instance of the game and window capture for the other.
 
Top