Skip to content

Minimap attributes

This page contains all attributes related to the minimap.

json
// MinimapBrightness: Multiplier for minimap brightness.
// Uses the in-game Y coordinate as the input value:
// HeightmapTop: The top of the heightmap for the minimap.
// HeightmapBottom: Bottom of the heightmap for the minimap.
// MinimapAltitudeCutOff: Altitude cutoff for the minimap.
// MinimapBackgroundColour: Void color on the minimap, within MapSize.
"MinimapBrightness": 1,
"HeightmapTop": 73,
"HeightmapBottom": 11,
"MinimapAltitudeCutOff": 96,
"MinimapBackgroundColour": [ 30, 24, 26 ],

Made with ❤ by the Sector's Edge community