ARK: Survival Evolved Wiki
Advertisement


Tripwire Alarm Trap This page is designed to be included in other pages using {{:User:Genie451/ConsoleCommandstest/Teleportation}}.
Do not add section headers or other elements that depend on page flow.
This box will not be included.


Teleport

Teleport

Cheat: Yes
Target: Self
Description: Moves the player character forward in the direction the player is facing until the character collides with an object or the terrain. If the player wouldn't hit the terrian or an object, they are teleported to 0,0 instead.

See also SetPlayerPos, TPCoords
Compatible with gaming consoles: Partial - Always sets player postition to center of map.
Example:

cheat teleport

TeleportPlayerIDToMe

TeleportPlayerIDToMe <PlayerID> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
PlayerID Integer[32] Player's in-game id.

Description: Teleports the player specified by their in-game ID to the current player.

To teleport yourself to the other player, use the TeleportToPlayer command.

To specify a player to teleport by their player name, use the TeleportPlayerNameToMe command.
Compatible with gaming consoles: No


TeleportPlayerNameToMe

TeleportPlayerNameToMe <PlayerName> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
PlayerName String Player's in-game name.

Description: Teleports the player specified by their name to the current player.

To specify a player to teleport by their in-game id, use the TeleportPlayerIDToMe command.
Compatible with gaming consoles: No


TeleportToPlayer

TeleportToPlayer <PlayerID> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
PlayerID Integer[32] Player's in-game id.

Description: Teleports the current player to the player specified by their in-game ID.

To teleport the other player to yourself, use the TeleportPlayerIDToMe command.
Compatible with gaming consoles: Yes


TeleportToActorLocation

TeleportToActorLocation <type> 

Cheat: Yes
Target: -
Arguments:

Name Type Description
type String Type for a list of the Creature IDs you need to addthe number of that specific actor at the end with _<number>

Description: Lets you teleport to a specific actor in the gameworld. You need to know the Actor ID and his number.
Compatible with gaming consoles: Unknown


TPCoords

TPCoords <Lat> <Lon> <Altitude> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
Lat Float GPS Coordinates
Lon Float GPS Coordinates
Altitude Float UE4 Coordinates

Description: Moves the player's character to the specified GPS position instantly.

See also Teleport, SetPlayerPos
Compatible with gaming consoles: Unknown


SPI

SPI <x> <y> <z> <yaw> <pitch> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
x float Coordinates
y float Coordinates
z float Coordinates
yaw float Defines the yaw of the camera
pitch float Defines the pitch of the camera

Description: Does the same as SetPlayerPos but lets you set a yaw and pitch for a specified view too
Example:

cheat spi -371471 -408636 -13584 -173.80 -12.91

SetPlayerPos

SetPlayerPos <x> <y> <z> 

Cheat: Yes
Target: Self
Arguments:

Name Type Description
x Float Coordinates
y Float Coordinates
z Float Coordinates

Description: Moves the player's character to the specified position instantly.

See also Teleport, TPCoords, Get coordinates command for The Island.
Compatible with gaming consoles: Partial - Will always teleport to center of map.
Example:

cheat SetPlayerPos -71467 -52156 0

Advertisement