Skip to content

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 c…

Notifications You must be signed in to change notification settings

matthxw/XION-ChaseCam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

Screenshot(s)

Ofc Hightower

Deputy Barnes

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!

Change Image

  1. make sure your image is saved as a png to preserve transparency (if any) other wise shouldn't matter.

  2. Navigate to: https://www.base64-image.de/ and drag/drop your image to have it converted to base64

  3. Copy the base64 code by clicking </> show code, and copy the code for img to your clipboard.

  4. using a text editor, replace the long string of code in the body of the html file with your string of code. Be sure to not remove the quotes.

  5. Save the file and enjoy!

Version History:

v2: this one

v1: initially was 3 separate files.

About

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 c…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%