Advanced Scene Switcher

Advanced Scene Switcher 1.28.1

Skycron

New Member
Thanks for sharing the log and settings file!

The new log file shows that the plugin is running and the actions are being performed.

Code:
...
19:21:35.998: [adv-ss] started
...
19:21:48.020: [adv-ss] running macro: MASTER-STANDBY
19:21:48.020: [adv-ss] running actions of MASTER-STANDBY
19:21:48.020: [adv-ss] performed action "AdvSceneSwitcher.action.audio.type.sourceVolume" for source "COUNTDOWN" with volume 1.000000 with fade 1 3.000000
...

I also imported your settings file and was able to see the source volume fading as expected for the macros where this setting is enabled. (MASTER-STANDBY and CAM 1 (MAIN) WITH BORDER)

I am at a bit off a loss as to why this would not be working on your side.
Would you mind hoping in a discord / zoom / teams / whatever ... call where you can share your screen so I can have a look at the problem live?
If you are up for it, please contact me directly by sending me a DM here on the forum.
Sounds great. Would be very much appreciated, thank you! Sending you a DM right now with my contact info. I just cracked open OBS again and I'm still having the same hard cut issue. I just generated another log file in the interim. The most important fade is having MASTER-STANDBY and CAM 1 (MAIN) WITH BORDER scenes fade when switched. BRB is also high on there. I also tried bringing "Check Conditions" down to 10 ms, and set it to 'Always Start', but it is quite stubbornly refusing to give me that nice audio fade. I also double checked to make sure I had the Fade toggle on for each source, with the specified time of fade in seconds, and I did, so. Log file: https://obsproject.com/logs/olqPPKy0U5ZHQjiL
 

Skycron

New Member
Thanks for sharing the log and settings file!

The new log file shows that the plugin is running and the actions are being performed.

Code:
...
19:21:35.998: [adv-ss] started
...
19:21:48.020: [adv-ss] running macro: MASTER-STANDBY
19:21:48.020: [adv-ss] running actions of MASTER-STANDBY
19:21:48.020: [adv-ss] performed action "AdvSceneSwitcher.action.audio.type.sourceVolume" for source "COUNTDOWN" with volume 1.000000 with fade 1 3.000000
...

I also imported your settings file and was able to see the source volume fading as expected for the macros where this setting is enabled. (MASTER-STANDBY and CAM 1 (MAIN) WITH BORDER)

I am at a bit off a loss as to why this would not be working on your side.
Would you mind hoping in a discord / zoom / teams / whatever ... call where you can share your screen so I can have a look at the problem live?
If you are up for it, please contact me directly by sending me a DM here on the forum.
DM sent.
 

Daryen

New Member
I need help... My use case is that I want a certain event in a game I play to cause the replay buffer to reset (turn it off and then back on), every time this event happens.

I'm trying to use the "If File contains" condition to read a logfile of the game and reset the replay buffer every time it finds an specific sequence of text (that indicates that said event just happened). The problem is: once this text appears on the log once, it stays there, so the condition will return true forever.

What I need is for the condition to match ONLY if the text is present at the 50 lines of the logfile. So as new lines flood the log, the condition will start returning false again until the event happens again and is within the last 50 lines again making the condition return true again.

I tried using regex matching patterns but none of the ones I tried work. They either always match (because the string is there somewhere in the log file, usually what happens if I enable partial match) or do not match at all (if partial match is off, I suspect the regex doesn't support "non-capturing groups").
 
Top