uyuyorumstore
um-ronin-multicharacter

Setup

How to install and configure um-ronin-multicharacter

um-ronin-multicharacter

Select Framework

Firstly

  • Make sure your qbx_core version are not old
  • stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
client.lua
qbx_core > config > client.lua
useExternalCharacters = false  ->> set true
startingApartment = true  ->> set false

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.)

server.cfg
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:

server.cfg
setr um:NewPlayerApartmentInsideStart "true" # true for inside, false for outside

Server.cfg

Load Order

um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu, apartments etc.

server.cfg
# um config
setr um:NewPlayerApartmentInsideStart "true"
---------------

ensure oxmysql
ensure ox_lib
--------------
ensure your-core
ensure [your-core-addons]
ensure [standalone]
--------------
ensure um-ronin-multicharacter

Firstly

  • Make sure your qb-core version are not old
  • stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
  • Delete other multicharacter scripts like qb-multicharacter or other-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.)

server.cfg
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:

server.cfg
setr um:NewPlayerApartmentInsideStart "true" # true for inside, false for outside

Server.cfg

Load Order

um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu, apartments etc.

server.cfg
# um config
setr um:NewPlayerApartmentInsideStart "true"
---------------

ensure oxmysql
ensure ox_lib
--------------
ensure your-core
ensure [your-core-addons]
ensure [standalone]
--------------
ensure um-ronin-multicharacter

Firstly

  • Make sure your es_extended version are not old
  • stop basic-gamemode in server.cfg (if you have this in server.cfg, replace ensure with stop)
  • Delete esx_identity and esx_multicharacter or other multicharacter scripts

Identifier and Prefix

Identifier and Prefix

In your server.cfg, set the following convars to match your identifier type and character prefix:

Steam Identifier

server.cfg
set esx:identifier "license" # license, discord, steam
set um:charPrefix "char" # prefix for character identifiers

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.)

server.cfg
setr ox:locale "en"

Server.cfg

Load Order

um-ronin-multi should always ensure after things like spawn, inventory, clothing menu, emote menu etc.

server.cfg
# 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-multicharacter

How-to Guides

Requirements

On this page