logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Morki  
#1 Posted : Sunday, March 31, 2024 1:21:06 AM(UTC)
Morki

Rank: Member

Groups: Registered
Joined: 7/18/2020(UTC)
Posts: 27
Germany
Location: Frankfurt

Thanks: 1 times
Hi,
I'm not sure if there is a way using more advanced scripting/programming, but I could not find any solution yet:
I have have my -5s and -10s shortcuts on the streamdeck for instant replay and also some buttons for directly putting a label on the event like "goal", "foul" etc.
I'd love to automatically put the game clock value (available for my titles as a data source) as a label to the events. Is there any way to pull that information to a label at the time when I press my "-10s" button after a goal?
Thanks
Morki
doggy  
#2 Posted : Sunday, March 31, 2024 3:01:07 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Morki Go to Quoted Post
Hi,
I'm not sure if there is a way using more advanced scripting/programming, but I could not find any solution yet:
I have have my -5s and -10s shortcuts on the streamdeck for instant replay and also some buttons for directly putting a label on the event like "goal", "foul" etc.
I'd love to automatically put the game clock value (available for my titles as a data source) as a label to the events. Is there any way to pull that information to a label at the time when I press my "-10s" button after a goal?
Thanks
Morki


Replace the shortcut with a call to a scipt that does :

ReplayMarkInOut (with your desired time)
Input.Find() your data (clock value) from the title
ReplaySetLastEventText with the value you retrieved
thanks 1 user thanked doggy for this useful post.
Morki on 4/2/2024(UTC)
Morki  
#3 Posted : Tuesday, April 2, 2024 7:35:32 PM(UTC)
Morki

Rank: Member

Groups: Registered
Joined: 7/18/2020(UTC)
Posts: 27
Germany
Location: Frankfurt

Thanks: 1 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: Morki Go to Quoted Post
Hi,
I'm not sure if there is a way using more advanced scripting/programming, but I could not find any solution yet:
I have have my -5s and -10s shortcuts on the streamdeck for instant replay and also some buttons for directly putting a label on the event like "goal", "foul" etc.
I'd love to automatically put the game clock value (available for my titles as a data source) as a label to the events. Is there any way to pull that information to a label at the time when I press my "-10s" button after a goal?
Thanks
Morki


Replace the shortcut with a call to a scipt that does :

ReplayMarkInOut (with your desired time)
Input.Find() your data (clock value) from the title
ReplaySetLastEventText with the value you retrieved


It took a moment to figure it out, but that works perfectly now. Thanks!
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.