Skip to main content

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:

AssetFolder
Background imagesweb/assets/images/
Background videoweb/assets/video/
Music tracksweb/assets/music/
Logo imageweb/assets/images/
Staff avatarsweb/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.