vrp-framework
Installation
SKILL.md
vRP Framework — Creative Network
Language rule: Internal reasoning is in compact English. All messages and output displayed to the user must be in the user's language.
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.