Skip to content

git-kinetix/kinetix-fivem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Banner

https://github.com/git-kinetix/kinetix-fivem/releases https://github.com/git-kinetix/kinetix-fivem/releases/latest https://github.com/git-kinetix/kinetix-fivem/releases/latest https://github.com/git-kinetix/kinetix-fivem?tab=MIT-1-ov-file#readme

UGC Emotes - FiveM

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.

📚 Documentation

Prerequisite

This mod requires :

Installation

Download the latest release.

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

Configuration

  • 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)

            

            

  • Add these ACE rules in your server config

    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

Usage

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.