Garry's Mod

Garry's Mod

[TTT && Sandbox] Dart Gun
53 Comments
Alejolanz 25 Aug, 2023 @ 12:53am 
Hey Pwned! I love your addon and I think it is very well made! One of the most intriguing things about your dart gun was the muteness in my opinion and it used to work earlier this year or so, but i tried the addon again and the mute dart is not working correctly. Do you have a clue what could be causing it?
love. 31 Jul, 2022 @ 9:49am 
is there a way to somehow make poison not to stack?
Lure  [author] 14 Feb, 2022 @ 2:17pm 
From the first screenshot? ttt_67thway, great map for TTT for sure
someoneyouknows 13 Feb, 2022 @ 3:38pm 
Whats the map called
Lure  [author] 22 Nov, 2021 @ 9:05am 
:rshocked:
SpyShades 21 Nov, 2021 @ 7:19pm 
:steamfacepalm:
Lure  [author] 8 Nov, 2021 @ 11:59am 
You have to extract the gma file from your addons folder and edit sh_config.lua, should be pretty straight forward after that.
Check: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=865959209
Motorolª 7 Nov, 2021 @ 3:16pm 
Nice mod! Think you can add convars to configure things such as 1) Noise 2) Duration of effects or 3) Clip/reserve size?
About Five Goons 27 Mar, 2021 @ 11:13am 
the poison isnt working, probably an addon broke it or the update
MblSH 15 May, 2020 @ 2:43am 
add something to blindness, make it blind enemies too (not players) meaning the enemies will be "blind" so they cant see where the player are and the ai will act in idle state
SleepyNotDead 14 Jan, 2019 @ 6:04am 
....how do i do that?
Lure  [author] 14 Jan, 2019 @ 5:53am 
You have to extract the gma file from your addons folder and edit sh_config.lua, should be pretty straight forward after that
SleepyNotDead 14 Jan, 2019 @ 5:38am 
"Configurable" what are the commands.
fskin 31 Dec, 2018 @ 8:31am 
That worked, thanks for being helpful!
Lure  [author] 30 Dec, 2018 @ 1:15pm 
Well a quick fix for that would be copying the content from "lua/sh_config.lua" to the beginning of the "lua/weapons/weapon_ttt_dartgun.lua" file. You probably have another script messing with the dartgun config file and that's why he can't read it.
fskin 27 Dec, 2018 @ 5:52am 
I do, weirdly enough.

It also happens when I use the unextracted addon from the workshop.
Lure  [author] 26 Dec, 2018 @ 9:42am 
It looks like it's not reading the settings from lua/sh_config.lua, do you have that file?
fskin 25 Dec, 2018 @ 11:07am 
Weird.


[[TTT and Sandbox] Dart Gun] lua/weapons/weapon_ttt_dartgun.lua:291: bad argument #1 to 'Simple' (number expected, got nil)
1. Simple - [C]:-1
2. BlindTarget - lua/weapons/weapon_ttt_dartgun.lua:291
3. unknown - lua/weapons/weapon_ttt_dartgun.lua:185
4. FireBullets - [C]:-1
5. Poison - lua/weapons/weapon_ttt_dartgun.lua:312
6. unknown - lua/weapons/weapon_ttt_dartgun.lua:343

