Garry's Mod

Garry's Mod

245 평점
Dubstep Gun for TTT
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Content Type: Addon
Addon Type: ServerContent
Addon Tags: Fun
파일 크기
게시일
업데이트일
17.245 MB
2016년 3월 16일 오후 4시 47분
2016년 3월 17일 오후 12시 21분
변경 사항 9개 ( 보기 )

다운로드 위해 구독하기
Dubstep Gun for TTT

설명
A dubstep gun for Trouble in Terrorist Town

Uses effects and model from the SR4 Dubstep gun addon
댓글 16
Danicchi 2022년 3월 6일 오후 6시 12분 
is this a detective or traitor only gun?
rei sashimi 2018년 11월 16일 오후 8시 38분 
[REDACTED]
😎👍 2018년 3월 6일 오전 11시 36분 
how names the song it plays ?
king_amaury312 2017년 11월 16일 오후 1시 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 2017년 10월 16일 오전 4시 10분 
I'm making a modification for this to work with TTT better by having all the full effects / nerfed version.
Kuro 2017년 6월 24일 오후 4시 12분 
the dubstep is so good to tilt your friends its one of the best weapons for me and easy to handle
Cabal-2140 2017년 5월 5일 오후 2시 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 2017년 1월 28일 오전 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 2016년 6월 19일 오후 2시 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  [작성자] 2016년 4월 23일 오후 1시 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.