• FastDownload Error? Shop Error? Models/Materials Not Loading in in-game Shop
    8 replies, posted
This is the last thing I have to finish before my Deathrun server goes live. It seems that my fastdownload is unable to download files correctly or the shop isn't loading them right. Everytime a player joins the server they will download around 25-50 things for the shop ( which is fast as it is only .vtf's and .vmt's. ) But when they get into the server and open up the shop menu they models are just errors, I've had so many problems with this before and my last resort is facepunch. The code in the "lua/autorun/server" I use to make the server download the files ( which does successfully make them download) [IMG]http://plumcap.com/images/28c6bd.png[/IMG] Where the files are located on the fast download: [IMG]http://plumcap.com/images/7e2b33.png[/IMG] Where they are located in the server folder: [IMG]http://plumcap.com/images/f5c793.png[/IMG] And the lua files telling where to pull the models and materials from: [IMG]http://plumcap.com/images/602865.png[/IMG] [IMG]http://plumcap.com/images/a760c8.png[/IMG] [IMG]http://plumcap.com/images/f407ef.png[/IMG] [IMG]http://plumcap.com/images/8bb194.png[/IMG] [IMG]http://plumcap.com/images/c9dae0.png[/IMG] [IMG]http://plumcap.com/images/9437f6.png[/IMG] [IMG]http://plumcap.com/images/971ed0.png[/IMG] I can assure that the files are in the right places on the server and in the fast download, so im not sure why this is happening... If anyone can help me with this problem that would be just pure amazing.
I have FastDL issues too...
What are your settings in the server.cfg?
[code]//Basic settings "hostname" "NetBreaking's Deathrun | Custom Shop + Point System | [FAST/DL]" //"rcon_password" "xbox" //Remote control password "sv_password" "yetti" //Server password "sv_region" "255" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255 //"sv_lan" "0" //Lan only (1) or no (0) allowdownload 1 allowupload 1 //If you want use fast download, please remove slash. "sv_downloadurl" "http://netbreaking.x10.mx/gmod" "sv_loadingurl" "http://netbreaking.x10.mx/ruleswelcome.html" defaultgamemode "deathrun" //"Load bans" exec "banip.cfg" exec "banid.cfg" [/code]
[img]http://i.imgur.com/Kx6Bd.png[/img] This is your FastDL directory.
Thats because i have it so you cant view it in browser. It still downloads it in the game but it doesn't show the model in shop or on player. Also the reason it say 404 is because there is no default html page to make it show the files.
[QUOTE=Richtofen;39020711]Thats because i have it so you cant view it in browser. It still downloads it in the game but it doesn't show the model in shop or on player. Also the reason it say 404 is because there is no default html page to make it show the files.[/QUOTE] That "downloads it in the game" is a common misunderstanding with fastdl, if the fastdl isn't setup correctly the player will see that he downloads the model, however he will see it every time he joins, and yeah, it won't work ingame. Give us a bigger folderview of your fastdl server, and remove any prevention of viewing the files.
Looking at [url]http://netbreaking.x10.mx/gmod/[/url], none of those files are there and you don't need to upload your Lua folder.
Try if SERVER then resource.AddFile("") end And make sure the directorys are put in properly
Sorry, you need to Log In to post a reply to this thread.