This is the error I get. Any rough idea what kind of addon could cause this?
Lure  [author] 16 Dec, 2018 @ 8:37pm 
@Wichtel The script is working just fine you probably have another script breaking this one.
fskin 10 Dec, 2018 @ 11:33am 
Addon seems to be broken, causing errors on hit.
Razorfibs 1 Sep, 2018 @ 11:53pm 
I tryed editing the values and recompiling the folder but when i tryed it out the values didnt change? (the mod was uninstalled and only using the modified values) im sorry i need help as well, also thanks for this amazing mod
Chickory 18 Apr, 2018 @ 12:54pm 
is there a video on how to do this I tried looking for one but no luck
Lure  [author] 17 Apr, 2018 @ 6:48pm 
It's not that hard tho, just extract the zip file to "C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\addons" and you are good to go. If you need more help let me know
Chickory 17 Apr, 2018 @ 4:18pm 
im not gonna waste your time but thanks for your help if there is any chace you could make it so I can change it in game that would be so great. peace
Lure  [author] 17 Apr, 2018 @ 3:05pm 
Click on the "Clone or download" button and "Download Zip". After that move the paste inside the zip to your "garrysmod/addons" folder
Chickory 17 Apr, 2018 @ 2:59pm 
ok so I changed the time to 20 in the github I just need to know how to save it so it will be in my game
Lure  [author] 17 Apr, 2018 @ 1:07pm 
Yes, the easiest way to do this is to download the GitHub Version [github.com] and edit the "sh_config.lua" file
Chickory 16 Apr, 2018 @ 7:55pm 
and this is for my sandbox
Chickory 16 Apr, 2018 @ 7:54pm 
can I make the effects last longer, as in make the blindness effect last 10 seconds?
Lure  [author] 19 Mar, 2018 @ 12:06pm 
Now you can use it on sandbox
Lure  [author] 12 Nov, 2017 @ 10:25am 
"This script works with TTT gamemode only." At least for now
Sneaky Beaky 11 Nov, 2017 @ 7:45pm 
can i use it in sandbox
Lure  [author] 10 Sep, 2017 @ 1:08pm 
Try to set it to "Gmod Lua" and you will see that it recognizes the // comments, yes Lua itself doesn't have // comments but in this case this is not "Lua" this is "GLua", GLua is a modified version of Lua therefore it has some differences. If you still do not understand something you can always add me and we talk about it. Cheers. (I also speak portuguese btw)
Donato Dias 7 Sep, 2017 @ 11:18am 
Well im just poiting it out, i literally only changed that in the installed code and it worked. Notepad++ was set to lua and it wasn't recognizing the "//" as a comment either, maby the language updated? That page is old as 2011. I don't know really, i ran the code on a online lua compiler (https://repl.it/languages/lua) to try to figure it out if i messed something up and it was also detecting "//" as a bug. I corrected all syntax errors and it worked, maby i did something wrong and fixed later but maby the comments were the problem, i don't know, just leaving this here so anyone with a similar problem can find a solution.
Lure  [author] 7 Sep, 2017 @ 10:08am 
Donato Dias 7 Sep, 2017 @ 9:59am 
Fixed the problem, your code was incorrect. At least the version i downloaded was. You used "//" to comment your code instead of "--", "//" doesn't work at lua and it's not recognizable as commentary. I changed that and your addon worked just fine, nice work with it by way, it's way more sophisticated and usefull then the regural poison gun, not to mention that is really usefull and easy to use. Anyway i wanted to drop that for you so maby you can check it out and perhaps correct the problem, other then that the addon is great.
Lure  [author] 7 Sep, 2017 @ 9:40am 
Add me if you want to discuss this. Anyway the problem is not coming from the downloaded file but from your Gmod installation.
Donato Dias 7 Sep, 2017 @ 3:53am 
Yes im using a TTT server and Yes i have already installed multiple guns for traitors and detectives this way.
Donato Dias 7 Sep, 2017 @ 3:52am 
I put the file in my addons folder and put the files inside my gmod, the gun doesn't show up.
PenitentParadox 2 Sep, 2017 @ 9:17pm 
ahh, thanks dude
Lure  [author] 2 Sep, 2017 @ 11:12am 
For the moment, it only works with TTT, but It will work with sandbox in the next update.
TunnelRat 2 Sep, 2017 @ 8:55am 
is it in sandboxs
Lure  [author] 1 Sep, 2017 @ 8:25pm 
hook.add to the GM functions that run when you use voice or text chat and return false aka
"PlayerSay" and "PlayerCanHearPlayersVoice"
PenitentParadox 31 Aug, 2017 @ 11:16am 
I have a scripting based question. How does the mutiing work? I've been trying to make something similar, but have had no luck
Lure  [author] 23 Aug, 2017 @ 7:12am 
In your local Gmod folder, steam/steamapps/common/GarrysMod/garrysmod/addons...

The file should be called [ttt]_dart_gun_"something".gma
TunnelRat 22 Aug, 2017 @ 6:10pm 
wer is it i cant find the gun

blue 13 Aug, 2017 @ 6:59pm 
why did you take it off gmodstore?
Lure  [author] 12 Aug, 2017 @ 11:36am 
@❆Knawner❆ You could do both. You can subscribe and use it on your Gmod Installation or you can subscribe and move it to your server addons folder.
Lupolgar 11 Aug, 2017 @ 9:31pm 
Hey, I have a question. Do we have to create a dedicated server to use this or is it just a thing that all you have to do is to subscribe?