Customize the login screen

SW Multicharacter gives players the feeling of entering a story mode game when they first log in to your server. That was always the goal - to provide a unique and immersive experience.

Intro Configuration

You can enable or disable the intro screens in the configuration:

Note:

Config.Intro = {
    active = true, -- True: Intro Screens Active, False: Intro Screens Inactive (will skip directly to character selection)
    sound = true, -- True: Intro Sound Active, False: Intro Sound Inactive
    duration = 4500 -- Duration for all intro screens (ms) - how long each screen is shown before auto-advancing
}

Logo Configuration

The logo displayed on the intro screen can be customized using these settings:

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)
    }
}
  • Make sure that the name of your logo is exactly logo.png otherwise it will not work.

Disclaimer and Light Sensitivity Text

To edit the disclaimer and light sensitivity text:

Note:

You can find localization files at:

sw_multichar > locales > en.lua de.lua it.lua tr.lua 

SW Multicharacter supports multiple languages. Thanks to its easily accessible structure, you can change the content texts on the Intro screen by editing the appropriate language file.

Changing the Background

You can customize the background for the disclaimer:

Note:

Replace the background image at:

sw_multichar > web > build > img > tip4.jpg

Make sure the file name remains tip4.jpg for the changes to take effect.