Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

UnderworldServers/vorp_clothingstore_original

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VORP-ClothingStore Lua

Clothing Store for VORP Core

Refactored from C# to Lua with improvements

Requirements

- VORP-Character Until a stable new release is pushed, use VORP characters from the prebuild

How to install

  • 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 to resources/vorp_clothingstore
  • Add ensure vorp_clothingstore to your server.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!

Optimizations

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.

Credits

License

Apache