Hey everyone. I used to run a TTT server called Discrete Gaming located in Australia. It's been up and down but it has essentially been around for ~4-5 years. Over that period of time I've made plenty of addons and accessories for TTT but as of recent times Discrete is no more. So instead of just letting all my custom content go to waste, I am releasing all of my addons to the public, who can feel free to use them as they please.
There are several addons in this pack, so I will explain them individually:
[B]Achievements[/B]
This is a system for creating and managing achievements that players can complete. It's fairly customisable and easy to use. It comes with its own UI display which is bound to F4 by default.
[t]http://i.imgur.com/XS8a7PO.jpg[/t]
[B]HUD[/B]
A custom HUD that I made specifically for my server. As a result, the code is a little bit spaghetti but it looks nice. It also supports the ranking system listed here.
Without Ranks:
[t]http://i.imgur.com/RDiHgoQ.jpg[/t]
With Ranks:
[t]http://i.imgur.com/lGyJMGv.jpg[/t]
[B]Loadouts[/B]
A simple loadout system that allows players to pick a primary and secondary weapon. Instructions included, F3 by default.
[t]http://i.imgur.com/usr9v04.jpg[/t]
[B]Ranks[/B]
A customisable EXP system. Has hooks for when players level up and can be edited fairly easily. It also comes equipped with 'medal' system like the Halo games (complete with sounds!). It automatically adds itself to the F1 menu.
Rank info in the F1 menu
[t]http://i.imgur.com/UvdsKrm.jpg[/t]
Medal info in the F1 menu
[t]http://i.imgur.com/Y5MlCFv.jpg[/t]
Example of the medals in game (they are animated, dw)
[t]http://i.imgur.com/RfDUf7Z.jpg[/t]
[B]Weapons/Equipment[/B]
There is a lot of stuff to list and I haven't got it recorded, but there are [B]16[/B] unique and previously unreleased weapons/equipment included.
[U][B]Traitor Items:[/B][/U]
[B]Corpse Trapper[/B]
Causes a body to explode when it is first searched while unidentified.
[B]Dead Ringer[/B]
Pretty much a replica from TF2
[B]Pocket IED[/B]
Allows you to place a bomb on a player and detonate it from range. Traitors can see who has an IED on them to help avoid team killing.
[B]Cloaking Device[/B]
Allows a player to turn invisible for a duration. Recharges.
[B]Missile Launcher[/B]
Fires a controllable missile.
[B]Rage Virus[/B]
Grants the player 200hp, increased speed and powerful melee abilities but kills them after ~20 seconds.
[B]The Ritual[/B]
Allows a player to revive another player. Has a long animation and is very loud.
[B]Stimpack[/B]
A rechargeable health kit. Has two charges, with 30 seconds recharge times. Grants double healing to allies.
[B]Trip Mines[/B]
A set of 3 trip mines. They don't go off on friendly traitors, and friendly traitors can see them marked out on their screen.
[B]Silent Sniper[/B]
A quiet sniper that can one-shot-headshot but does very little body damage.
[B]Tesla Shield[/B]
Stops the player from being targeted by the Tesla Coil
[U][B]Detective Items:[/B][/U]
[B]Auto Dead Ringer[/B]
Same as the dead ringer, but doesn't need to be out to activate. It activates upon the player taking fatal damage.
[B]Tesla Coil[/B]
Allows the detective to place down a small machine that will damage a player for 1.5x any damage they cause to another player when they are both in the same radius.
[B]Cyber Legs[/B]
Makes the player run 50% faster.
[B]Cyber Eyes[/B]
Allows the player to see invisible players, trip mines, IED targets and trapped corpses.
[B]Energy Shield[/B]
Grants the detective a rechargeable energy shield that grants 35 bonus hp.
[B]ULX Commands[/B]
This is just a few commands I made for amusement/utility.
These should only be used with the title extension, contained in fortunes_tttextensions
------------------------
SetTitle
RemoveTitle
SetTitleColor
RemoveTitleColor
------------------------
[t]http://i.imgur.com/hFv1gjL.jpg[/t]
These commands give a player a title in the scoreboard and chatbox.
UberSlay
As dumb as it sounds.
Push
Literally made for pushing players off the edge.
And, well, that's it. Have fun.
Github: [url]https://github.com/Fortune117/DiscreteTTTAddons[/url]
That's pretty cool, good job on all of these. Well done keeping a community running for all that time, too. It's awesome that you've decided to release these instead of wasting years of work.
I noticed u put your steam id in one of the addons to give it special coloring
[QUOTE=BigBadWilly;51880582]I noticed u put your steam id in one of the addons to give it special coloring[/QUOTE]
What harm is it doing? He's literally changing the color of his name because he's the developer.
[QUOTE=BigBadWilly;51880582]I noticed u put your steam id in one of the addons to give it special coloring[/QUOTE]
the creator of TTT "Bad King Urgrain" did that too
[URL]https://github.com/garrynewman/garrysmod/blob/master/garrysmod/gamemodes/terrortown/gamemode/vgui/sb_row.lua#L83-L89[/URL]
i don't think that is a problem because its not a backdoor
[QUOTE=VeXan;51881459]What harm is it doing? He's literally changing the color of his name because he's the developer.[/QUOTE]
Pointing it out, Not everyone likes people to have things as little as that.
[QUOTE=BigBadWilly;51880582]I noticed u put your steam id in one of the addons to give it special coloring[/QUOTE]
I made these addons for my server and my server only originally, so I think that's entirely justified.
Turns out it's just this:
[code]
--experiment to see what happens if i colour my name (will be removed if it causes issues)
if SERVER then
AddCSLuaFile("ulxtttdevcolour.lua")
else
function ulxtttdevcolour(ply)
if ply:SteamID() == "STEAM_0:1:31456488" then
return Color(100, 240, 105, 255)
end
end
hook.Add("TTTScoreboardColorForPlayer", "ulxtttdevcolour", ulxtttdevcolour)
end
[/code]
That's not even my steam ID. I think that's for the ULX devs, since I didn't make it - but I'll remove it anyway.
One of the icons for the medals are missing, I'm changing all the icons on my end anyway but thought you ought to know.
Edit: Forgot to say, nice work and thanks for releasing this!
Respect to you for releasing this to the public.
Respect for the work and the fact that you chose us to share, well done.
Very much not working and a lot of mistakes due to the fact that the work was written 4 years ago.
[QUOTE=dok441;51912343]Very much not working and a lot of mistakes due to the fact that the work was written 4 years ago.[/QUOTE]
lol. i'm fixed all.
I tested having all of the addons together in a bundle like how they were designed and removed any pointshop dependencies before I uploaded it. I am not entirely sure how they'll interact without each other as they were written to be used as a bundle, so you'll have to figure that much out on your own.
The Beatdown/Sneaky medal material file is missing and it would seem several weapon icons are missing as well.
whoops double post.
Sorry, you need to Log In to post a reply to this thread.