Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Model Engine 4 Model Engine 4
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 113
    • Issues 113
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • Model Engine 4Model Engine 4
  • Wiki
    • Modeling
  • Scriptable Keyframes

Scriptable Keyframes · Changes

Page history
Update Scriptable-Keyframes.md authored Oct 16, 2023 by Ticxo's avatar Ticxo
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 7 deletions
+7 -7
  • Modeling/Scriptable-Keyframes.md Modeling/Scriptable-Keyframes.md +7 -7
  • No files found.
Modeling/Scriptable-Keyframes.md
View page @ 2c6d6a12
......@@ -23,13 +23,13 @@ Primary_5:
## MEG Commands
MEG Commands are, by design, structurally very similar to MM mechanics. Currently, we have 7 commands which have the same attributes as their MM mechanic counterpart. However, **all commands will only target the model you are editing.**
* changeparent = [ChangeParent](/Mechanics:-Model#changeparent)
* partvis = [PartVisibility](https://github.com/Ticxo/Model-Engine-Wiki/wiki/Mechanics#partvisibility)
* tint = [Tint](/Mechanics:-Model#tint)
* enchant = [Enchant](/Mechanics:-Model#enchant)
* tag = [SetModelTag](/Mechanics:-Model#setmodeltag)
* changepart = [ChangePart](/Mechanics:-Model#changepart)
* remap = [RemapModel](/Mechanics:-Model#remapmodel)
* changeparent = [ChangeParent](MythicMobs/mechanics/model/ChangeParent)
* partvis = [PartVisibility](MythicMobs/mechanics/model/PartVisibility)
* tint = [Tint](MythicMobs/mechanics/model/Tint)
* enchant = [Enchant](MythicMobs/mechanics/model/Enchant)
* tag = [SetModelTag](MythicMobs/mechanics/model/SetModelTag)
* changepart = [ChangePart](MythicMobs/mechanics/model/ChangePart)
* remap = [RemapModel](MythicMobs/mechanics/model/RemapModel)
To use a MEG command, you just enter it like using them as a normal mechanic.
![image](https://user-images.githubusercontent.com/41558177/177031244-1abfce42-da71-4978-a88f-8e429de8fe64.png)
......
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
  • Optional Tools
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
  • Basic
    • Apply / Remove Model
    • Play / Stop Animation
    • Configure Bone Behaviors
    • Mounting / Dismounting Model
    • Per-Player Model
    • Events
  • Advanced
    • Custom Base Entity
    • Custom Mount Controller
    • Custom Importer
    • Custom Bone Behaviors
    • Custom Script Reader
    • Custom Timeline
    • Custom Animation Handler
    • Custom Render Type
Technical
  • Terminology
  • Animation Systems
  • Mount Controllers
Promotional Material