Setup
How to install and configure um-ronin-multicharacter

Select Framework
Firstly
- Make sure your
qbx_coreversion are not old stop basic-gamemodein server.cfg (do not add this again, if you have this, replace ensure with stop)
useExternalCharacters = false ->> set true
startingApartment = true ->> set falseLocale
Supported Locales
al, ar, cs, da, de, el, en, es, et, fi, fr, he, hr, hu, id, it, ja, ko, lt, nl, no, pl, pt, ro, ru, sk, sv, th, tr, zh-cn, zh-tw
Make sure your setr ox:locale "your-locale" in server.cfg is set to your desired language (ex: en, fr, de, etc.)
setr ox:locale "en"Apartment Start
In your server.cfg, set the following convar to choose whether new players start inside or outside the apartment:
setr um:NewPlayerApartmentInsideStart "true" # true for inside, false for outsideServer.cfg
Load Order
um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu, apartments etc.
# um config
setr um:NewPlayerApartmentInsideStart "true"
---------------
ensure oxmysql
ensure ox_lib
--------------
ensure your-core
ensure [your-core-addons]
ensure [standalone]
--------------
ensure um-ronin-multicharacterFirstly
- Make sure your
qb-coreversion are not old stop basic-gamemodein server.cfg (do not add this again, if you have this, replace ensure with stop)- Delete other multicharacter scripts like
qb-multicharacterorother-multicharacter
Locale
Supported Locales
al, ar, cs, da, de, el, en, es, et, fi, fr, he, hr, hu, id, it, ja, ko, lt, nl, no, pl, pt, ro, ru, sk, sv, th, tr, zh-cn, zh-tw
Make sure your setr ox:locale "your-locale" in server.cfg is set to your desired language (ex: en, fr, de, etc.)
setr ox:locale "en"Apartment Start
In your server.cfg, set the following convar to choose whether new players start inside or outside the apartment:
setr um:NewPlayerApartmentInsideStart "true" # true for inside, false for outsideServer.cfg
Load Order
um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu, apartments etc.
# um config
setr um:NewPlayerApartmentInsideStart "true"
---------------
ensure oxmysql
ensure ox_lib
--------------
ensure your-core
ensure [your-core-addons]
ensure [standalone]
--------------
ensure um-ronin-multicharacterFirstly
- Make sure your
es_extendedversion are not old stop basic-gamemodein server.cfg (if you have this in server.cfg, replace ensure with stop)- Delete
esx_identityandesx_multicharacteror other multicharacter scripts
Identifier and Prefix

In your server.cfg, set the following convars to match your identifier type and character prefix:
Steam Identifier
- If you're going to use Steam identifier, you'll need this.
- Using the Steam API Key Manually on the Server
set esx:identifier "license" # license, discord, steam
set um:charPrefix "char" # prefix for character identifiersLocale
Supported Locales
al, ar, cs, da, de, el, en, es, et, fi, fr, he, hr, hu, id, it, ja, ko, lt, nl, no, pl, pt, ro, ru, sk, sv, th, tr, zh-cn, zh-tw
Make sure your setr ox:locale "your-locale" in server.cfg is set to your desired language (ex: en, fr, de, etc.)
setr ox:locale "en"Server.cfg
Load Order
um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu etc.
# multi and esx convar
setr ox:locale "en"
set esx:identifier "license" # steam, license, discord
set um:charPrefix "char" # prefix for character identifiers
#---------------
ensure oxmysql
ensure ox_lib
#--------------
ensure es_extended
ensure [core]
ensure [standalone]
#--------------
ensure um-ronin-multicharacterHow-to Guides
- How to add coordinates?
- How to add extra slots?
- How to add logs?
- How to send partner invite?
- How to customize register?
- How to add starter items?
- How to add tebex?