๐Ÿš€Get started

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

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

Download our latest release on GitHub.

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

3. Configuration

  • Create an account on Kinetix's Developer Portal.

  • 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

  • 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

Last updated