ZSX_Multicharacter Integration

If you are using the UI along with our Multicharacter system, please follow these steps:

WARNING!

If you have renamed ZSX_Multicharacter, ensure you also update the reference in the file:

ZSX_UIV2/shared/framework.lua

Find the line:

ZSX_Multicharacter = 'MY_CHANGED_MULTICHARACTER'

Replace 'MY_CHANGED_MULTICHARACTER' with the new resource name you assigned.

Go to ZSX_Multicharacter/shared/config.lua and set the following variable:

Config.CustomInitialization = true

Afterward, restart the server.

If you're using Config.AwaitShutdownLoadingScreen = true

Make sure to set it in Multicharacter/shared/config.lua too!

Last updated