[I][URL="http://facepunch.com/showthread.php?t=1244840&p=39470572#post39470572"]Old thread in wrong board is here (do not answer there please).[/URL][/I]
Hello dear Facepunch-Community,
I've set up a working FastDL-Space for my server (it downloads sounds and maps with no problem). I've added a new model and uploaded it on my webspace [b]AND[/b] on my server. Then I generated a resource-file and made sure everything is set up correctly (that the files are existing on the webspace and on the server, etc.). I've put that file in the [I]garrysmod/lua/autorun/server/[/I] folder and restarted the server. When people join the model doesn't get downloaded at all. Nothing. Maps and sounds get downloaded even without the resource-file. I also compressed the files to *.bz2. I tried serveral fixes but it refuses to work. I also googled on many forums and checked topics on facepunch but none of the advises worked... That's why I ask you: Do you have any idea how to force the download to the clients with FastDL? I know I'm not the only one with this problem since I've saw a lot of unsolved topics with people having quite the same issue.
Thank you,
[B]DigitalClark[/B].
Can we see your fastdl file
You mean the resource-file? Yes.
[I]File-Name:[/I] resources.lua
[I]File-Path:[/I] garrysmod/lua/autorun/server/
[I]File-Content:[/I][CODE]
resource.AddFile( "/models/weapons/somemodel.extension" )
resource.AddFile( "/materials/models/weapons/v_models/test/someweapon.extension" )[/CODE]
Also, FastDL does work, it downloads maps and sounds without a problem.
My [I]server.cfg[/I] looks like this: [CODE]
//FastDL-Settings
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64
sv_downloadurl "http://www.IReplacedThatWithMyURL.com/fastdl/garrysmod/"[/CODE]
** Keep in mind that I replaced "somemodel.extension", "someweapon.extension" and "http://www.IReplacedThatWithMyURL.com/fastdl/garrysmod/" with my own stuff.