QBox
Installation
- Setup qbox
- Enable use of external character system in
qbx_core
config- located in
qbx_core/config/client.lua
underuseExternalCharacters
- Set
useExternalCharacters
totrue
- located in
- Set the framework in the config file
- In
sh_config.lua
setCONFIG.FRAMEWORK
toFRAMEWORK.QBOX
or'qbox'
- In
Configure max number of characters
- In
sh_config.lua
theCONFIG.MAX_CHARACTERS
option does not apply to Qbox. - The max number of characters can be set in the
qbx_core
config- located in
qbx_core/config/server.lua
underdefaultNumberOfCharacters
- Set
defaultNumberOfCharacters
to anumber
of your choice e.g.3
- located in