vrp-framework
Installation
SKILL.md
vRP Framework — Creative Network
Framework Architecture
vRP Creative Network is based on Lua 5.4 with communication via Proxy (server-to-server) and Tunnel (client-server).
Support for Creative v5 and vRPEX (older variations)
Older versions maintain the same logic and best practices but change function and file names.
- Creative v5: core in
camelCase,modules/group.lua, configs inconfig/*.lua. - vRPEX: classic core (
getUserId,getUserSource,getUsers, etc.) and configs incfg/*.lua.
See the full mapping in reference.md.