Garry's Mod

Garry's Mod

SprayMesh Extended
65 条留言
YaboyAJ0223 9 月 13 日 下午 8:36 
Yeah this shit doesn't work
GoogolPlex 8 月 16 日 下午 7:49 
Howdy, I've been having an issue where the sprays simply don't work in multiplayer (tested on both dedicated and P2P servers). The sound plays, and the active player sprays menu indicates that the sprays do exist to some extent, but they simply won't render. x86-64 branch is enabled. Works just fine in singleplayer however. Mod works great otherwise, love it!
Anya~ 8 月 16 日 上午 1:20 
Would be nicer if it had a stand alone github so it's easier to pull from there. ^^;
Chev  [作者] 7 月 17 日 下午 3:32 
I haven't tested that, but I don't think so.
birdLover8968 7 月 16 日 下午 3:25 
Do they stay in saves?
Zepp Thunderbolt 6 月 26 日 上午 11:40 
I'm currently using my own domain name running a Spring boot webapp, I'm pretty much just testing images put into the static directory.

(this makes them accessible from the base path followed by the actual file, like a public folder of any real website)

It seems to do this for such cases.
Chev  [作者] 6 月 25 日 下午 7:46 
I've noticed in my testing that Discord in particular seems to handle image URLs in a peculiar way, and so they usually won't load. I've been meaning to get it to work, but it's been a low priority. Try using test images on some other websites and see if they work.
Zepp Thunderbolt 6 月 25 日 下午 3:08 
I have a similar issue to the comments below.

I've customized a whitelist for spraymesh, the custom domain URL is registered as valid & debug seems to be successful. However seemingly it will not display. It pops up as "loading" for a second for me as well & then is invisible.
The_Music_Man 6 月 10 日 下午 9:53 
discord doesn't work
frog 6 月 5 日 上午 3:37 
unfortunately, that did not help, I assume it's a network issue, since I am in Russia and we have a lot of sites blocked here :steamsad:
Chev  [作者] 5 月 24 日 下午 11:40 
Switch to the 64-bit beta branch of Garry's Mod if you aren't already on it
frog 5 月 23 日 上午 10:15 
for me when I spray it shows black square with "Loading spray" for a millisecond, but when it disappears there's no spray, just empty surface
in both multi and singleplayer :steamsad:
Chev  [作者] 5 月 1 日 下午 1:55 
If you're adding this addon to a server via the Steam workshop, then there won't be a config in the lua/ folder. It's part of the addon .gma. What I recommend doing in that case is creating your own custom Lua file (make sure it runs on both client AND server) and set the variables that way. The documentation there is admittedly a bit confusing since I have to account for both people who add this addon to their server via Steam workshop as well as those who install the addon manually and edit the config file directly.

In the future to make this process more simple, I'm thinking of adding an admin menu for Sandbox gamemodes so that server admins/owners can change the config without having to know Lua coding.

You can find the config on the GitHub repo: https://github.com/chev2/gmod-addons/blob/main/addons/spraymesh_extended/lua/spraymesh/sh_config.lua
Dragonhunter229 4 月 29 日 下午 11:59 
I cant find the Lua config file for the life of me, its not in the lua folder for ether locale or my server.
Chev  [作者] 4 月 19 日 下午 10:40 
That bug should be fixed now, thanks for letting me know
NabraSaddle 4 月 19 日 上午 2:33 
[spraymesh_extended] addons/spraymesh_extended/lua/vgui/dsprayconfiguration.lua:477: Tried to use a NULL Panel!
1. GetChildren - [C]:-1
2. AddSpray - addons/spraymesh_extended/lua/vgui/dsprayconfiguration.lua:477
3. DoClick - addons/spraymesh_extended/lua/vgui/dsprayconfiguration.lua:221
4. unknown - lua/vgui/dlabel.lua:253
god of reailty 4 月 9 日 上午 9:20 
i hate necro arc
M16A1 4 月 8 日 下午 1:40 
if you have too much sprays menu crashes game during loading all images sometimes freezes whole pc is there way to more optimized image loading for menu
ph0roggy 3 月 7 日 上午 7:58 
is anyone else experiencing the sprays only working in singleplayer? In multiplayer the sprays are invisible for me and my friends, but in single player it works, weird. :melon:
ph0roggy 1 月 20 日 上午 7:25 
I love it man, keep up the good work :Dogeface:
Los 1 月 7 日 上午 12:48 
G:steamhearteyes::steamhearteyes::steamhearteyes::steamhearteyes::steamhearteyes::steamhappy::steamhappy::steamhearteyes::steamhearteyes:
Chev  [作者] 2024 年 11 月 11 日 下午 2:37 
The config is inside the addon's files. You don't have to edit it directly, you can also create a new Lua file and add spraymesh.SPRAY_COOLDOWN=0 to it. Make sure the Lua file runs in the server realm, and runs after SprayMesh loads (so putting it in an Initialize hook should work).

