๐Ÿ› ๏ธInstallation

Welcome to our installation guide! In this section, we'll walk you through the steps to effortlessly set up the Script S-Loadingscreen !

Loadingscreen Installation

Follow this steps to install the script:

  1. Download the Script from Keymaster

  2. Drag the Script into your resources

  3. Add this to you your server.cfg: start S-Loadingscreen

  4. Restart Server and play S-Loadingscreen on your Server!

  5. If you change Anything in the Config of the script, it will be displayed by connecting on the Server

Information

Change of the video

  1. Download the video as an webm file

  2. Go into S-Loadingscreen > html > src

  3. Drag and Drop the video. Rename it to video.webm or change the path in the HTML.

Change from video to img

  1. Go into S-Loadingscreen > html > index.html

  2. At the top you can see the following code:


<!--<<img src="src/sceen.png" class="backgroundimg" alt="">-->

<video class="video" autoplay loop muted>
    <source src="src/video.webm" type="video/webm" />
       Dies Video kann in Ihrem Browser nicht wiedergegeben werden.<br />
       Eine Download-Version steht unter
    <a href="URL">Link-Addresse</a> zum Abruf bereit.
</video>
  1. Change it to:

<img src="src/sceen.png" class="backgroundimg" alt="">

<!--<video class="video" autoplay loop muted>
    <source src="src/video.webm" type="video/webm" />
       Dies Video kann in Ihrem Browser nicht wiedergegeben werden.<br />
       Eine Download-Version steht unter
    <a href="URL">Link-Addresse</a> zum Abruf bereit.
</video>-->
  1. That's all. You changed it to an img!

Thats All! Enjoy the Script on your Server!

Last updated