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 112
    • Issues 112
    • 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
    • Technical
  • Mount Controllers

Mount Controllers · Changes

Page history
Controller mechanics authored Oct 16, 2023 by Ticxo's avatar Ticxo
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 2 deletions
+3 -2
  • Technical/Mount-Controllers.md Technical/Mount-Controllers.md +3 -2
  • No files found.
Technical/Mount-Controllers.md
View page @ 1a21dccf
...@@ -51,7 +51,7 @@ To use them as placeholders, use `<skill.var.meg:[variable_name]>`. Here is a li ...@@ -51,7 +51,7 @@ To use them as placeholders, use `<skill.var.meg:[variable_name]>`. Here is a li
| Variable | Description | Type | | Variable | Description | Type |
|-----------|--------------------------------------------------------------------------------------------------------------------------|---------| |-----------|--------------------------------------------------------------------------------------------------------------------------|---------|
| rider | Is the controller running is `driver` or `passenger` | String | | rider | Is the controller running as `driver` or `passenger` | String |
| front | Front and back input.<br>Positive number = front (W), negative number = back (S)<br>These values are not exactly 1 or -1 | Float | | front | Front and back input.<br>Positive number = front (W), negative number = back (S)<br>These values are not exactly 1 or -1 | Float |
| side | Left and right input.<br>Positive number = left (A), negative number = right (D)<br>These values are not exactly 1 or -1 | Float | | side | Left and right input.<br>Positive number = left (A), negative number = right (D)<br>These values are not exactly 1 or -1 | Float |
| jump | Is the rider jumping (space bar). 1 = true, 0 = false | Integer | | jump | Is the rider jumping (space bar). 1 = true, 0 = false | Integer |
...@@ -63,4 +63,5 @@ To use them as placeholders, use `<skill.var.meg:[variable_name]>`. Here is a li ...@@ -63,4 +63,5 @@ To use them as placeholders, use `<skill.var.meg:[variable_name]>`. Here is a li
| vz | Z component of the entity's velocity | Float | | vz | Z component of the entity's velocity | Float |
Model Engine also provides a few accessor mechanics that allows users to interact with the movement controller of Model Engine also provides a few accessor mechanics that allows users to interact with the movement controller of
entities directly. You can check out the [Controller](MythicMobs/Model-Mechanics#controller) section of our mechanics page. entities directly. You can check out the [Controller](MythicMobs/Model-Mechanics#controller) section of our mechanics
\ No newline at end of file page.
\ No newline at end of file
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