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. Developer Portal

Game/App Space - Settings

PreviousGame/App Space - CreationNextCore

Last updated 8 months ago

The setting page allow you to customize your application experience.

  1. Log into your .

  2. Click on Settings, in the navigation bar.

For the AI Emote Creator FiveM resources to function correctly, you need to activate two core settings:

  • Webhook URI: Enter the address where you want to be notified when the status of an emote creation process changes. This setting enables you to notify your players about updates in the status of the emotes they are creating. The FiveM resource will expose a URI at /kinetix_mod/webhook/updates.

  • YCD File generation: Tick this box to convert the generated emotes into a GTA-compatible format.

๐Ÿ‘จโ€๐Ÿ’ป
Developer Portal