I got these materials, but when I change the actual image in that directory the image in-game stays the same.
If I remove them however, it appears as an untextured pink-black square.
Is there any kind of cache stuff like this saves to?
[lua]
resource.AddSingleFile( "addons/skrdlc/materials/vgui/achicons/addch1.png" )
local addch1 = Material( "addons/skrdlc/materials/vgui/achicons/addch1.png" )
[/lua]
Any help is appreciated
Yes, there's a cache for FastDL/ServerDL file downloads, so editing files on the server will not get the clients the changed version.
So either don't edit the file or if you do, change the file name.
[QUOTE=Robotboy655;49265607]Yes, there's a cache for FastDL/ServerDL file downloads, so editing files on the server will not get the clients the changed version.
So either don't edit the file or if you do, change the file name.[/QUOTE]
Is there a way to clean it?
[QUOTE=Skere_;49265622]Is there a way to clean it?[/QUOTE]
From the server standpoint - obviously not. For testing purposes, you can just delete the file on your client and it will be redownloaded. They are all stored in the download/ folder.
[QUOTE=Robotboy655;49265647]From the server standpoint - obviously not. For testing purposes, you can just delete the file on your client and it will be redownloaded. They are all stored in the download/ folder.[/QUOTE]
Alright thanks
Sorry, you need to Log In to post a reply to this thread.