📂
Emotecraft
  • Emotecraft
  • Manual
    • Manual
    • Where is the menu (Fabric)
    • The menu
    • Other options
    • In-game menu
  • Tutorial
    • Custom emotes
    • Section 1: Into the 3D animation
    • Section 2: The secret feature and other useful things
    • Section 3: The Blender emote creator
    • Section 4: Saving the emote
    • Section 5: Advanced functions and JSON
  • Quark emotes
    • About Quark emotes
Powered by GitBook
On this page

Was this helpful?

  1. Tutorial

Section 4: Saving the emote

If you want to see it in Minecraft:

PreviousSection 3: The Blender emote creatorNextSection 5: Advanced functions and JSON

Last updated 4 years ago

Was this helpful?

Click to the Export workspace

and run script (a standard play button)

Don't edit the script! except if you know, what are you editing

If you edit the script, save frequently, Blender is going to crash.

It will create an emote.json file in the directory, where the blender file is.

Name the emote

On the top of the script edit the variables

Don't edit the script below and save frequently.

If you want to create loops, set the isLoop value to true and the returnTick to the tick where you want to continue the emote after the last tick.

{
    "name": "Emote name",
    "author": "Your name",
    "description": "description",
    "emote":{
        "beginTick":0,
        "endTick":59,
        "stopTick":60,
        "degrees":false,
        "moves":[
            ...
        ]
    }
}

Change the name, author and description fields, as you want.

Can't break line with \n or something else. It won't work.

After testing:

rename the emote.json to something else. (What you wish. Doesn't have to be the emote's name.) And put it into .minecraft/emotes directory. If it doesn't exist, you never launched the mod in that directory.

The mod identifies the emotes form the emote's hash. If you edit the emote, you need to reassign the keybinding and fastmenu location.

If you want to create an icon for the emote, put a square image with the emote's filename into the emotes folder.

waving.json
waving.png

You can add icons to Quark emotes too with the same rule.

The image have to be square but doesn't have to be 256 × 256 pixels. E.g. You can use the much smaller quark icons.

You can create an icon with the latest blender tool by pressing F12 and saving the image. You will create an image from the current keyframe.

If it is in the Minecraft directory, you can check the emote by pressing the debug key. ()

If it's done, open the file with a text editor like: but you can open with your default text editor.

Section 2
https://notepad-plus-plus.org/
https://atom.io/