The following console commands have been added:
-cl — Speeder will display your current location in x, y, z. Will also add the displayed text to the clipboard for easy copy-and-paste.
-t x, y, z — Teleports your character to x, y, z. For example, -t 84.66, -78, 832
Lines 29 & 30 in config.txt can be used to set how quickly you teleport.
-tw waymarkname — Speeder will read from Waymarks.ini and gradually teleport you to the saved waymark position.
Here is how to format waymarks in Waymarks.ini:
[waymark_name]
X=84.66
Y=-78
Z=832
In the above example, you would type -tw waymark_name.
Lines 29 & 30 in config.txt can be used to set how quickly you teleport.
-tw* waymarkfilename.ini — Speeder will read from waymarkfilename.ini and teleport you to all the waymarks listed in the file, stopping at the last. Within this file, the keys must be sequentially ordered starting at 0. This is meant to be used with -record as the file generated by -record is formatted specially for this command. Nevertheless, you can certainly make your own waymark files as long as they follow this format.
-record — Speeder will record waymarks as you move your character in the game.
Typing -record a second time will save these waymarks into a file called Recorded Waymarks.ini.
After the file is saved, you can use -tw* Recorded Waymarks.ini to teleport along the path you just created. Make sure to return to the starting position first.