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 exactly logo.png for it to work correctly.
  • File location: sw_multichar > web > build > img > logo.png

Logo Design Guidelines

For the best appearance of your server logo:

  1. File Format: Use PNG format with transparency for best results
  2. Resolution: Create your logo in a high resolution (at least 500x500px) to ensure clarity
  3. Aspect Ratio: Maintain a square or slightly rectangular aspect ratio
  4. Color Scheme: Use colors that contrast well with the background of your UI
  5. File Size: Optimize your image file size to minimize loading times

To replace the default logo with your own:

  1. Create your logo image in PNG format
  2. Name the file logo.png
  3. Upload it to the directory: sw_multichar > web > build > img
  4. Replace the existing file
  5. Restart your server or the resource to apply changes