Garry's Mod

Garry's Mod

Map Prompts - Map-based text prompts system
Showing 1-10 of 27 entries
< 1  2  3 >
Update: 14 Aug, 2023 @ 3:18am

- Flatgrass had errors due to missing variable

Update: 23 Apr, 2023 @ 4:36am

-Something on GM_Construct decided it doesn't want to work so I have to remove it

Update: 21 Apr, 2023 @ 1:50am

-Added font size setting

Support will be added to other packs as I get to them.

-Added font vertical offset

This will adjust the vertical position of the text to adjust for the new font size setting. Use this to avoid overlapping text when using bigger font sizes.

-Font refresh command

Refreshes the font, which allows for changing font size and the font itself in-game.

Update: 30 Jan, 2023 @ 6:42am

-Fixed the createposition command giving an incomplete result

Update: 21 Dec, 2022 @ 9:10am

-Updated the base maps to use a more proper location trigger coordinate system

The previous method was redundant, which increased the code unnecessarily
This has no effect in game, it merely reduces the code size slightly

Update: 13 Dec, 2022 @ 8:50am

-Fixed up the base supported maps

Update: 13 Dec, 2022 @ 8:42am

-Added option to toggle fallback system on/off (Community request)

None of the addons are respecting the "Enable/Disable Addon" setting, so I will have to do extensive fixing to get shit working.

Update: 17 Sep, 2022 @ 11:35am

-Added the MarkPositionPrefix concommand

When using the CreatePosition command, this will define the name used by the end result.

-Fixed a typo with the MarkPlayerPosition command

Update: 1 Jul, 2022 @ 11:57pm

-Added even more operation names, with a few community suggestions

Update: 30 Jun, 2022 @ 1:38pm

-Third times a charm I hope