ShowAllMapMarkers

From GECK
(Redirected from Tmm)
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Adds or removes all map markers from the world map. Optional arguments specify whether to enable fast travel and whether to skip markers flagged as hidden.

Syntax

[help]
ShowAllMapMarkers showMarkers:bool canTravel:bool skipHidden:bool 

Or:

TMM showMarkers:bool canTravel:bool skipHidden:bool

Example

ShowAllMapMarkers 1

Adds all map markers to the world map and enables fast travel. Markers that are flagged as hidden are skipped.

ShowAllMapMarkers 1, 1, 1

Default values if optional arguments are not specified. Same as first example.

ShowAllMapMarkers 0, 0, 0

Removes all map markers from the world map, including markers flagged as hidden.

Notes

  • Markers flagged as hidden have the "Show All" Hidden flag enabled in the reference dialog.
  • Hiding markers will turn off travel for them regardless of canTravel.
  • Showing markers with canTravel set to 0 will not disable fast travel for markers that are already fast travel enabled.
  • If used while the Pipboy is open, it does not update the map until the pipboy is put down and opened back up.

See Also