Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 877 Bytes

TZoneAnnounce

Small Application to display Current and Next Terror Zones in D2R.

Created with the purpose of using with OBS.

How to use with OBS

  • Download latest release.
  • Extract .zip to a folder somewhere
  • Run TZoneAnnounce.exe (console window will come up showing current and next info)
  • Create new "Browser" source in your OBS scene.
  • Input url which will be your local ip followed by port 6060 (example: http://10.0.0.5:6060/)

Example Custom CSS options

// Current & Next Zone
.zone-header {
    font-size: 36px;
}

// Zones Names
#currentZone, #nextZone {
    font-size: 24px;
	  color: #dfe6e9;
}

CREDIT

Mysterio @ D2EMU - Thanks for the API