Skip to content

ankbhatia19/OBS_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLAssistantOBS

A plugin which allows OBS to listen to Rocket League events for automatic scene switching, etc.

1: Plugin Installation

  1. Download ZIP:

image

  1. Unzip in preferred location. Proceed to open root directory of overlay side by side with extracted zip, as shown:

image

  1. Migrate plugins folder:

image

  1. Change directories to programs/scripts/:

image

  1. Migrate OBS script:

image

  1. Navigate to root directory of overlay. Proceed to edit the START script:

image

  1. Append the startOBSScript such that your START script now contains these six lines, in this order:
cd ./programs/scripts
start startProjectScript.cmd
start startRelayScript.cmd
start startOBSScript.cmd
start "" http://localhost:4200/cp
exit
  1. Test functionality by running START script as normal. Verify three terminals have been created instead of two.

2. OBS Configuration

  1. Install Advanced Scene Switcher plugin from here. Ensure the latest, non-beta release is downloaded and installed.

  2. Find Advanced Scene Switcher under tools:

image

  1. Locate import:

image

  1. Necessary file can be found in the originally downloaded ZIP file, underneath the setup directory:

image

  1. Enable Advanced Scene Switcher

image

  1. Configure desired scenes underneath the Macros tab:

image

  1. Note: Can also configure scene switch delay for switching back to Caster scene after game ends, for showing scoreboard for a fixed duration:

image

About

A package which allows OBS to listen to Rocket League events for scene switching, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published