FearlessStudios

Configure

Install and configure FS-LoadingScreenV2

Requirements

  • FS-Lib

Installation

  1. Place FS-LoadingScreenV2 in your resources folder.
  2. Add ensure FS-LoadingScreenV2 to server.cfg near the top so it loads early.
  3. Edit config.lua to customize branding, tips, and media.
  4. Restart the server.

Assets

  • Background images live in nui/images.
  • Music files live in nui/music.
  • Any media you add must be referenced in config.lua.

Core settings

Prop

Type

Music

Define tracks in Config.musicFiles:

config.lua
Config.musicFiles = {
  { displayName = "Example Song", fileName = "examplesong.mp3" }
}

Server tips

Set Config.serverTips to an array of tip strings (under 128 characters each).

Staff team

Set Config.staffTeam to show staff cards:

config.lua
Config.staffTeam = {
  { name = "John Doe", rank = "Owner" }
}

Update notes

Use Config.serverUpdateNotes to show changelogs with title, date (YYYY-MM-DD), and message (plain text or basic markdown).

Spawn selector integrations

  • Config.useWXSpawnSelector for wx_spawnselector.
  • Config.useCanXSpawnSelector for spawn-selector.
  • Config.useFearlessStudiosSpawnSelector for FS-SpawnSelector.

When using FearlessStudios Spawn Selector, also set: FS-SpawnSelector/config.lua -> Config.manuallyTrigger = true