Skip to content

Minepatcher/Pokemon-Community-Game-Spawn-Countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages