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 111
    • Issues 111
    • 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
Create Technical/Mount Controllers authored Sep 16, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 0 deletions
+24 -0
  • Technical/Mount-Controllers.md Technical/Mount-Controllers.md +24 -0
  • No files found.
Technical/Mount-Controllers.md 0 → 100644
View page @ 07bf2672
Mount Controllers are, in essence, the various modes in which a model can be controlled by a mounted player.
The implemented Controllers are:
##
### `WALKING`
Modeled Entities controlled this way will behave as you would normally expect a mount to - with a WASD ground controller and the ability to jump if the mounted player does so
##
### `WALKING_FORCE`
Like WALKING, but the mounted player is not able to dismount on its own
##
### `FLYING`
This Controller will make the Modeled Entity fly, and the player will be able to control it via the following controls:
* WASD to move on the horizontally
* Jump/Shift to go up/down
* Shift while on the ground to dismount
##
### `FLYING_FORCE`
Like FLYING, but the mounted player is not able to dismount on its own
##
\ No newline at end of file
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
  • Animating a Model
  • Bone Behaviors
  • Importing a Model
  • Scriptable Keyframes
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
Technical
  • Terminology
  • Animation Systems
  • Mount Controllers