Kruiz Control v2.0.0
Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord
Super Twitchy and Voicemod Support
NEW TWITCH SETTINGS
This update adds a new Twitch integration to take advantage of the Twitch EventSub and APIs! Please see the settings page for more information on getting started.
Breaking Changes
The OnCommand
and OnKeyword
permission set was updated.
- f - Follower (previously f was used for Founder)
- o - Founder
THE FOLLOWING TRIGGERS ARE RENAMED AND HAVE UPDATED PARAMETERS:
OnChannelPoint
->OnTWChannelPoint
OnCommunityGoalComplete
->OnTWCommunityGoalComplete
OnCommunityGoalProgress
->OnTWCommunityGoalProgress
OnCommunityGoalStart
->OnTWCommunityGoalStart
OnHypeTrainConductor
->OnTWHypeTrainConductor
OnHypeTrainEnd
->OnTWHypeTrainEnd
OnHypeTrainProgress
->OnTWHypeTrainProgress
OnHypeTrainLevel
->OnTWHypeTrainLevel
OnHypeTrainStart
->OnTWHypeTrainStart
THE FOLLOWING TRIGGERS ARE DEPRECATED (no longer supported):
OnHypeTrainCooldownExpired
Changelog
New
- New
Twitch
functionality: 42 triggers and 76 actions. Go look at the Documentation. - New
Voicemod
actions for controlling voicemod sound effects and voice changers. - Updated Founder
OnCommand
andOnKeyword
permission from f to o. - Added f as Follower permission for
OnCommand
andOnKeyword
. - Update user
OnCommand
andOnKeyword
permission to support multiple users when comma delimited. OBS Image
for setting an image source's file. (Idea: ItalianGrandma)OnSpeak
now supports multiple user inputs (aliases). (Idea: Epyxx)- Added
in_count
parameter toOnCommand
. - Added
arg_count
parameter toOnCommand
andOnKeyword
. (Idea: ItalianGrandma) - Added
message_id
parameter toOnCommand
,OnEveryChatMessage
,OnKeyword
, andOnSpeak
. - Added
loop
andloop_i
parameter toLoop
to track the loop iteration. OBS Version
returns aversion
ofDisconnected
if the websocket is not connected. (Idea: Epyxx)- Added additional
OBS
websocket connection disconnect and close logging. SLOBS
websocket errors are now logged properly. This should help with debugging.- Added
Ignore
action (used internally).
Fixes
- Removed old
OnSECommunityGiftSub
documentation. (Thanks, Johnnycyan) - Removed old OBS Websocket info from documentation. (Thanks, Penwywern)