But it is a bit complicated if you aren't familiar with GMod Lua. If more people want it, I might consider adding an admin settings menu in the Sandbox spawn menu for people who play in Sandbox, to make it easier to change the config.
Foxxie 2024 年 11 月 11 日 上午 6:46 
Where the config tho? I can't understand where is "lua/spraymesh/sh_config.lua"
Foxxie 2024 年 11 月 11 日 上午 6:42 
Okay, thank you so much
Chev  [作者] 2024 年 11 月 10 日 下午 5:14 
If you are a server owner then you can change the limit in the config (spraymesh.SPRAY_COOLDOWN). Otherwise, it's not possible to change.

Sprays are removed when the server is restarted, map changes or the map is reloaded. If you want to remove an individual player's spray, you will have to use a moderation addon like ULX and some custom Lua code to register a ULX command like !removespray.
Foxxie 2024 年 11 月 10 日 上午 6:19 
do I can remove cooldown and limit? Also how to remove placed spray?
Chev  [作者] 2024 年 9 月 15 日 上午 11:46 
By default, SprayMesh Extended only whitelists specific websites, namely Imgur and Catbox. Try uploading a test image to Imgur or Catbox (Catbox seems to be down at this moment in time, however) and then copying and pasting the image URL into the spray manager. The outline of the input should turn green, meaning it is allowed to be used as a spray.

Also, the URL has to be a direct image URL, meaning it has to end in ".jpg", ".jpeg", ".png" etc.

You can see what websites and image URL suffixes are whitelisted by clicking the "Help & Info" button in the spray manager. The whitelist will vary from server-to-server.
samter 2024 年 9 月 14 日 下午 8:36 
I cant put links in the thing, I don't know why it just always rejects any links, can I get some help?
bol 2024 年 7 月 16 日 下午 2:01 
ServerDL
Using ServerDL is rather simple, you need to have sv_allowdownload enabled and you need to mark the files that you want to be downloadable with resource.AddFile and resource.AddSingleFile after that clients will automatically download the content when they join your server. However this is considered obsolete as its incredibly slow at 64kb/s and you should avoid using it.

