Scoreboard Assistant

Non-Free Scoreboard Assistant 1.2.2

StormofThunder

New Member
Yes... there is a single all in one text field for music. Just add the relevant information {song} {artist} {album} etc...

The Challonge API DOES NOT SUPPORT TWO-STAGE TOURNAMENTS. I've said this a dozen times.

Sorry, I had attempted that and had not worked out as expected. I'll try again. I've also only read up on the challonge API about a week after my comment and how they still don't support two-stage tournaments. My apologies.
 

Jaxel

Member
Sorry, I had attempted that and had not worked out as expected. I'll try again. I've also only read up on the challonge API about a week after my comment and how they still don't support two-stage tournaments. My apologies.
Well not all services give all the information. Most only give song and artist.
 

tba777

New Member
Hello Jaxel,
I just downloaded ScoreBoard Assistant 1.1.6 I can't use right clic, it seems that it's not available anymore, also I couldn't use it with OBS Studio I tried to use the animation you made. As no right click perhaps I couldn't load the path of XML files to update on the animation folder and score layout.

Thank you for you help
 

Jaxel

Member
Hello Jaxel,
I just downloaded ScoreBoard Assistant 1.1.6 I can't use right clic, it seems that it's not available anymore, also I couldn't use it with OBS Studio I tried to use the animation you made. As no right click perhaps I couldn't load the path of XML files to update on the animation folder and score layout.

Thank you for you help
Huh? Right click on what? OBS? Scoreboard Assistant wouldn't have anything to do with that.
 

tba777

New Member
Hello Jaxel,
Yes I am talking about scoreboard assistant I saw i'in you tutorial videos that sometimes you right click to show some options. I tried to use the layout you built and show in a tutorial so I tried to use the same thing to try scoreboard assistant but I couldn't update the right files do I have to place scoreboard assistant in a specific folder? For example the one where output and input folders are in the layout package? Is there a way to set my working folder on configuration? I am using OBS as streamer software.
Thank you very much.
 

Jaxel

Member
Scoreboard Assistant should be in the same folder as the files from my tutorial package. It says so right in the tutorial.
 

tba777

New Member
Thank you Jaxel, but this is what I actually tried since yesterday but it seems that the generated xml file name is different from the one used with the layouts here two snapshots my folders with score assistant and the animated scoreboard layout and from OBS with no update occurs

Folders.jpg


Thanks again for you help

EDIT : Hello Jaxel, I was able to solve the scoring problem, the cause is that the xml output have the same name as the tab name, so I modified versus2.js to point my file which name is output/score.xml and it's ok the update occurs.

But for text field no update even with the right file name, I'll try to figure out and make it works ^^

I would like to ask I am trying the Versus 2P ++ I added a flags images to the database and I could load images on scoreboard could you please tell me how to do to show these images next players name ? perhaps it's not added on the layout if so I'll try to make changes

EDIT 2 : Everything is OK I was able to do what I wanted, thanks again your tool is great.I have just to add some code to add flags and images

Thanks again.
 

Attachments

  • Folders.jpg
    Folders.jpg
    131.6 KB · Views: 76
Last edited:

tba777

New Member
Hello Jaxel,

