Garry's Mod
245 voti
Dubstep Gun for TTT
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Fun
Dimensioni del file
Pubblicato in data
Aggiornato in data
17.245 MB
16 mar 2016, ore 16:47
17 mar 2016, ore 12:21
9 note di rilascio ( visualizza )

Sottoscrivi per scaricare
Dubstep Gun for TTT

Descrizione
A dubstep gun for Trouble in Terrorist Town

Uses effects and model from the SR4 Dubstep gun addon
16 commenti
Danicchi 6 mar 2022, ore 18:12 
is this a detective or traitor only gun?
rei sashimi 16 nov 2018, ore 20:38 
[REDACTED]
😎👍 6 mar 2018, ore 11:36 
how names the song it plays ?
king_amaury312 16 nov 2017, ore 13:06 
[Dubstep Gun] lua/weapons/weapon_dubstepgun.lua:126: attempt to call method 'CanPrimaryAttack' (a nil value)
1. unknown - lua/weapons/weapon_dubstepgun.lua:126
swig 16 ott 2017, ore 4:10 
I'm making a modification for this to work with TTT better by having all the full effects / nerfed version.
Kuro 24 giu 2017, ore 16:12 
the dubstep is so good to tilt your friends its one of the best weapons for me and easy to handle
Cabal-2140 5 mag 2017, ore 14:53 
the dubsteo gun looks and woorks great, but our server console is spamming the following: [ERROR] addons/dubstep_gun_for_ttt_646690198/lua/weapons/weapon_dubstepgun.lua:278: attempt to call method 'SetRenderOrigin' (a nil value)
1. DrawWorldModel - addons/dubstep_gun_for_ttt_646690198/lua/weapons/weapon_dubstepgun.lua:278
2. unknown - addons/dubstep_gun_for_ttt_646690198/lua/weapons/weapon_dubstepgun.lua:244
mikelyoyo | VAULT 28 gen 2017, ore 9:20 
Hi, great worj, but I think the weapon is too strong forr traitor, could you please upload a version with less damage and less volume? Or could you please tell me how to remove the whitelist-whatever- from the file? I just want to use it on my server and would keep the upload on private.
Cryoraptor 19 giu 2016, ore 14:20 
I left the original file structure intact and all of the folders. I placed everthing in folder called weapon_dubstepgun in my servers addon folder and put all the files in the same exact order they came in. For some reason the gun displays as an error as do the effects but the sound plays. Then when the map changes its as if the dubstep gun ceases to exist. I can't even spawn it with an entity create command. Yet it still remains on the server, all the files are there. What is going on here? My FTP said it added all the files yet it seems none of them exist and I know you have resource.AddFile to add the required files. I extracted the addon so I will have the ability to adjust the stats on the gun like damage for balance purposes. I also want to adjust the type of damage, "BLAST" damage may have to change since players don't like the fact it deafens them.
Wokki  [autore] 23 apr 2016, ore 13:41 
@Cryoraptor This model is actually originally from another addon. I only used their assets to make a similar one to the TTT. The issue with this model is that it doesn't have a viewmodel with bones to have it work properly, so I had to add a code which keeps the gun always in ironsight and the ironsight is set to the side of the player.

The skintype has nothing to do with this weapon. It's just the remains from the original dubstep gun that was not for TTT (I'd assume that's how they determine which texture they're using on the model). So basically, if you want to use this model in your own script, you'll have to look into the code and find the points where the ironsight is created and then just apply the model and that's it. This is the furthest I'm able to guide you on this.