vlee489 / low-ink-overlays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

low-ink-overlays

A NodeCG bundle.

Screenshots

Install

1.1. Install NodeCG and nodecg-cli (optional)

If you're using nodecg-cli:

2.1. Run nodecg install inkfarer/low-ink-overlays.

2.2. Install the dashboard by running nodecg install inkfarer/ipl-overlay-controls

Otherwise:

2.1. Clone low-ink-overlays to nodecg/bundles/low-ink-overlays and clone ipl-overlay-controls to nodecg/bundles/ipl-overlay-controls.

2.2. Install dependencies by running npm install in nodecg/bundles/low-ink-overlays and nodecg/bundles/ipl-overlay-controls.

3.1. For last.fm integration to work, create the configuration file at nodecg/cfg/ipl-overlay-controls.json.

Example configuration file:

{
	"lastfm": {
		"targetAccount": "Your last.fm account name",
		"apiKey": "your API key",
		"secret": "your secret"
	}
}

Usage

Start NodeCG. By default, the dashboard can be accessed from localhost:9090 in your browser.

From the dashboard, URLs to the graphics can be found from the graphics tab. To use them, they should be added as browser sources in a broadcast application such as OBS Studio. The graphics are made to run at a resolution of 1920x1080.

Credits

Splatoon 2 map portraits are property of Nintendo and were downloaded from the Splatoon wiki.

About

License:Other


Languages

Language:JavaScript 63.1%Language:HTML 33.6%Language:CSS 3.3%