Clothing Store for VORP Core
Refactored from C# to Lua with improvements
- VORP-Character Until a stable new release is pushed, use VORP characters from the prebuild
- disable clothing stores C# if you are using replace with this one.
- Download the lastest version of VORP ClothingStore
- Copy and paste
vorp_clothingstore
folder toresources/vorp_clothingstore
- Add
ensure vorp_clothingstore
to yourserver.cfg
file - To change the language go to
Config.lua
and change the default language - If language does not exist in
vorp_clothingstore/languages
, please translate and PR :) - Now you are ready!
Client and Server side threads are completely idle until called upon. The previous version was calling everything together at once leading to substantial resource usage. You can see the difference down below.
-
@UnderworldServers Core rework into Lua