Help & Guidance > Modding & Meshing Tutorials

How to Create More/Edit Emotes!

(1/1)

Aviarii:
Hello everyone!
In this small tutorial, I'll be showing you how to create more emotes, or if you'd want to, edit the current ones.

This can be helpful in a wide variety of ways, such as taking a screenshot with a custom emote that expresses yourself, or "fixing" the current ones to your desire.

I hope this guide will help you in some way :>
Now, let's get started, shall we?

---

First, you need to open up emotes.cfg, as that is the file storing all your emotes. It is recommended to open it up in notepad.


The first thing you should see is this list of code, as that is what you are going to be using to create and edit emotes:

#Smile,Sulk
#FrownL,BrowRaiseL
#FrownR,BrowRaiseR
#SquintL
#SquintR
#ShowTongue,TongueUp
#ShowTeeth,LipShrink
#JawOpen
#EarPerkL,EarDroopL
#EarPerkR,EarDroopR
#Eyelids,EyelidL,EyelidR

Here is also few more that did not come with the coding, but should work just the same (Which were given to me by FlyingGrass. Thank you!):

#LookUp
#LookDown
#LookLeft
#LookRight
#BiteLip

And for some crazy emotes, there also also these emotes as well:

#Idle
#SitIdle
#LayIdle
#SideLayIdle
#LeanIdle
#OverturnIdle
#PlopIdle
#CurlIdle
#Dance1
#Dance2
#Dance3
#Call1
#Stretch

---

Next, below, this code is all of the emotes you should have now. They should look a bit like this (At least "normal" should, anyway):

[Normal]
Sulk=0.4
Eyelids=0.75

--

To be able to edit, for example, "Smile," then you'd have to look over the emote-code once more to see what you'd like to fix about this emote. Whatever emote-code you use, remember to delete the "#" to the left of it and then add "=" to the right of it, then the number of how much that emote should do/etc. I'll add "JawOpen" and "ShowTongue" to its code, which now should look like this:

[Smile]
Smile=0.5
Eyelids=0.9
JawOpen=0.4
ShowTongue=0.6

And here is what it should look like in-game after saving the file:

---

(Very Short) FAQ

Are others able to see the edits I've done to an already-existing emote?
I believe not. If you've done any configuration to the emote "Normal," than they are just able to see the normal, un-edited version of that emote.

Are others able to see my custom emote?
I'm not sure, but possibly not. I'm pretty sure others would see you are just doing the emote "Normal." if not, let me now..!

Morqque:
I was always wondering how to make custom emotes. Now I can make the most glitched up faces imaginable. Thank you for this tutorial!

Ame88:
Even though I know how to create emotes, this REALLY helps plot out key details. Thank you for making this, awesome work!

Also I gotta add...you have some very cute and pretty presets there x)

Navigation

[0] Message Index

Go to full version