Could you please help me a bit, I am trying to add country flags next player name in your animated layout downloadable at these thread (https://obsproject.com/forum/resources/animating-streams-with-scoreboard-assistant.373/) because I am a newbie on javascript, and css I couldn't figure out how to update when I make changes on scoreboard assistant. I am using ScoreBoard (2p)++ tab and I loaded country images as a database.

I also wans't able to modify your own code so I cretaed a new html page in which I load and animate flags I used your VS screen as an example to work with
here is my code

<head>

<style>
body { margin: 0; }
main { margin:10; position: absolute; width: 1280px; height: 40px; overflow: hidden; }

p1 { -webkit-animation: p1Intro 2.5s ease; position: absolute; top: 0; left: 150px; }
p2 { -webkit-animation: p2Intro 2.5s ease; position: absolute; top: 0; right: 132px; }


@-webkit-keyframes p1Intro {
0%, 40% { transform: translateY(-100%) }
100% { transform: translateY(0) }
}
@-webkit-keyframes p2Intro {
0%, 40% { transform: translateY(-100%) ; }
100% { transform: translateY(0) ; }
}

</style>
</head>

<body>

<main>
<p1><img src="output/score/image1.png" width="40" height="20"/></p1>
<p2><img src="output/score/image2.png" width="40" height="20"/></p2>

</main>

</body>

I would like to integrate this animation to the versus2.js code to be able to update when I make change with scoreboard assistant but it always fails because I don't know how to call functions and variables to use what I defined on the CSS part on my page.

Any help ?

Thank you very much.
 

barelyevenhuman

New Member
I'm interested in possibly using this with animated .gif files. Is there any chance of support for other file types other than .png, and if so, could output images maintain the same properties as the originals?
 

Jaxel

Member
I'm interested in possibly using this with animated .gif files. Is there any chance of support for other file types other than .png, and if so, could output images maintain the same properties as the originals?
https://obsproject.com/forum/resources/scoreboard-assistant.112/update?update=539

Hello Jaxel,

Could you please help me a bit, I am trying to add country flags next player name in your animated layout downloadable at these thread (https://obsproject.com/forum/resources/animating-streams-with-scoreboard-assistant.373/) because I am a newbie on javascript, and css I couldn't figure out how to update when I make changes on scoreboard assistant. I am using ScoreBoard (2p)++ tab and I loaded country images as a database.

I also wans't able to modify your own code so I cretaed a new html page in which I load and animate flags I used your VS screen as an example to work with
here is my code



I would like to integrate this animation to the versus2.js code to be able to update when I make change with scoreboard assistant but it always fails because I don't know how to call functions and variables to use what I defined on the CSS part on my page.

Any help ?

Thank you very much.
You're using my old animations scripts? For images, I set a div, with a background image... then I update it as follows:
Code:
$('#image1').set("$background", "url('output/melee2/image1.png?"+timeNew+"')");
 

Jaxel

Member
Jaxel updated Scoreboard Assistant with a new update entry:

Version 1.1.7 CHANGELOG

This is a long requested update to this software. With this new version, you can now edit the collections databases of your fields from within the application!

In the old version, if you wanted to edit the databases of text, you would have to close the program, open up the corresponding text files and edit them directly. Now you can do this directly in the collections menu by right clicking the "Save" button on each panel.

Read the rest of this update entry...
 

Jan Abellera

New Member
Hey Jaxel, I'm really loving this program and started learning HTML, CSS, and JavaScript so I can use this tool on a small tournament some friends and I are going to stream. However, I've stumbled upon a few problems. In 1.1.6, I am unable to successfully log in to Twitch; when I authorize my account from within the app's browser, Scoreboard Assistant just crashes with that "not responding" window. Another problem is that whenever I try running 1.1.7, the File Explorer window that it is in just stops working (not even a "not responding" thing, just unclickable) and nothing happens and I have to restart Windows Explorer. I don't know if you have answered questions like this previously, though I have searched, but I would appreciate if you could shed some light on this subject. (I'm also running windows10 with insider preview builds, but I've run into the Twitch problem on a friends computer with windows 7). Thanks for making such an amazing program!
 

Jaxel

Member
Hey Jaxel, I'm really loving this program and started learning HTML, CSS, and JavaScript so I can use this tool on a small tournament some friends and I are going to stream. However, I've stumbled upon a few problems. In 1.1.6, I am unable to successfully log in to Twitch; when I authorize my account from within the app's browser, Scoreboard Assistant just crashes with that "not responding" window. Another problem is that whenever I try running 1.1.7, the File Explorer window that it is in just stops working (not even a "not responding" thing, just unclickable) and nothing happens and I have to restart Windows Explorer. I don't know if you have answered questions like this previously, though I have searched, but I would appreciate if you could shed some light on this subject. (I'm also running windows10 with insider preview builds, but I've run into the Twitch problem on a friends computer with windows 7). Thanks for making such an amazing program!
I will be releasing 1.1.8 soon, which handles garbage collection better. Hopefully it fixes these issues.

Are the .dll files in the same directory as Scoreboard Assistant? Those are required.
 

Jaxel

Member
Hey Jaxel, I'm really loving this program and started learning HTML, CSS, and JavaScript so I can use this tool on a small tournament some friends and I are going to stream. However, I've stumbled upon a few problems. In 1.1.6, I am unable to successfully log in to Twitch; when I authorize my account from within the app's browser, Scoreboard Assistant just crashes with that "not responding" window. Another problem is that whenever I try running 1.1.7, the File Explorer window that it is in just stops working (not even a "not responding" thing, just unclickable) and nothing happens and I have to restart Windows Explorer. I don't know if you have answered questions like this previously, though I have searched, but I would appreciate if you could shed some light on this subject. (I'm also running windows10 with insider preview builds, but I've run into the Twitch problem on a friends computer with windows 7). Thanks for making such an amazing program!
Also, internet explorer is required to log in to Twitch.
 

Jaxel

Member
Jaxel updated Scoreboard Assistant with a new update entry:

Version 1.1.8 CHANGELOG

  • Added support for Beam.Pro as an external service. I don't really know anyone who uses Beam, but I know its very popular in the Minecraft community; which is probably why Microsoft bought it 2 months ago...
  • Updated Twitch for the v5 API changes. Previous versions of this addon will no longer work with Twitch past next February.
  • Completely rewrote how garbage collection is handled in external service. In the past, if you failed to connect to an external service, there was a...

Read the rest of this update entry...
 

Jan Abellera

New Member
I will be releasing 1.1.8 soon, which handles garbage collection better. Hopefully it fixes these issues.

Are the .dll files in the same directory as Scoreboard Assistant? Those are required.

All the .dll files were in the same directory, but I found out what was causing the problem. When I right click the exe and go to properties, I saw an option I've never seen that had to do with security and how the application came from an untrusted source along with a check box to unblock the application, and I'm able to run it correctly now. However, updating to the new software still gives me the problem of logging into Twitch and the app is still crashing even after clearing internet explorer cache and everything.
 

ftwPokedad

New Member
I updated to 1.1.8 and I can't get the Image Select Tabs to actually parse the input folders so I can select images. I have .png images in the correct location but when I right click and select "Parse Folder" it doesn't appear to do anything.

When I select Save; it just tells me "Unable to save image outputs as no input database exists."

Any suggestions would be greatly appreciated.

blankImageSelect.PNG
 

Attachments

  • error1.PNG
    error1.PNG
    26.2 KB · Views: 41
Top