Installation
1. Add the Resource
Place the cfx_vice_loading folder into your server's resources directory.
2. Start the Resource
Add the following to your server.cfg:
ensure cfx_vice_loading
warning
The loading screen resource must be started first — before any other resource — in your server.cfg. Otherwise it may not display correctly.
3. Add Your Assets
Place your files in the correct folders inside the resource:
| Asset | Folder |
|---|---|
| Background images | web/assets/images/ |
| Background video | web/assets/video/ |
| Music tracks | web/assets/music/ |
| Logo image | web/assets/images/ |
| Staff avatars | web/assets/images/ |
Supported formats:
- Images —
.png,.jpg,.jpeg,.webp,.gif - Video —
.mp4,.webm - Audio —
.mp3
4. Configure
Open config.js in the root of the resource and configure it to your liking. See the Config Files page for a full breakdown.
tip
config.js and web/css/themes.css are both unescrowd and fully editable.