This is a FiveM resource allowing servers to integrate a User-Generated Emote feature. Servers that integrate it will empower their players to craft custom emotes (3D animations) from a video, directly in the game, and play it on their avatar.
Watch the AI Emote Creator demo video
Caution
This resource relies on Kinetix's User-Generated Emote technology. The access to Kinetix's technology on FiveM servers is a paid service, as of the latest company's policy. The standard price for generating an animation with AI is just $0.20 per emote, billed to the server at the end of each month by Kinetix. Servers can integrate the script for free and run up to 20 free tests.
This mod requires :
- ox_lib (for basic integration only - you can use your own interface / menu system otherwise)
- fivem_webbed (not required since v0.1.10)
Download the latest release.
Extract the zip file into your server's resource folder.
-
Create an account on Kinetix's Developer Portal.
-
Get started by creating an App
- In the dashboard page, generate an API Key and set it in your kinetix_mod resource (kinetix_mod/server/core.lua)
- Get to the setting 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
The default key to open the animation creation menu is F5
. This can be changed in kinetix_mod/client/core.lua
The default key to open the emote wheel is Z
(or W
), the default ox_lib's radial menu shortcut.