2022-09-17 00:58:40 +12:00
2022-09-17 00:58:40 +12:00
2022-09-03 02:28:33 +12:00
2022-09-16 19:52:08 +12:00
2022-09-16 23:27:58 +12:00
2022-03-26 01:42:27 +13:00
2022-03-26 01:42:27 +13:00
2022-09-16 17:02:40 +12:00
2022-09-16 19:52:51 +12:00

DpEmotes 🏋️

Emotes / Animations for FiveM with human, animal and prop support 🐩

Available in:

  • Brazilian Portuguese 🇧🇷

  • Czech 🇨🇿

  • Danish 🇩🇰

  • Dutch 🇳🇱

  • English 🇬🇧

  • Finnish 🇫🇮

  • French 🇫🇷

  • German 🇩🇪

  • Italian 🇮🇹

  • Polish 🇵🇱

  • Romanian 🇷🇴

  • Spanish 🇪🇸

  • Swedish 🇸🇪

All languages were either translated using Google Translate or contributed by you, the community.

If you happen to find any incorrect translations or would like to add more languages, please feel free to provide an "issue" with the correct / additional translations.

Languages can be selected and/or added in config.lua.


Features

  • Custom Animations

  • Further support for shared and couple poses / animations

  • Animal Emotes - Big dog and small dog. More to come. Stay tuned!

  • Easily convert Menyoo to dpemotes
  • Shared Dances

  • Shared Particle Effects


Menu Keybind 🎛️

Important Note:

The keybind uses RegisterKeyMapping. By default, the server owner configured keybind in the initial config.lua will be the default key, however once the keybind is set for a user, it'll stay with this new value. Editing the config keybind will change it for new players only.

Menu key: F5

F3 and F4 clash with Menyoo and controllers 🎮

Server owners can change this in the config.lua;

MenuKeybind = 'F5', -- Get the button string here

Alternatively, the player base can set their own menu keybind to open DpEmotes

Esc > settings > keybinds > fivem > dpemotes

  • More keybinds are now using key mappings which means that they are now available in your FiveM settings to change (FavKeybind and RagdollKeybind)

Keybinds and SQL 🎛️

The original dpemotes uses mysql-async which was then changed to ghmattimysql. Unfortunately, they are no longer maintained.

To use the SQL features, install the oxmysql resource. If you do not want to use the SQL features, comment out the oxmysql region in fxmanifest.lua.


Ragdoll 🥴

  • To enable ragdoll, change RagdollEnabled = false, to true in config.lua.

Much like the menu key, RagdollKeybind is also using RegisterKeyMapping. It is currently set to U by default (server side) however can be set to the player's preferred keybind in the FiveM keybinds setting found in the settings menu within the Esc Menu.

  • New setting: RagdollAsToggle, this will make either the ragdoll be a toggle or a hold key

Adult Emotes 🔞

Adult Emotes can be hidden from the menu by setting AdultEmotesDisabled to true in the config.lua file.

This will completely conceal the emotes from the lists (Emotes, Shared Emotes, etc) at startup making them unusable.

The emotes that are concealed, are the ones flagged in the animation list with AdultAnimation. You can see how it is done with fspose.


QBCore ⚙️

QBCore integration to match their fork of the original dpemotes

  • Config option which supports the QB Framework in their fork of dpemotes

If youre using qb-core, you can now set Framework = 'qb-core' in the config file, otherwise leave it as false.

This should hopefully add every features their fork had.


Screenshots 📸


Installation Instructions ⚙️:

  • add DpEmotes to your server.cfg

  • Enforce gamebuild to latest build for all emotes and props to work correctly

  • Set the desired language in the config using the available language codes, ie es for Spanish, or leave as it is for English 🇬🇧

  • If youre using qb-core, you can now set Framework = 'qb-core' in the config file, otherwise leave it as false.

  • start dpemotes

Additional Instructions ⚙️


Shared emotes 👩🏻‍❤️‍💋‍👨🏼

