TipoftheHats / toth-overlay

The live graphics package for Tip of the Hats 2014.

Home Page:http://tipofthehats.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

This is the live graphics package used for Tip of the Hats 2014. This software is considered obsolete, and has been replaced by NodeCG.

Windows Installation

  1. Download and install Node.js 32-bit, 64-bit will not work

  2. From the Node.js command prompt, do the following:

    cd /toth-overlay  
    npm install  
    node server.js  
    

Linux Installation

  1. Install Node.js, then do the following:

    cd /toth-overlay  
    npm install  
    node server.js  
    

Usage

  1. Open either the main control widget or the Dota Fortress widget by navigating to http://localhost:1337/widget or http://localhost:1337/dotawidget, respectively.
  2. Open the display page for the graphic you wish to control, or add it as a CLR Browser Source in OBS.

Credits

Lange, lead programmer & designer
Atmo, original concept and code
Airon, sound designer
Krunkidile, SFM portrait artist
Suyo, SFM background artist

Video Dependencies

SFM Backgrounds, extract to "toth-overlay/public/img/"

Sound Dependencies

The Dota Fortress display page makes use of the "cheer" and "jeer" sounds from Team Fortress 2. If you wish to have these sounds play during the pick & ban events, you will have to extract and convert them yourself.

Node Dependencies

ejs
express
jade
jsdom
socket.io

Font Dependencies

Avenir
Antonio (Included)

JavaScript & CSS Dependencies (Included)

Ion.Sound
jQuery.countdown
jQuery.DateTimePicker
jQuery.Transit
Masonry
Purl
SeamlessLoop
textFit
Animate.css

About

The live graphics package for Tip of the Hats 2014.

http://tipofthehats.org/


Languages

Language:JavaScript 76.1%Language:CSS 23.9%