Skip to content

Latest commit

 

History

History
76 lines (65 loc) · 2.61 KB

File metadata and controls

76 lines (65 loc) · 2.61 KB

Pokemon-Community-Game-Spawn-Countdown

My version of the HTML for the Pokemon Community Game Spawn Countdown Extension on Twitch

How to Use

  1. Download the File PokemonCommunityGame.html or use https://minepatcher.github.io/pokemon-community-game/

  2. Setup an OBS Browser Source in OBS.

    image

  • Local file : uncheck
  • URL : file://<file location>?<param>&<param> or https://minepatcher.github.io/pokemon-community-game/?<param>
  • Height : 160
  • Width : 160
  • Control audio via OBS : check IF USING AUDIO PARAM
  • Custom CSS : optional otherwise leave blank

Params

The following are the params available.

  • spawn : [gif/pic/hide]
    • Default : pic
  • timer : [true/false]
    • Default : true
  • audio : [true/false]
    • Default : false

    Please be sure to select Control audio via OBS to stream the audio. Else only the creator will hear it.

CSS Stylings

You can create your own wording choices with the CSS Stylings down below!

  • Before Catch Period
    • Default :
      legend:after { content : "Next Pokemon" }
  • During Catch Period
    • Default :
      legend.catchPokemon:after { content : "!pokecatch" }

Param Examples

PIC W/ TIMER

?spawn=pic&timer=true

Default Catch_Default_PNG

PIC W/O TIMER

?spawn=pic&timer=false

Default_Spawn Catch_Spawn_PNG

GIF W/ TIMER

?spawn=gif&timer=true

Default Catch_Default_GIF

GIF W/O TIMER

?spawn=gif&timer=false

Default_Spawn Catch_Spawn_GIF

TIMER ONLY

?spawn=hide&timer=true

Default_Timer Catch_Timer