Clients not receving content? (Need help quick)

Post Reply
matrixninja
New to forums
New to forums
Posts: 7
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Apr 29, 2012 4:25 pm

Clients not receving content? (Need help quick)

Post by matrixninja »

I added some new content to the server (I took contents from some addons and placed them in the directory, because they didn't work when they where just in addons), and when people join, they aren't downloading any of the new files I installed. I already went to support for help, they did a great job helping me, but I still didn't find a fix. I tried using a force sync script, and this is what I have:

"resource.AddFile("addons")"
"resource.AddFile("materials")"
"resource.AddFile("models")"
"resource.AddFile("lua")"
"resource.AddFile("resource")"
"resource.AddFile("particles")"
"resource.AddFile("scripts")"

I'm not sure if it matters, but I found a converter that turns .gma files from the workshop into a legacy addon format (what gm12 used). Then I put the contents of those folders into my addons, but they didn't work, so I copied them into the garrysmod directory. Everything was actually on the server, and I could use it just fine, but players just saw everything as errors.

Any help would be GREATLY appreciated
Netsurfers
New to forums
New to forums
Posts: 5
Joined: Thu Jan 10, 2013 8:26 pm

Re: Clients not receving content? (Need help quick)

Post by Netsurfers »

You cannot add just the folder. You need to add every single model and material.
Post Reply