Skip to content

StyledStrike/gmod-gminimap

Repository files navigation

GMinimap

GLuaLint Workshop Page

A customizable minimap for your game HUD.

  • Customizable position, size, health/armor, colors and other goodies
  • Bookmark your favorite locations with custom blips
  • Shows other nearby players
  • Map of the terrain, with minimum impact to performance
  • Supports custom blips and custom icons (including direct links to images on the internet)

For Developers

API Functions

Functions and examples for using GMinimap with Lua are available here.

Server console variables

gminimap_player_blips_max_distance <number>

Limits how far players can see other players on the map. Set to 0 to disable player blips.

gminimap_npc_blips_max_distance <number>

Limits how far players can see NPCs on the map. Set to 0 to disable NPC blips.

gminimap_force_x <number>

Force the X position of the minimap on all players (between 0 and 1). Set to -1 to disable this.

gminimap_force_y <number>

Force the Y position of the minimap on all players (between 0 and 1). Set to -1 to disable this.

gminimap_force_w <number>

Force the width of the minimap on all players (between 0 and 1). Set to -1 to disable this.

gminimap_force_h <number>

Force the height of the minimap on all players (between 0 and 1). Set to -1 to disable this.

Disclaimer

This addon bundles some icons from flat-icons by Game2rise.

About

A customizable minimap for your game HUD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages