Saveloc

hud_menu_show

Opens a hud menu. Accepts the hud menu itself.

Calling this again with the same hud menu name will close the menu. Calling it with a different hud menu name will open that one after closing the currently opened one, if there is any.

Has parameter completion that corresponds to the filenames in cfg/menus, skipping those that end with _default. To parse the filenames again, see hud_menu_reload .

Usage Examples #

hud_menu_show savelocmenu

...

mom_saveloc_current

Teleports the player to their current saved location. Binding +mom_saveloc_current and holding the set key down, freezes the player and loads the saveloc. Releasing the set key (-mom_saveloc_current) will unfreeze the player.

mom_saveloc_import

Imports savelocs from another map into the current map. Includes parameter autocompletion, which fills with maps that have at least one saveloc.

Does nothing if the player is not in a map.

Usage Example #

mom_saveloc_import surf_example

Imports surf_example’s savelocs into the current map.