-
Notifications
You must be signed in to change notification settings - Fork 0
Combo Mode
This setting indicates the lapse in streaks to display the exclamations.
The lapse scale is Min 0, Max 100. You can change it by going to the package settings, or active-power-mode settings.
Or by changing the value of exclamationEvery: Min:0 / Max:100 in your config.cson file.
"active-power-mode": comboMode: exclamationEvery: 0 # Min:0 / Max:100
Note: You can leave in 0 to play at the end of the streak and to disable the default exclamations.
The style setting is used to configure the package in such a way that it resembles the exclamations of Killer Instinct using the Killer Instinct Style or you can customize the exclamations by using the Custom Style.
Also you can change the setting in your config.cson file by changing the value of style: "killerInstinct"/"custom".
"activate-killer-instinct-mode": comboMode: style: "killerInstinct" #To reset settings. #style: "custom" #To use your custom settings.
Note: In case other setting is changed the style will change to custom.
This setting enable exclamation on delete and resect the current streak to 0. You can enable or disable using the checkbox in the package setting.
Or by changing the value of breakCombo: true/false in your config.cson file.
"activate-killer-instinct-mode": comboMode: breakCombo: true
Use this setting to change the Exclamation Volume. You can leave in 0 to disable audio exclamations. The volume scale is Min 0, Max 100. You can change it by going to the package settings.
Or by changing the value of volume: Min:0 / Max:100 in your config.cson file.
"activate-killer-instinct-mode": comboMode: volume: 100 # Min:0 / Max:100