Rank: Newbie
Groups: Registered
Joined: 4/20/2023(UTC) Posts: 1 Location: ufa
|
Good afternoon . How can I make a {m:ss} format countdown timer for MMA fights bye. In battles, the chronometer starts at 5.00 and then descends 4:59 4:58...... 0:00 ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: vadimtv Good afternoon . How can I make a {m:ss} format countdown timer for MMA fights bye. In battles, the chronometer starts at 5.00 and then descends 4:59 4:58...... 0:00 ? One can add the format to the vMix user.config file to create the extra option
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/18/2014(UTC) Posts: 1,837 Location: Stockholm
Thanks: 144 times Was thanked: 297 time(s) in 250 post(s)
|
Originally Posted by: doggy One can add the format to the vMix user.config file to create the extra option Yeah! But that means it will only be available on that particular PC for that Windows user. Or. am I wrong about that? Would it not be better to Export the Settings to a file (.config) and add the desired format. Which, in vadimtv's case would result in something like Code: <setting name="CountdownFormats" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>HH:mm:ss</string>
<string>mm:ss</string>
<string>m:ss</string>
<string>ss</string>
<string>HH</string>
<string>mm</string>
</ArrayOfString>
</value>
</setting>
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,216 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: richardgatarski Yeah! But that means it will only be available on that particular PC for that Windows user. Or. am I wrong about that?
Would it not be better to Export the Settings to a file (.config) and add the desired format. Which, in vadimtv's case would result in something like
Available in current instalation in vMix64.exe.config before installing vMix (and changing file acces/edit permission) In user.config after installing vMix (more practical for additional changes) Either way will have to make the change with each download or update
|
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close