A fork of TFNRP's Axon Body Camera 3 made to work with OBS.
Axon Body 3 OBS is out of the box and requires no dependencies.
This software was created by and for The Furry Nexus Roleplay.
No special installation or dependencies required.
Clone from Git or download manually.
$ git clone https://github.com/MrGriefs/axonbody3-obs.git
- Create a new Browser Source Component (Right Click in Preview ->
Add
->Browser
). - Check
Local file
, clickBrowse
and locateindex.html
from the directory you donwloaded Axon Body 3 OBS. - Set
Width
andHeight
to your Canvas resolution (usually 1920 by 1080). - Click
OK
. Now you should have a functioning AB3 overlay in OBS.
We also supply a config.js
for further ehancement:
CustomCameraId
: If you'd like to use a custom id for the overlay. It will replace the randomly generated id.ForceUTCTimeZoneOffset
: Can befalse
or a numebr. Setting this to a number will override the UTC offset instead of using your current UTC offset.CalculateDaylightSavingsTime
: Can betrue
orfalse
. Setting this totrue
will make the overlay advance an hour ahead during Daylight Saving Time.BeepVolume
: Can be a number. This will determine the volume of interval beeps, which occur every two minutes. Set this to0
if you do not want beeping.