From what it seems, without a backdoor the only files that will be downloadable are the ones that are "marked" with resource add file. Which is nice! Seems the exploit is not as bad as it was
bol 2024 年 7 月 16 日 下午 1:39 
Alright, thanks
Chev  [作者] 2024 年 7 月 16 日 下午 1:05 
I've seen mixed reports on sv_allowupload and sv_allowdownload still being exploitable. Some say yes, some say no (according to the Garry's Mod Discord, anyway). When it comes to my own servers, I always keep them disabled, as I don't need them for any functionality, and I don't even want to take the risk.
bol 2024 年 7 月 16 日 上午 7:50 
Are sv_allowupload and sv_allowdownload still exploitable? Wondering if I need this addon
juliusern3st 2024 年 6 月 23 日 下午 10:50 
⢤⣄⣀⠀⠀⠀⠀⣾⢫⢤⡠⣄⣤⢤⠀⠀
⠀⠀⢸⣀⠏⠘⢻⡂⠒⠒⢻⣷⡿⠯⣋⡹⡬⡇⠀
⠀⠀⢸⢬⡂⠀⢀⠜⠀⢀⠀⠈⠉⠂⢌⣹⡇⡇⠀
⠀⠀⢸⣄⣤⣆⢅⠀⠀⡎⠀⠀⠸⡄⠈⠑⠾⡧⠀
⠀⢰⠃⢀⢞⡴⠏⠀⡘⢇⠀⢠⣀⠷⡀⣦⡗⡽⠀
⠀⠏⠀⢸⠈⢠⠊⡏⠉⠉⠳⣮⠛⡏⠉⠙⠀⢹⡇
⠸⢲⠀⢸⡀⠈⣦⣱⠄⣀⠔⠙⢦⣇⡠⣾⠀⢸⢼
⠀⠀⠷⢆⣣⣸⠹⣦⡀⠑⠒⠁⢊⣠⠔⡹⢄⣼⠀
⢀⣀⡀⠀⠈⠁⢓⡽⡎⠻⠭⠏⢳⡞⠘⠁⠀⠀⠀
⠇⢀⡗⠀⠀⢠⠎⠀⡀⠀⠀⠀⠸⠙⢄⠀⠀⠀⠀
⡇⠘⣄⣀⡠⠧⣄⣠⡇⠀⠀⠀⠀⢇⡼⠒⢤⡀⠀
⠈⠢⢠⡇⠀⠀⠘⡽⢅⣀⣀⠀⢠⡾⣅⡀⣀⠇⠀
⠀⠀⠀⠻⠦⠄⠴⢁⣀⠁⠀⡀⠀⣀⠙⠙⠁⠀⠀
⠀⠀⠀⠀⠀⠀⠀⡼⢿⠟⠉⡸⠿⡇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣸⣓⣸⠀⢸⢗⣺⡗⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢠⠇⠀⠘⠀⢨⣄⠀⠙⠆⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠸⣀⣀⡄⠀⠀⠀⠑⠒⠃⠀⠀⠀⠀
aersik 2024 年 6 月 8 日 下午 12:24 
nvm
aersik 2024 年 6 月 8 日 下午 12:18 
I put in accepted URLS and it doesnt work, any fix?
EntranceJew 2024 年 2 月 26 日 下午 6:47 
it looks like TGAImage [github.com] loads a TGA into a base64 encoded png, which might be low-fi enough for awesomeium. I tried to compile https://gist.github.com/EntranceJew/7dfc6230ba028db3f2644a92bc1995e1 to test but I got an error [gist.github.com] -- but whatever this page is doing [rafradek.github.io] probably has it figured out [github.com].
Chev  [作者] 2024 年 2 月 26 日 下午 2:50 
For bmp files, that should be straightforward to support. For VTF and TGA however, they're a little trickier as they wouldn't use the web rendering system, but they might still be doable. I'll look into it.
EntranceJew 2024 年 2 月 24 日 下午 8:38 
It would be nice if this supported tga/bmp/vtf files out of the box so that people with traditional sprays including funny mipmap tricks could still use them.
Chev  [作者] 2024 年 1 月 12 日 上午 11:16 
If you can't see sprays, make sure you are on the x86-64 beta branch of Garry's Mod. The compatibility of this addon on the main branch of the game is hit-or-miss.
Barlinbar 2024 年 1 月 1 日 上午 7:38 
⠀⠀⠀⢤⣄⣀⠀⠀⠀⠀⣾⢫⢤⡠⣄⣤⢤⠀⠀
⠀⠀⢸⣀⠏⠘⢻⡂⠒⠒⢻⣷⡿⠯⣋⡹⡬⡇⠀
⠀⠀⢸⢬⡂⠀⢀⠜⠀⢀⠀⠈⠉⠂⢌⣹⡇⡇⠀
⠀⠀⢸⣄⣤⣆⢅⠀⠀⡎⠀⠀⠸⡄⠈⠑⠾⡧⠀
⠀⢰⠃⢀⢞⡴⠏⠀⡘⢇⠀⢠⣀⠷⡀⣦⡗⡽⠀
⠀⠏⠀⢸⠈⢠⠊⡏⠉⠉⠳⣮⠛⡏⠉⠙⠀⢹⡇
⠸⢲⠀⢸⡀⠈⣦⣱⠄⣀⠔⠙⢦⣇⡠⣾⠀⢸⢼
⠀⠀⠷⢆⣣⣸⠹⣦⡀⠑⠒⠁⢊⣠⠔⡹⢄⣼⠀
⢀⣀⡀⠀⠈⠁⢓⡽⡎⠻⠭⠏⢳⡞⠘⠁⠀⠀⠀
⠇⢀⡗⠀⠀⢠⠎⠀⡀⠀⠀⠀⠸⠙⢄⠀⠀⠀⠀
⡇⠘⣄⣀⡠⠧⣄⣠⡇⠀⠀⠀⠀⢇⡼⠒⢤⡀⠀
⠈⠢⢠⡇⠀⠀⠘⡽⢅⣀⣀⠀⢠⡾⣅⡀⣀⠇⠀
⠀⠀⠀⠻⠦⠄⠴⢁⣀⠁⠀⡀⠀⣀⠙⠙⠁⠀⠀
⠀⠀⠀⠀⠀⠀⠀⡼⢿⠟⠉⡸⠿⡇⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣸⣓⣸⠀⢸⢗⣺⡗⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⢠⠇⠀⠘⠀⢨⣄⠀⠙⠆⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠸⣀⣀⡄⠀⠀⠀⠑⠒⠃⠀⠀⠀⠀
STFU HOE 2023 年 12 月 27 日 上午 10:32 
I have a problem, my friends cant see my Sprays and I can't see their sprays.
Chipboard 2023 年 12 月 13 日 下午 1:00 
:steamhappy:
hi please kill me 2023 年 11 月 13 日 下午 7:03 
⣞⢽⢪⢣⢣⢣⢫⡺⡵⣝⡮⣗⢷⢽⢽⢽⣮⡷⡽⣜⣜⢮⢺⣜⢷⢽⢝⡽⣝
⠸⡸⠜⠕⠕⠁⢁⢇⢏⢽⢺⣪⡳⡝⣎⣏⢯⢞⡿⣟⣷⣳⢯⡷⣽⢽⢯⣳⣫
⠀⠀⢀⢀⢄⢬⢪⡪⡎⣆⡈⠚⠜⠕⠇⠗⠝⢕⢯⢫⣞⣯⣿⣻⡽⣏⢗⣗⠏
⠀⠪⡪⡪⣪⢪⢺⢸⢢⢓⢆⢤⢀⠀⠀⠀⠀⠈⢊⢞⡾⣿⡯⣏⢮⠷⠁
⠀⠀⠀⠈⠊⠆⡃⠕⢕⢇⢇⢇⢇⢇⢏⢎⢎⢆⢄⠀⢑⣽⣿⢝⠲⠉
⠀⠀⠀⠀⠀⡿⠂⠠⠀⡇⢇⠕⢈⣀⠀⠁⠡⠣⡣⡫⣂⣿⠯⢪⠰⠂
⠀⠀⠀⠀⡦⡙⡂⢀⢤⢣⠣⡈⣾⡃⠠⠄⠀⡄⢱⣌⣶⢏⢊⠂
⠀⠀⠀⠀⢝⡲⣜⡮⡏⢎⢌⢂⠙⠢⠐⢀⢘⢵⣽⣿⡿⠁⠁
⠀⠀⠀⠀⠨⣺⡺⡕⡕⡱⡑⡆⡕⡅⡕⡜⡼⢽⡻⠏⠀
⠀⠀⠀⠀⣼⣳⣫⣾⣵⣗⡵⡱⡡⢣⢑⢕⢜⢕⡝⠀
⠀⠀⠀⣴⣿⣾⣿⣿⣿⡿⡽⡑⢌⠪⡢⡣⣣⡟⠀
⠀⠀⠀⡟⡾⣿⢿⢿⢵⣽⣾⣼⣘⢸⢸⣞⡟⠀
Sony 2023 年 11 月 10 日 下午 6:51 
Thank you for the unexpected shoutout, Very kind of you!
Happy to hear my attempt helped to inspire an even better version ;)
dead guy 2023 年 11 月 9 日 下午 12:57 

⠀⠀⢀⢀⢄⢬⢪⡪⡎⣆⡈⠚⠜⠕⠇⠗⠝⢕⢯⢫⣞⣯⣿⣻⡽⣏⢗⣗⠏
⠀⠪⡪⡪⣪⢪⢺⢸⢢⢓⢆⢤⢀⠀⠀⠀⠀⠈⢊⢞⡾⣿⡯⣏⢮⠷⠁
⠀⠀⠀⠈⠊⠆⡃⠕⢕⢇⢇⢇⢇⢇⢏⢎⢎⢆⢄⠀⢑⣽⣿⢝⠲⠉
⠀⠀⠀⠀⠀⡿⠂⠠⠀⡇⢇⠕⢈⣀⠀⠁⠡⠣⡣⡫⣂⣿⠯⢪⠰⠂
⠀⠀⠀⠀⡦⡙⡂⢀⢤⢣⠣⡈⣾⡃⠠⠄⠀⡄⢱⣌⣶⢏⢊⠂
⠀⠀⠀⠀⢝⡲⣜⡮⡏⢎⢌⢂⠙⠢⠐⢀⢘⢵⣽⣿⡿⠁⠁
⠀⠀⠀⠀⠨⣺⡺⡕⡕⡱⡑⡆⡕⡅⡕⡜⡼⢽⡻⠏⠀
⠀⠀⠀⠀⣼⣳⣫⣾⣵⣗⡵⡱⡡⢣⢑⢕⢜⢕⡝⠀
⠀⠀⠀⣴⣿⣾⣿⣿⣿⡿⡽⡑⢌⠪⡢⡣⣣⡟⠀
⠀⠀⠀⡟⡾⣿⢿⢿⢵⣽⣾⣼⣘⢸⢸⣞⡟⠀

