• [Help] Server Problems
    0 replies, posted
I have been having a slight issue with my server and i can't seem to find out why. I have set up fastDL (Not Workshop) for my server and i've been having this issue where the models appear to be errors. [url]http://svenskunganka.com/tutorials/other/setup-a-fastdl-for-garrys-mod.html[/url] (Followed this tutorial) Im using this addon from the workshop for the models [url]http://steamcommunity.com/sharedfiles/filedetails/?id=150404359[/url] Screenshot of model errors while inside server [url]http://imgur.com/piHYpDF[/url] What's weird is that some models do work but it has no icon image. [url]http://imgur.com/17dyJkE[/url] Lua File that came within the addon extract [url]http://pastebin.com/2qu9fsFk[/url] This is my resource.lua file inside my lua/autorun (I know AddSingleFile is probably not the right AddFile for it, but hey it works) [url]http://pastebin.com/PWjKBAF3[/url] Just a little piece of the Apache Access Logs from fastDL. I know that my fastDL work's because the result of the status code 200. [code] *** - - [08/Jan/2015:22:08:25 -0800] "GET /fastdl/models/player/samusz.dx80.vtx.bz2 HTTP/1.1" 200 23297 *** - - [08/Jan/2015:22:08:25 -0800] "GET /fastdl/models/player/samusz.dx90.vtx.bz2 HTTP/1.1" 200 22644 *** - - [08/Jan/2015:22:08:25 -0800] "GET /fastdl/models/player/samusz.phy.bz2 HTTP/1.1" 200 14839 *** - - [08/Jan/2015:22:08:25 -0800] "GET /fastdl/models/player/samusz.vvd.bz2 HTTP/1.1" 200 134955 *** - - [08/Jan/2015:22:08:25 -0800] "GET /fastdl/models/player/scarecrow.dx80.vtx.bz2 HTTP/1.1" 200 84527 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scarecrow.dx90.vtx.bz2 HTTP/1.1" 200 84662 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scarecrow.phy.bz2 HTTP/1.1" 200 29382 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scarecrow.vvd.bz2 HTTP/1.1" 200 535038 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scorpion.dx80.vtx.bz2 HTTP/1.1" 200 82873 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scorpion.dx90.vtx.bz2 HTTP/1.1" 200 82919 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scorpion.phy.bz2 HTTP/1.1" 200 49951 *** - - [08/Jan/2015:22:08:26 -0800] "GET /fastdl/models/player/scorpion.vvd.bz2 HTTP/1.1" 200 509169 [/code] When you rejoin the server nothing else download's except for a couple font's missing from the fastdl. Honestly this bum's me out alot. I've tried numerous and many thing's to get the models working but it hates me. I've seen some other thread's on other websites and facepunch aswell but no ones really figured out why. I desperately really need help or advice from someone who's experienced this problem before or who know's it off the top of there head. I made a thread similar to this about a week ago and i didn't really explain my problem enough and i didn't get alot of help. ***EDIT*** I have found the reason why, i was dumbfounded by it, but by placing the .lua in the addon path (addons/PlayerModels/lua/autorun) the models started working.
Sorry, you need to Log In to post a reply to this thread.