imported>DeliriousJax m Added "Locomotion Type" for future reference when allowing or disallowing locomotion via permissions. |
Needs a link here and here. |
||
Line 1: | Line 1: | ||
'''Locomotion Modules''' is a [[Slot]] contained in the Controllers slot in a world's [[Root]] slot containing user locomotion configuration. Whenever a user spawns into a world, this slot is copied into the user's root slot. | '''Locomotion Modules''' is a [[Slot]] contained in the Controllers slot in a world's [[Root]] slot containing user locomotion configuration. Whenever a user spawns into a [[World|world]], this slot is copied into the user's root slot. | ||
Slots under Locomotion Modules for a new | Slots under Locomotion Modules for a new [[Grid World]] are: | ||
{| class="wikitable" style="font-size:10pt;" | {| class="wikitable" style="font-size:10pt;" |
Revision as of 01:33, 29 May 2024
Locomotion Modules is a Slot contained in the Controllers slot in a world's Root slot containing user locomotion configuration. Whenever a user spawns into a world, this slot is copied into the user's root slot.
Slots under Locomotion Modules for a new Grid World are:
Slots | |
---|---|
Slot | Summary |
Walk/Run (with climbing) | Contains a PhysicalLocomotion component for controlling physical walking, running, jumping, and climbing, and a CharacterController component for controlling the avatar's motion. Locomotion Type for permissions editing: "FrooxEngine.PhysicalLocomotion". |
Fly | Contains a PhysicalLocomotion component for controlling physical flying, and a CharacterController component for controlling the avatar's motion. Locomotion Type for permissions editing: "FrooxEngine.PhysicalLocomotion". |
Noclip | Contains a NoclipLocomotion component for controlling noclip motion. Locomotion Type for permissions editing: "FrooxEngine.NoclipLocomotion". |
Teleport | Contains a TeleportLocomotion component for controlling teleport motion, and a CharacterController component for controlling the avatar's motion. Also contains subslots Teleport Path, for the visual path when teleporting, and Teleport Hit, for the visual destination marker. Locomotion Type for permissions editing: "FrooxEngine.TeleportLocomotion". |