💃Adding emote
Data files
File
Category
Table name
Standard emote format
DataEmotes["emote_id"] = {
dict = "anim@dictionary", -- Animation dictionary
anim = "animation_name", -- Animation clip name
label = "Display Name", -- Shown in menu
options = { -- All optional
loop = true, -- Loop the animation
movable = true, -- Allow movement while playing
stuck = false, -- Freeze in place
duration = 5000, -- Auto-stop after ms
prop = { -- Attached object
model = "prop_name",
bone = 28422, -- Bone index
offset = {0.0, 0.0, 0.0},
rotation = {0.0, 0.0, 0.0},
},
prop2 = { ... }, -- Second prop (same format)
exit_emote = "other_emote", -- Play this emote on stop
exit_type = "emote", -- Category of exit emote
},
}Walk style format
Expression format
Shared emote format
Custom animation files
Animation flags reference
Options
Flag
Behavior
最后更新于