Skip to content

git-kinetix/kinetix-fivem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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.

Warning

This version is in its early stages, and we are actively addressing bugs to enhance its reliability.

Caution

This resource relies on Kinetix's User-Generated Emote technology. The access to Kinetix's technology on FiveM servers is free, as of the latest company's policy.

📚 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.