Emotes will work with either SyncOffset or Attachto.

  • If it is with SyncOffsetFront or SyncOffsetSide, then the offset used is the one of the emote the player started.
    For example, if player one starts the emote handshake which has SyncOffsetFront, then player one will have the SyncOffsetFront but not the other player.

  • If it is with Attachto, then it'll either be player one's data used for attaching, or the player two's data.
    For example, if player one start the emote carry, then the other player will be attached but not the player one because Attachto is set in carry2 and not carry.

  • If player one starts the emote carry2, then player one will be attached and not the other player. it's the player who start the animation who will in most cases be moved

Special case, if both emote have the Attachto then only the player who started the emote will be attached.

You can find a list of ped bones to attach the other player here: Ped Bones

Using the website provided above, enter the bone ID, ie 1356 and not 111, which is the Bone Index.


Particle Effects 💨

Particle effects can be found using the DurtyFree GTA V Dump. You will need to add the particle assest, name, and placement. Placement is done via XYZ, Pitch, Roll, Yaw, and scale.

Big thanks to DurtyFree for his amazing work.


Add-Ons 🛠️

  • Fixed an issue with the clipboard and added textures to paper (/e clipboard)

  • Changed umbrella texture to black (/e umbrella)

Optional Add-Ons 🛠️

Grab it here:

Add-Ons For DpEmotes


Police Badge 👮


FAQs 🗨️

Q: Why do some emotes not work with females?

A: Unfortunately, a lot of these 'emotes' are Male Only scenarios; Blame Rockstar Games. I've done my best to replicate animations to work with females, however some male scenarios have sound effects and particles.

We were able to sync particle effects via using state bags, however I have no idea how to request audio and won't be looking into this any time soon.


Q: Why do some emotes not work at all?

A: Check the Installation Instructions above as you need to be on the highest FiveM gamebuild.


Q: Why do I see particle effects but other players don't?

A: Originally, DullPear was unable to figure out how to sync these, however as of August 2022, AvaN0x was able to pull this off using state bags. Some bugs may still occur, if you come across any, please let us know 🙂.


Q: I bought this script off someone and noticed it had a lot of the same animations. Can you help me?

A: Unfortunately you got scammed and that's your fault. Dpemotes is and always will be FREE.


Q: Can I add my own emotes to this?

A: Of course! We've added a AnimationListCustom.lua for you to add any Rockstar Games or your own emotes into.

Please see my in depth tutorial for using Menyoo, adding props to bones, getting Shared Emotes coordinates and converting them to work with DpEmotes.

You may sell custom made animations, however the menu must remain free. You are not allowed to include it as an 'addon bonus'.


Q: I bought a pack of custom animations, how can I add them to your fork of DpEmotes?

A: Usually the person who created them will provide code snippets for adding animations to DpEmotes, however unfortunately not everyone is this generous. If for whatever reason they haven't, you should contact them.

We have however added code to hopefully make it a lot easier to add shared emotes. Please take a look at the ReadMe section dedicated to Shared Emotes.


Q: How do I reset the SQL keybinds?

A: Not often you'll hear a dev say "No idea" but I'm not here to BS you,; this feature was originally added by DullPear and personally I don't use it.

Apparently only the server owner can 🤷🏻‍♂️ Google exist.


Q: How do Shared Emotes work?

A: Please see the Shared Emotes section of this ReadMe for more information.


License and disclaimer 📜

All custom animation were added with permission from the creators and does not contain any paid or leaked work.

  • You are free to fork and improve the menu and it's code

  • You are free to add your own animations

  • You may not reupload the menu and it's content

  • You may not sell the menu and it's content

  • You may not extract the animations and use them for your own menus. They are exclusive to DpEmotes


Credits 🤝

This script is where it is today because of the amazing contributions made by the following people:

  • Thank you to Tigerle for providing the additional code required to make Shared Emotes work to it's full extent

  • Thank you to SMGMissy for assisting with custom pride flags and how to stream them

  • Thank you to MissSnowie for the custom poses and emotes

  • A huge thank you to Kibook for the addition of the Animal Emotes sub menu

  • Thank you to AvaN0x for reformatting and assisting with code and additional features

  • Thank you to you, the community for being patient, showing love and appreciation, and for providing translations.

You pay a big role in keeping this script alive and we could not do it without you 🙏

Description
No description provided
Readme 121 MiB
Languages
Lua 100%