Kinetix AI Emote Creator for FiveM - Documentation
GitHubDiscord
  • ๐Ÿ–๏ธIntroduction
  • ๐Ÿ‘€Overview
  • ๐Ÿš€Get started
  • ๐Ÿ‘จโ€๐Ÿ’ปDeveloper Portal
    • Game/App Space - Creation
    • Game/App Space - Settings
  • โš™๏ธCore
    • User Creation
    • Emote generation
    • Webhook
    • User bag
    • Sharing emote
    • Validation / Retake process
    • Paywalls
    • File download
    • Playing animations
  • ๐Ÿ–ฅ๏ธInterface
    • Events
      • Server
      • Client
    • Render functions
      • CreateRootMenu()
      • CreateQRCodeAlert(url)
      • CreateMainMenu()
      • CreateEmoteBagMenu(emotes)
      • OpenEmoteBagMenu()
      • CreateProcessValidationMenu(process)
      • CreateEmoteCreatorMenu(processes)
      • CreateErrorMenu(statusCode, error)
      • NotifyProcessUpdate(process)
      • NotifyEmoteReady(data)
      • CreateEmoteWheel(emotes)
  • ๐Ÿ”ŒIntegrations
  • ๐ŸงชLive Demo
  • ๐Ÿ“šVideo recording Guidelines & AI Specs
    • AI Emote Creator - specifications
    • Video recording guidelines
Powered by GitBook
On this page
  • 1. Prerequisites
  • 2. Installation
  • 3. Configuration

Get started

Follow this guide to quickly integrate the AI Emote Creator into your FiveM server.

PreviousOverviewNextDeveloper Portal

Last updated 7 months ago

The integration tutorial below corresponds to a quick integration using ox_lib for the User_Interface. If you want to integrate the resource with a customized user interface, read Coreand Integrations.

1. Prerequisites

Install the following dependencies:

2. Installation

Extract the zip file into your server's resource folder.

3. Configuration

  • Get started by creating Game/App Space

  • In the dashboard page, generate an API Key and set it in your kinetix_mod resource (kinetix_mod/server/core.lua)

  • Get to the settings page

    • In the webhook field, set your server's public IP / Domain name with '/kinetix_mod/webhook/updates'

    • Enable the YCD file generation

  • Add these ACE rules in your server config (not required since v0.2.0)

add_ace resource.kinetix_mod command.restart allow
add_ace resource.kinetix_mod command.start allow
add_ace resource.kinetix_mod command.stop allow
add_ace resource.kinetix_mod command.refresh allow
  • Restart the server

(not required since v0.1.10)

Download our on GitHub.

Create an account on Kinetix's .

example :

๐Ÿš€
ox_lib
fivem_webbed
latest release
Developer Portal
https://my-server.com/kinetix_mod/webhook/updates
Video installation guide