Giter Site home page Giter Site logo

zhivotnoya / xion-chasecam Goto Github PK

View Code? Open in Web Editor NEW
45.0 1.0 106.0 4.02 MB

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.

HTML 100.00%
html-css-javascript streamer stream-overlay overlay obs obs-studio xsplit twitch-overlay twitch roleplay

xion-chasecam's Introduction

trophy

I'm a part-time coder that makes things. My most popular repository is my XION-ChaseCam. I see it used all the time on streams and videos, and even other folks have used it in software. It's public domain and I enjoy the fact others have used it. If you'd like your name included in the readme for that repository, submit a pull-request on that repository and I'll add it in. Be sure to include a link to the social platform (or github) you wish to be contacted on.

Otherwise, everyone have fun and be excellent to each other!

xion-chasecam's People

Contributors

alejandrors55 avatar jeffreybytes avatar oekn5w avatar spaz926 avatar tyrope avatar zhivotnoya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

xion-chasecam's Issues

Delay Fixes / Optimization for W3C

Just a little Rebuild of the script itself. Optimized for W3C validation.

Btw. Fixed issue with not-sync-time at all. Just bind it to the system time permanently. Make it update ever 1/10-second.

Removed not needed jquery integration. Removed not needed font load (is not used in the whole code)

Edit-Area in code is now at top.
optimized.zip

The time zone doesn't work

In the function, you must add:
$('tz', t);

Old function clock

        function clock(){
            d=new Date();
            updateTime();
            updateDate();
            $('player', player);
            $('agency', agency);
            $('callsign', callsign);
            animate=setTimeout(clock,100);
        };

New function clock

        function clock(){
            d=new Date();
            updateTime();
            updateDate();
            $('player', player);
            $('agency', agency);
            $('tz', t);
            $('callsign', callsign);
            animate=setTimeout(clock,100);
        };

This way, it will work

Date

Im trying to change the date on the overlay, more specifically, the year, could you tell me how to do that?

Timezone

is there a way to change the timezone to EST and having the correct time show? right now its showing 5more hours than my current
image
image

OBS issues

Hello how are you?
I need some help ... I already changed the logo, the names, it worked, I managed to fix it. But the reason is the following:

  • I open HTML in a live program, like OBS or StreamLabs OBS and in HTML in live, it is making an hour more than my country's standard time. (it is GMT-2, where I live is GMT-3).

I need this help, if you help I am very grateful!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.