Setup
Installation
Extract file
Copy / cut gusti-loadscreen to your server resources folder
Open server.cfg
Add
gusti-loadscreen
script withensure gusti-loadscreen
in server.cfgStart server / Restart server
Finished
gusti-loadscreen installed successfully
Configuration
Open the config.json
file located in the gusti-loadscreen/web
folder to configure
Logo
To change the logo, you can view it or open the Logo.tsx
file located at web/src/components
Copy/cut your new logo into web/src/assets
and match the file name to the one imported
Example
Logo name cannot contain spaces!
Server Name
Description
Backsound
To change the backsound, you can view it or open the Audio.tsx
file located on web/src/components
Copy/cut your new background sound into web/src/assets
and adjust the file name to the one imported
Example
Backsound name cannot contain spaces!
Once everything is setup, the script won't work if you haven't built it to production, so you have to negbuild it first before using it!
Last updated