andycute70
New Member
Could Stopwatch be used for soccer? Trying to setup a stopwatch that could start from minute 45 (second half) but that would not turn into hour after 59:59", but instead keep going until I stop it (90' or more).
Version 4.8
Please backup your old file before replacing it. Report any issues (:
NEW FEATURES
- Custom Minute Format:
Custom Minute Format that supports minute formats of any length. To use open Scipt settings go to 'Time Format' and set to 'Custom Time Format' and define the time stamp you require. To adjust the minute format you need to add the following syntax: '{M90}' Add 'M' and number enclosed in '{}' to adjust minute format: {M90} will display 90 minutes units. The...
Could Stopwatch be used for soccer? Trying to setup a stopwatch that could start from minute 45 (second half) but that would not turn into hour after 59:59", but instead keep going until I stop it (90' or more).
Hey, Basic shows all the basic stuff only. To see all the options, set to Configuation to 'Advanced' and Timer /Marker to 'Expanded'Oh I had to set Timer Settings to Expanded. Any way I could set it for Basic Configurations?
I will test to try and replicate and get back to you.I cannot get the Countdown text colors to change using 'Marker A Time' and 'Marker B Time'. The 'Normal Color' works, but neither 'Marker A Color' nor 'Mark B Color' work during the countdown.
Time Format: $M:$S
Marker A Time: 00:00:10
Marker B Time: 00:00:05
I am not using 'Marker A Audio' or 'Marker B Audio' (yet)
Media Playback Limit: Disabled
Marker Notes: Disabled
OBS 29.0.2
StopWatch.lua: 4.8
Any suggestions?
Please backup your old file before replacing it. Report any issues (:
BUGS
- Fixed an issue that caused the time marker function to break.
Thank you BobRossLives for the bug report and your valuable feedback.
I cannot get the Countdown text colors to change using 'Marker A Time' and 'Marker B Time'. The 'Normal Color' works, but neither 'Marker A Color' nor 'Mark B Color' work during the countdown.
Time Format: $M:$S
Marker A Time: 00:00:10
Marker B Time: 00:00:05
I am not using 'Marker A Audio' or 'Marker B Audio' (yet)
Media Playback Limit: Disabled
Marker Notes: Disabled
OBS 29.0.2
StopWatch.lua: 4.8
Any suggestions?
Please backup your old file before replacing it. Report any issues (:
BUGS
- Fixed an issue when user checked the checkbox for timer in Stopwatch mode setting reset on "source visible" or "scene active" .
Thank you Seamas73 for the bug report and your valuable feedback.
hi i just wanted to let you know this is not very intuitive, i had to scroll through all the forums just to see this because all the tutorials and images on the download page show an always visible source dropdown and i thought i'd done something wrongHey, Basic shows all the basic stuff only. To see all the options, set to Configuation to 'Advanced' and Timer /Marker to 'Expanded'
Hey, I know it is not currently very intuitive, and I do apologise for any frustration or inconvenience caused. The Script has evolved from its initial release and consequently become more complex. I hope to address this soon by releasing a YouTube tutorial on the Script. If this happens, it will hopefully be more helpful. In the meanwhile, if you struggle, let me know, and I will see if I can assist you.hi i just wanted to let you know this is not very intuitive, i had to scroll through all the forums just to see this because all the tutorials and images on the download page show an always visible source dropdown and i thought i'd done something wrong
I just found this online lua tester at https://rextester.com/l/lua_online_compiler, and see this error:Hey @GrumpyDog ... I'm having trouble loading the script in Ubuntu 22.04... in fact, it just crashes OBS Studio when I try to add the script. I just downloaded it using the method you described in the video (i.e. v4.10 from https://raw.githubusercontent.com/midnight-studios/obs-lua/main/StopWatch.lua, saved as .obs file, and tried to add via Tools > Scripts. I click the +, select the file and OBS Studio crashes. I am using OBS Studio 29.1.3 (64 bit). Unfortunately I don't seem to be able to get a log file... i.e. there are no log entries created as the app crashes.
Have you any thoughts on where to look?
Cheers!
Error(s), warning(s):
lua5.3: ...Desktop/rextester_linux_2.0/usercode/55054246/source.lua:453: attempt to index a nil value (global 'obs')
stack traceback:
...Desktop/rextester_linux_2.0/usercode/55054246/source.lua:453: in main chunk
[C]: in ?
last_state_marker_a = obs.OBS_MEDIA_STATE_NONE,
Yeah OK that might be my bad. Maybe that's just because I've tried to compile it online, and the obslua module isn't available there. Sorry.I just found this online lua tester at https://rextester.com/l/lua_online_compiler, and see this error:
Code:Error(s), warning(s): lua5.3: ...Desktop/rextester_linux_2.0/usercode/55054246/source.lua:453: attempt to index a nil value (global 'obs') stack traceback: ...Desktop/rextester_linux_2.0/usercode/55054246/source.lua:453: in main chunk [C]: in ?
Looks like maybe this:
Code:last_state_marker_a = obs.OBS_MEDIA_STATE_NONE,