🚀Get started
Follow this guide to quickly integrate the AI Emote Creator into your FiveM server.
1. Prerequisites
Install the following dependencies:
fivem_webbed (not required since v0.1.10)
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
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
Last updated