Installation

While specific configurations vary by script, the core installation flow for any Snowflake Studios product remains consistent.

The 4-Step Installation

1

Download & Extract

  • Escrow / Keymaster: Download the resource from your CFX Keymaster under "Granted Assets".

  • GitHub / Lite: Download the .zip from the Latest Release and extract the folder. Remove any -main extensions from the folder name (e.g., rename snowflake_killfeed_lite-main to snowflake_killfeed_lite).

2

Position in Server Files

Place the extracted folder into your FiveM server's resources directory. We recommend creating a [snowflake-studios] categorized folder to keep your assets organized.

3

Start Dependencies Properly

Ensure that the script's dependencies are started before the Snowflake script in your server.cfg.

A standard start order looks like this:

# Dependencies
ensure ox_lib
ensure baseevents

# Framework (If applicable)
ensure qbx_core

# Snowflake Studios
ensure snowflake_killfeed
4

Configure ACE Permissions

Many of our scripts feature robust in-game admin menus or test commands. These require ACE permissions to function safely.

Add the relevant permissions to your permissions.cfg or server.cfg:

# Example: Granting admins access to the killfeed dashboard
add_ace group.admin command.killfeedmenu allow
add_ace group.admin command.killfeedtest allow
add_ace group.admin command.killfeedreset allow
circle-exclamation

Was this helpful?