Garry's Mod

Garry's Mod

76 hodnocení
TTT Act
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Content Type: Addon
Addon Type: Effects
Addon Tags: Fun, Realism
Velikost souboru
Přidáno
Aktualizováno
23.989 KB
23. čvc. 2018 v 7.17
27. pro. 2021 v 13.11
Poznámky ke změnám (10) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
TTT Act

V 1 kolekci od uživatele Fresh Garry
Fresh Garrys TTT Server Addons
387 položek
Popis
TTT Act is an addon wich adds the possibility to eg. dance or wave to ttt.

You can use it by binding a key to ttt_act ( "bind [your key] ttt_act " ). Than a pie menu shows up and you can select an act and watch yourself acting in third person.

ConVar:
ttt_act_loudness | Sets the loudness of the Sounds. Def:75

You can change the position of the time bar by opening Help and Settings (Default: F1) and go to the Act tab, as you can see in the pictures. There are several built in positions for the bar but you can also change it with the sliders. And its also possible to change the settings with commands in the console:
ttt_act_offset_x | The x offset of the HUD. Def: 275
ttt_act_offset_y | The y offset of the HUD. Def: 60
ttt_act_allignment | The allignment of the hud. (0 = bottom, left; 1 = top, left; 2 = top, right; 3 = bottom, right) Def: 0

Thanks to:
TruheKepf for reporting and fixing a bug.


Known bugs:
- none
Feel free to report bugs!
Počet komentářů: 44
Bazinga 17. kvě. v 23.14 
btw I've done it

local lsit = 0
hook.Add( "Think", "ttt_act", function( ply, key )
if input.IsKeyDown(KEY_F3) then
if lsit + 1 < CurTime() then
RunConsoleCommand ("ttt_Act")
lsit = CurTime()
end
end
end )

if you want to use a different key (the one i use is F3), change the (KEY_F3) to another thing, like (KEY_PERIOD) or (KEY_F6) idk
Bazinga 8. kvě. v 18.13 
I undestand your point there, but, it's more workful to make a bind just to use your addon. Like, if someone starts to dance, and some guy asks that person: "How did you do that?", that "someone" would need to tell him to make an bind, that for some reason some gmod players don't know how to do that. It would be more easy to have an bind where everyone could use, y'know?
Fresh Garry  [autor] 8. kvě. v 6.40 
Hello,
Like in the description said: You can use it by binding a key to ttt_act ( "bind [your key] ttt_act " ). Than a pie menu shows up and you can select an act and watch yourself acting in third person.
I don't see the use of binding it to a fix key for everyone since the fixed key would not match everyone's desires.
Greetings
Bazinga 7. kvě. v 19.03 
please make a function that when everyone presses a key, the menu open.
If you will not, tell me the function that open the menu and i will do it myself, I'm experiencing errors trying to do this
Fresh Garry  [autor] 18. čvc. 2023 v 12.01 
I am sorry but this is because of copyrights not intended. If you want to implement it fell free. https://github.com/FreshGarry/TTT-Act
lilMelon 17. čvc. 2023 v 16.00 
can you add custom music?
Fresh Garry  [autor] 27. pro. 2021 v 12.27 
ok thank you! I'll test it and then implement it :)
TruheKepf 27. pro. 2021 v 11.44 
I've posted a pull request! :)
Fresh Garry  [autor] 27. pro. 2021 v 11.20 
Hey,
Thank you for reporting that bug to me. I didn't knew about that. I would be happy if you could request your fix here: https://github.com/FreshGarry/TTT-Act and i will be looking forward to mension you in the description here on steam. Then everyone could use that fix.
TruheKepf 27. pro. 2021 v 10.59 
Hey! I've created a little hotfix for this add-on to work again with TTT2. There was a bug preventing the selection circle to be created. If you want me to delete my workshop upload, please tell me! I just needed the fix asap. :D