|
|
|
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 |