sx-loadingV2
Configuration
serverName: "SyneX Scrpits",
upperText: false,
Write a custom text to display at the top left corner. If you change upperText
to true,
the text given above will be displayed. Otherwise "Logging in as steamName
. . ." will be displayed.
links: [
"https://discord.com",
"https://youtube.com",
"https://instagram.com",
"https://google.com",
"https://tiktok.com",
]
In links you can add as much link as you wish but we don't think it will look good on screen. Also Discord, Instagram and Youtube have their own emoji.
background: {
type: "video", // "video" or "photo"
videocode: "Awgpquzwwz0", /*[Required if type is video]*/
}
Background is to switch if you want your background as YouTube video or a photo. For instance, we allow only two types. In the future there will be local video and multiple photo choices.
music: {
audiolevel: 25, // [Range between 0 and 100]
songs: [
{
title: "Welcome to Los Santos",
src: "./songs/song1.mp3"
},
{
title: "Rolling in the Deep",
src: "./songs/song2.mp3"
},
{
title: "Gangsta's Paradise",
src: "./songs/song3.mp3"
},
]
}
While playing a music on loading screens, sometimes audio level can be a bit too much you can set a default level to decrease volume and add some more music.
While adding music please be careful with the song paths and song file names. We suggest copy paste the original name and go on from there.
managers: [
{photo: "", name: "Loftifwere", desc: "SyneX Developer"},
{photo: "", name: "HLion", desc: "SyneX Developer"},
{photo: "", name: "BlackLion", desc: "SyneX VIP"}
]
To promote your managers, you may add them to your loading screen.
While adding photo of you managers to the managers section make sure adding correct path to photo.
While adding paths, they must be relative to index.js.
Theme
For the theme you can configures as you wish. Loading screen comes in purple based theme by default. but you can configure as you wish in styles.css. To change the theme, follow the instructions below
Last updated