Customize Logo
You can use the settings below to configure your server logo in the SW Multicharacter interface.
Server Logo Configuration
The logo settings allow you to personalize your server's branding:
Note:
Config.Logo = {
enabled = true, -- True: Logo Active, False: Logo Inactive
image = "logo.png", -- Logo image (in the web folder)
size = {
width = 350, -- Logo width (px)
height = 350 -- Logo height (px)
}
}
- The logo path is defined in
Config.Logo. Make sure that your logo file is named exactlylogo.pngfor it to work correctly. - File location:
sw_multichar > web > build > img > logo.png
Logo Design Guidelines
For the best appearance of your server logo:
- File Format: Use PNG format with transparency for best results
- Resolution: Create your logo in a high resolution (at least 500x500px) to ensure clarity
- Aspect Ratio: Maintain a square or slightly rectangular aspect ratio
- Color Scheme: Use colors that contrast well with the background of your UI
- File Size: Optimize your image file size to minimize loading times
Replacing the Logo
To replace the default logo with your own:
- Create your logo image in PNG format
- Name the file
logo.png - Upload it to the directory:
sw_multichar > web > build > img - Replace the existing file
- Restart your server or the resource to apply changes