For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

This guide will walk you through installing Vanilla Unicorn Models on supported inventory & addon scripts your FiveM server.

1

Download the resources

Download both cfx-djs-anims, CFX portal and place them in your resources folder.

2

Add to server.cfg

Add cfx-djs-anims to your server.cfg after all dependencies

ensure cfx-djs-anims
3

Add Emotes to Script

Add the required items to your inventory resource — see Addon Scripts below info


Emotes List

Make sure to add all required items to your inventory resource using the format that matches your setup.

Animation Name

dict name

clip name

Soda

anim@djs@drink@soda

  • djs_drink_soda_idle

  • djs_drink_soda_sip_quick

  • djs_drink_soda_sip_long

Chips

anim@djs@food@chips

  • djs_food_chips_idle

  • djs_food_chips_bite_single

  • djs_food_chips_bite_loop

  • djs_food_chips_handful_loop

Shots

anim@djs@drink@shot

  • djs_drink_shot_idle

  • djs_drink_shot_quick

Coffee

anim@djs@drink@coffee

  • djs_drink_coffee_idle

  • djs_drink_coffee_sip_quick

  • djs_drink_coffee_sip_long

Plated

anim@djs@food@plated

  • djs_food_plate_idle

  • djs_food_plate_bite_single

  • djs_food_plate_bite_loop

Ice Cream Cone

anim@djs@food@cone

  • djs_food_cone_idle

  • djs_food_cone_bite_single

  • djs_food_cone_lick_single

  • djs_food_cone_lick_multiple

  • djs_food_cone_lick_loop

Margarita

anim@djs@drink@margarita

  • djs_drink_margarita_idle

  • djs_drink_margarita_sip_quick

  • djs_drink_margarita_sip_long

  • djs_drink_margarita_sip_loop


Addon Emote / Developer Scripts

Make sure to add all required items to your emote / dev resource using the format that matches your setup.

Add the emotes below to your rpemotes-reborn into client/AnimationList.lua.

Add the emotes below to your scully_emotemenu into shared/data/emotes/anything.lua

  • Copy the item config (non-consumable) and put it into your inventory item list like normal.


Inventory Icons

Make sure to add these icons to your preferred inventory’s image folder for them to display correctly.

1

Ox Inventory

ox_inventory/web/images

2

QS Inventory

qs-inventory/html/images

Open

Last updated