Pipe Preset Editor
Full Changelog: v8.4.3...v8.5.1
Update
- Pipe presets have been entirely converted from raw configurations to a proper editor with sliders and stuff. This requires OpenVROverlayPipe v3.0.2.
- A tip how to rebuild your presets is to copy the JSON before upgrading using the
Export
button, or retrieve the JSON using a database editor and execute this query:SELECT group_key, data_json FROM json_store WHERE group_class='PresetPipeCustom';
to get your existing data.
- A tip how to rebuild your presets is to copy the JSON before upgrading using the
- Logo colors have been updated, the purple now matches Twitch, for better or worse.