Unzip the cd_vipshop.zip folder and place this folder in your server's resource folder.
2
2. Bridge
This resource is the core of all Codesign scripts. It handles framework connections, database setup, and error handling behind the scenes. When the bridge starts, it automatically detects and starts every compatible resource—including all Codesign scripts and any Codesign-compatible scripts you have installed.
Add cd_bridge to the bottom of your server start config (server.cfg).
ensure cd_bridge
For more information on how to install the bridge, check out the full guide.
3
3. Config.lua
You must review all configurable options in [cd_vipshop/configs/config.lua] and adjust them to suit your server’s needs.
Be sure to read the commented help text at the end of each line — it explains the purpose of each configuration option.
The most important config options are in the Important category at the top of config.lua.
All other settings are optional.
4
4. Install Dependencies
Where Can I Find These Dependencies?
You can find all dependencies in the [cd_vipshop/dependencies] folder.
Each dependency has its own folder containing a text file with a GitHub download link.
Alternatively, you can view the full list in the table below.
Where Should I Put These Dependencies?
Place all dependencies in your main resources folder, just like any other resource.
⚠️ Do not place them inside the cd_garage folder.
Do I Need to Add Them to the Server Start Config?
Required: No need to add these to your server.cfg — they start automatically as dependencies of this resource.
Optional: Yes, these must be manually added to your server.cfg.