Garry's Mod

Garry's Mod

38 ratings
[TTT2] 3D Pointer [FEATURE]
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Realism
File Size
Posted
Updated
725.986 KB
23 Feb, 2020 @ 11:18am
11 Dec, 2023 @ 11:43pm
7 Change Notes ( view )

Subscribe to download
[TTT2] 3D Pointer [FEATURE]

In 1 collection by Tim | Mineotopia
[OFFICIAL] TTT2 Basics - Effects
9 items
Description
3D pointers are an easy way for players to show a position on the map to other players.

Discord: https://discord.gg/Npcbb4W
Source: https://github.com/TTT-2/ttt2-pointer (report issues here)

3D Pointers are simple in world pointers like known from other games. However, these pointers are perfectly integrated into the TTT2 gamemode. This means that there are global Pointers [G], team pointers [T] and spectator pointers [S]. Players in the innocent team can only use global pointers. It basically works the same as the chat and voice system.

Pointers are rendered in world and have a radar-like appearance when out of sight or obstructed by things. The render duration can be set with a convar. The bindings are by default [k] for global pointers and [L] for team pointers. However, they can be changed in the bindings menu.

You have to use TTT2 for this addon to work.




All convars can be set via ULX. But if you prefer to do it the classic way, here is a list of them:

# the render time per pointer ttt_pointer_render_time[0..n] (default: 8) # timeout time inbetween two pointers ttt_pointer_timeout[0..n] (default: 2) # amount of active pointers per player per type ttt_pointer_amount_per_type[1..n] (default: 3) # enable global pointers ttt_pointer_enable_global[0/1] (default: 1) # enable team pointers ttt_pointer_enable_team[0/1] (default: 1) # enable spectator pointers ttt_pointer_enable_spec[0/1] (default: 1)


--
Credits:
Mineotopia: creator of this addon
2 Comments
Prudish 27 Aug, 2021 @ 6:01pm 
👍
Tim | Mineotopia  [author] 4 Mar, 2020 @ 10:55am 
Update Released:
- limit the amount of active pointers per player per type
- add a timeout to pointers to unspammify them
- add convar to disable certain types