Synn's loadingscreen

NOTICE:

This no longer is maintained by me (syntasu). Feel free to make your own forks and do what ever with the code (within what the license permits). I cannot guarantee that this will work for your server and/or continues to work in the future.

https://github.com/Syntasu/synn-loadscreen

54 Likes

Reported. Wants to crush snails.

11 Likes

Waiting for music player! Then def using it

Probably next week, I have a project I need to turn in before monday, so low on developement time on the weekend :slight_smile:

Looking good. :mascot: is not amused though.

4 Likes

Why is :mascot: not amused?

https://github.com/Syntasu/synn-loadscreen/blob/master/js/progressbar-config.js#L70

HINT: enable UTF-8 to see emotes :slight_smile:

2 Likes

nice release man! keep it up :slight_smile:

1 Like

FYI: Music player is added in version 1.1.0 :mascot:

Use the music from my script to make it work

I’ve pushed version v1.1.1. Further instructions on how to add youtube videos has been added and removed an invalid video id from the config.


The code you use is uses the sound from disk, I’ve three main concerns with this:

  • Only .ogg format, no mp3 format. I believe i’ve read this in readme of Loqrin’s loadscreen.
  • Audio files take up space too, having many files will substantially increase size on disk. This can be proven as a hindrance if you for instance would like to migrate the server to another host.
  • Streaming the music files to a client increases the bandwith used.

Besides, who wants to download music on slower internet connections. Syntasu, great job. Thanks for this.

1 Like

You would still have to load the youtube video in the background.
The video itself should be playing at the lowest playback quality.

EDIT:
Seems like player.setPlaybackQuality doesn’t override user preferences. Fixed it and in 1.1.2 it should load video’s at lowest available quality. Should help loading times for users with lower bandwidth.

Great loading screen! I do have a question. Is it possible to have 1 loading bar with the individual coloers dor what it is loading? So once all 4-5 are loaded it gives one full bar.

Would be quite tricky to implement (I think, might need to look into it). It’s a nice idea though.

1 Like

What about some like this?

I’ll commit it to my repository, need to do some more improvements before I push build version 1.2.0

4 Likes

That is exactly what I was looking for!

Looks great, using it, great job!

When do you think this might be available?

Working on it atm! Within an hour-ish.

1 Like

Version 1.2.0 is up, hopefully you guys like it! :slight_smile:

4 Likes