Skip to content

A self made event viewer to render events in game

Notifications You must be signed in to change notification settings

ShinyColorsDB/ShinyColorsDB-EventViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShinyColorsDB-EventViewer

A simple viewer that renders shinycolors events

demo website

Accessing Events?

for produce/support events use query variable eventId={number}

for other events, specify query variable eventType eventId={number}&eventType={type}

business_unit_communication
produce_communication_auditions
produce_communication_promise_results
produce_communication_televisions
support_skills
game_event_communications
produce_communication_cheers
produce_communications
produce_events
mypage_communications
produce_communication_judges
produce_communications_promises
special_communications

for iframe embed

  • Read custom event json
{
    "messageType": "iframeJson",
    "iframeJson": [...]
}
  • Jump to specific frame
{
    "messageType": "fastForward",
    "fastForward": {
        "forward": true,
        "target": 2
    }
}
  • Clear fast forward and back to first frame
{
    "messageType": "fastForward",
    "fastForward": {
        "forward": false
    }
}