• Png file not getting downloaded
    7 replies, posted
Right now I have a couple of png files under materials/vgui/entities/ but they are not getting downloaded to the server. I am on nfoservers.com and after adding them to that directory i used a "websync" and it apparently synced those files to the server. However, when I join they are not being downloaded and they are just errors for me. Please help!
Do you have FastDL set up? Are the files BZipped?
I'm honestly not sure. I don't think it's fast download because we don't use "sv_allowdowload 1" or whatever that is. And the web sync I was talking about automatically bzips the newly added files.
have you gone through the resource.AddFile() process?
You have to have your sv_downloadurl to your webhost URL. Also, you'll have to resource.AddFile() all files you want to send to the client serverside.
For the resource.AddFile() do I just make a lua file under lua/autorun/server? I'm planning to make one file for all my resource.addfile
Yes.
Thank you very much for your help! It works fine now :)
Sorry, you need to Log In to post a reply to this thread.