Skip to content

Broadcast overlays for King of the Castle, a Splatoon tournament.

License

Notifications You must be signed in to change notification settings

IPLSplatoon/kotc-overlays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotc-overlays

A NodeCG bundle, used for the Reef Rushdown Splatoon tournament, hosted by Inkling Performance Labs.

Install

  • Install git

  • Install node.js (Using the LTS release (14.x as of writing) is recommended.)

  • Install nodecg-cli using npm: npm install -g nodecg-cli

  • Install nodecg in a new folder:

mkdir nodecg
cd nodecg
nodecg setup
  • Install the dashboard: nodecg install inkfarer/ipl-overlay-controls

    • The overlays work with v2.x.x of ipl-overlay-controls. Specify a version by adding the version number with a # symbol: nodecg install inkfarer/ipl-overlay-controls#2.0.3
  • Install the overlays: nodecg install iplsplatoon/kotc-overlays

  • (Optional) Create the configuration file in [nodecg root]/cfg/ipl-overlay-controls.json with the following contents:

{
	"lastfm": {
		"targetAccount": "Your Last.fm account name",
		"apiKey": "Your last.fm API key",
		"secret": "Your last.fm API secret"
	}
}
  • Start nodecg using the nodecg start command in the folder you installed NodeCG in.

  • Access the dashboard from http://localhost:9090/ in your browser.

  • Access the graphics from the "Graphics" tab in the dashboard. They are made to be used as browser sources in your preferred broadcast application, with a resolution of 1920x1080.

About

Broadcast overlays for King of the Castle, a Splatoon tournament.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published