1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-04 11:44:00 +00:00
FrankerFaceZ/src/experiments.json
SirStendec e433aa3340 4.41.0
I'm almost finished implementing a replacement for emote cards, but they aren't quite ready yet. Please wait just a bit longer.

* Added: Support for modifier emote effects, as well as settings to disable them.
* Changed: Update the chat types enum to match changes to Twitch's internals.
* Changed: Implement a new data structure for more efficiently storing bulk user to emote set mappings.
* Changed: Implement support for loading data from staging.

* Experiments: Push the new chat line rendering experiment to 20%. Let's see if it works properly.
2023-03-03 15:24:20 -05:00

26 lines
No EOL
668 B
JSON

{
"line_renderer": {
"name": "Modular Chat Line Rendering",
"description": "Enable a newer, modular chat line renderer.",
"groups": [
{"value": true, "weight": 20},
{"value": false, "weight": 80}
]
},
"api_load": {
"name": "New API Stress Testing",
"description": "Send duplicate requests to the new API server for load testing.",
"groups": [
{"value": true, "weight": 0},
{"value": false, "weight": 100}
]
},
"api_links": {
"name": "API-Based Link Lookups",
"description": "Use the new API to look up links instead of the socket cluster.",
"groups": [
{"value": true, "weight": 30},
{"value": false, "weight": 70}
]
}
}