-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6526ba2
commit 18a1845
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# XION-ChaseCam | ||
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to change your information, and be sure to read the readme.txt file for further information. | ||
|
||
# How to use: | ||
|
||
1) create a directory for the script to reside | ||
|
||
2) put files (including this one) into that directory | ||
|
||
3) open top-right.html, goto line 81, and change the info for "player", "agency", "callsign" making sure to preserve the | ||
|
||
formatting and any quotes. If you need a quote or other punctuation mark in your name/agency/callsign please refer to | ||
|
||
this: https://www.toptal.com/designers/htmlarrows/punctuation/ and utilize the code labelled as "HTML ENTITY". | ||
|
||
4) load into OBS (or other software) as a "BROWSER SOURCE" the file with the .html extension | ||
|
||
5) activate the layer and profit! | ||
|
||
|
||
|
||
# Version History: | ||
|
||
v2: this one | ||
|
||
v1: initially was 3 separate files. |