Garry's Mod
(Servono più voti)
[TTT2] Last Minute Radar
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Fun, Roleplay
Dimensioni del file
Pubblicato in data
Aggiornato in data
8.606 KB
7 ago 2021, ore 18:23
7 ago 2021, ore 23:37
2 note di rilascio ( visualizza )

Sottoscrivi per scaricare
[TTT2] Last Minute Radar

In 1 collezione di blackmagicfine
TTT2 Mods For BMF's Server
96 elementi
Descrizione
TTT2 Required

Source: https://github.com/AaronMcKenney/ttt2-last_min_radar

The Last Minute Radar will give all remaining players a radar once both of these conditions are met:
1. A certain amount of time has passed (5 minutes by default)
2. A certain number of players (or less) are left (3 by default)

This addon will assist the remaining players in their attempts to find each other, which may otherwise be difficult for large maps.

Last Minute Radar ConVars (also found in ULX):
# How much time (in seconds) a game must go on for until a Last Minute Radar can be considered? ttt2_last_min_radar_timeout [0..n] (default: 300) # How many players (or less) must remain until a Last Minute Radar can be considered? ttt2_last_min_radar_min_plys [0..n] (default: 3) # Should only players that aren't on TEAM_INNOCENT and TEAM_NONE get the radar (Ex. Traitors, Jackals, Jesters, etc.)? ttt2_last_min_radar_evil_only [0/1] (default: 0)

--
Credits:
BlackMagicFine: creator of this role addon
Thumbnail is a blown up radar icon from TTT2 Base. I am bad at art.
8 commenti
blackmagicfine  [autore] 30 nov 2021, ore 0:46 
@hawy_: Hmm I'm unable to reproduce your issue. Could you provide me with more information?
Mangost 8 ago 2021, ore 17:18 
true
blackmagicfine  [autore] 8 ago 2021, ore 15:17 
@Mangost: Explicitly, it counts how much time has passed, not how much time is left. So by default the first condition will be met once the game has been going on for 5 minutes. I figured that it would be simpler for the server admin to adjust the ConVar based on how long they think an average game should last, rather than taking programming corner cases to handle haste mode.

5 minutes might seem a little short, but keep in mind that there also needs to be <= 3 players alive in order for Last Minute Radar to activate. Also I play with a small group that's fairly trigger happy, so games tend to go pretty quickly for me at least.
Mangost 8 ago 2021, ore 13:54 
also it seems that it will have some problems with haste mode as it wont actually count the extra time and stuff
Emstrogen 8 ago 2021, ore 11:29 
@blackmagicfine
That makes sense. Thanks for the quick update! Great addon seriously.
blackmagicfine  [autore] 7 ago 2021, ore 23:44 
@Mangost: It has been done. Set ttt2_last_min_radar_evil_only to 1 to enable.

@PolarKC: I've decided against adding a "not evil only" mode. I think that would just make the game go longer as innocents would use the knowledge to hide from everyone.

I may or may not add a mode that does not give radars to shoppers who still have credits.
Emstrogen 7 ago 2021, ore 21:41 
It would be great to choose evil, all, or not evil! Awesome addon. I might enhance it and put up a PR if I get around to it before you!
Mangost 7 ago 2021, ore 19:13 
I feel like this would work great for the server I play on, though I feel like there should be a convar to make it only effect ts (and other evil roles) as they are the ones who are under the threat of the timer.