O
Chev  [作者] 2023 年 11 月 9 日 上午 10:51 
I believe DSprays is its own standalone spray overhaul, so it likely won't work with SprayMesh Extended. You'll have to use one or the other.
AiTheo 2023 年 11 月 9 日 上午 8:12 
⣞⢽⢪⢣⢣⢣⢫⡺⡵⣝⡮⣗⢷⢽⢽⢽⣮⡷⡽⣜⣜⢮⢺⣜⢷⢽⢝⡽⣝
⠸⡸⠜⠕⠕⠁⢁⢇⢏⢽⢺⣪⡳⡝⣎⣏⢯⢞⡿⣟⣷⣳⢯⡷⣽⢽⢯⣳⣫
⠀⠀⢀⢀⢄⢬⢪⡪⡎⣆⡈⠚⠜⠕⠇⠗⠝⢕⢯⢫⣞⣯⣿⣻⡽⣏⢗⣗⠏
⠀⠪⡪⡪⣪⢪⢺⢸⢢⢓⢆⢤⢀⠀⠀⠀⠀⠈⢊⢞⡾⣿⡯⣏⢮⠷⠁
⠀⠀⠀⠈⠊⠆⡃⠕⢕⢇⢇⢇⢇⢇⢏⢎⢎⢆⢄⠀⢑⣽⣿⢝⠲⠉
⠀⠀⠀⠀⠀⡿⠂⠠⠀⡇⢇⠕⢈⣀⠀⠁⠡⠣⡣⡫⣂⣿⠯⢪⠰⠂
⠀⠀⠀⠀⡦⡙⡂⢀⢤⢣⠣⡈⣾⡃⠠⠄⠀⡄⢱⣌⣶⢏⢊⠂
⠀⠀⠀⠀⢝⡲⣜⡮⡏⢎⢌⢂⠙⠢⠐⢀⢘⢵⣽⣿⡿⠁⠁
⠀⠀⠀⠀⠨⣺⡺⡕⡕⡱⡑⡆⡕⡅⡕⡜⡼⢽⡻⠏⠀
⠀⠀⠀⠀⣼⣳⣫⣾⣵⣗⡵⡱⡡⢣⢑⢕⢜⢕⡝⠀
⠀⠀⠀⣴⣿⣾⣿⣿⣿⡿⡽⡑⢌⠪⡢⡣⣣⡟⠀
⠀⠀⠀⡟⡾⣿⢿⢿⢵⣽⣾⣼⣘⢸⢸⣞⡟⠀
LOTTERY 2023 年 11 月 9 日 上午 6:45 
Does this work with dsprays?
charlie bird 2023 年 11 月 8 日 下午 4:27 
burn:steamhappy::steamhappy::steamhappy:
common_male_rural01.mdl 2023 年 11 月 8 日 上午 10:08 
:steamhappy: