AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved FastDL help needed (https://forums.alliedmods.net/showthread.php?t=295260)

mrdrug11 03-20-2017 14:17

FastDL help needed
 
So basically i am quite new to CSGO server developing and i have been having an issue with a store mod and also some knife mods, basically for everyone that joins the server after 30 seconds they will get kicked for not having a material and when the select a custom knife they get a screen full of errors :http://imgur.com/a/Rm6ey i have done everything the admins that host my server said and i have put everything model and material related into the fastDL dir and have fastdl synced it and also added the link to the fasdl in the server.cfg and still people are getting errors and getting kicked out. Could i get some help please.

Note i am new to this so if i don't know something that a rookie would know just tell me :oops:

server.cfg : https://gyazo.com/ba1cd045cb47ee5ba871b4ba46f6bb2c

Maxximou5 03-20-2017 14:34

Re: FastDL help needed
 
You made the same mistake as posted here: https://forums.alliedmods.net/showthread.php?t=293782
You didn't put /csgo at the end, it has to be the same directory structure.
http://website.com/fastdl/whatever/else/you/want/csgo
Inside csgo: materials, maps, sounds, etc.

mrdrug11 03-20-2017 14:40

Re: FastDL help needed
 
Quote:

Originally Posted by Maxximou5 (Post 2505161)
You made the same mistake as posted here: https://forums.alliedmods.net/showthread.php?t=293782
You didn't put /csgo at the end, it has to be the same directory structure.
http://website.com/fastdl/whatever/else/you/want/csgo
Inside csgo: materials, maps, sounds, etc.

I don't have a file called csgo, its simply called 84
https://gyazo.com/c04f41568dab69a7f7f11b09ffeead53

CryWolf 03-20-2017 14:47

Re: FastDL help needed
 
i think you need to change "https" to "http" not sure if it's working with secure server

mrdrug11 03-20-2017 14:56

Re: FastDL help needed
 
Quote:

Originally Posted by CryWolf (Post 2505169)
i think you need to change "https" to "http" not sure if it's working with secure server

Could i just remove http in general and just start the line with www. ?

CryWolf 03-20-2017 15:03

Re: FastDL help needed
 
just modify in server.cfg https with http and tell us if it's working, i know in the past i had and worked.

Maxximou5 03-20-2017 15:08

Re: FastDL help needed
 
If you have HTTPS setup correctly, changing from HTTPS to HTTP isn't your problem. As explained here
You have to add a folder called csgo after 84 or rename 84 to csgo and put all the contents to download inside.
That's all you have to do.

Pages explaining why you need the game at the end of the url:
http://forums.srcds.com/viewtopic/1077
https://forums.alliedmods.net/showthread.php?t=129178
https://developer.valvesoftware.com/wiki/Sv_downloadurl

CryWolf 03-20-2017 15:11

Re: FastDL help needed
 
Quote:

Originally Posted by Maxximou5 (Post 2505175)
If you have HTTPS setup correctly, changing from HTTPS to HTTP isn't your problem. As explained here
You have to add a folder called csgo after 84 or rename 84 to csgo and put all the contents to download inside.
That's all you have to do.

how is it that a folder name counts in CSGO, i just tested with another name i also have go_content and i have no problems. im still thinking it's the server problem with HTTP and HTTPS, you need to know what are you doing before using HTTPS with a game server

Maxximou5 03-20-2017 15:17

Re: FastDL help needed
 
As I mentioned in my first post, the same issue was solved by doing what I suggested.
I wouldn't suggest doing it if it wasn't the most probable solution.
If he can serve content on HTTPS it shouldn't be an issue, if he can't he should then fix it and he'll be able to.
Changing it to HTTP isn't a good fix, but rather just indicates he has another problem that should be remedied first.

mrdrug11 03-20-2017 18:07

Re: FastDL help needed
 
Quote:

Originally Posted by Maxximou5 (Post 2505177)
As I mentioned in my first post, the same issue was solved by doing what I suggested.
I wouldn't suggest doing it if it wasn't the most probable solution.
If he can serve content on HTTPS it shouldn't be an issue, if he can't he should then fix it and he'll be able to.
Changing it to HTTP isn't a good fix, but rather just indicates he has another problem that should be remedied first.

Don't worry its been fixed the guys who host my server said i forgot to include sv_allowdownload 1
sv_allowupoad 1 other then that the link works without the csgo folder but thanks for helping anyways :) <3


All times are GMT -4. The time now is 16:06.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.