Raised This Month: $51 Target: $400
 12% 

FastDL problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
vedran77
New Member
Join Date: Jun 2023
Old 06-04-2023 , 06:40   FastDL problem
Reply With Quote #1

Hello, I'm trying to configure my fast dl but I have a few questions and one problem.

So I followed some tutorials on the internet, and if I understand well there are a few things that I need to do.

1. Host `cstrike` folder somewhere, I used my VPS, and create nginx config to serve that folder (https://prnt.sc/kQAuoCRPPcDk) > (https://prnt.sc/Viv-1vvj0pR-)

2. Add URL to the server.cfg (https://prnt.sc/4DErTfEJT-8Q)

3. Restart the server.

And when I join the game and do for example `amx_map de_dust_2x2` or `map de_dust_2x2` I got an error "There is no de_dust-2x2 map available", or something like that.

So I searched the internet and found that there is a way to get more information in the console by turning developer mode on.


Spooling demo header.
SteamWaitForResources() time: 0.000 seconds
Using https://**/cstrike/ as primary download location
Verifying and downloading resources...
No detail texture mapping file: maps/cs_italy_detail.txt
Using WAD File: cstrike.wad
Using WAD File: halfl

And everything seems good to me but I don't have idea what's wrong. I can provide any additional config if it's needed.

EDIT: Also should I upload map to both cstrike folders(game/cstrike and fastdl/cstrike) or it could be just fastdl, I found somewhere on the internet that only needs to be uploaded on fastdl/cstrike, but then how csserver knows that he should search for the map on fastdl/cstrike?

Last edited by vedran77; 06-04-2023 at 06:42. Reason: Added question
vedran77 is offline
pimpmyname
Junior Member
Join Date: Jul 2021
Old 06-05-2023 , 16:51   Re: FastDL problem
Reply With Quote #2

Your fastdl url should be something like: sv_downloadurl "https://fastdlserver" and not having /cstrike on(for csgo, im not sure for css). It would be more easier to see your client console Log to see which url its trying to download.
And for your other question, i would recommend making a game/fastdl folder containing maps, models, materials etc. Then your url would be https://fastdlserver/fastdl and remember to reconfigure nginx too

Last edited by pimpmyname; 06-05-2023 at 16:53.
pimpmyname is offline
AloongSleep
Junior Member
Join Date: Sep 2022
Old 06-05-2023 , 23:19   Re: FastDL problem
Reply With Quote #3

try using the following
sv_downloadurl "http://**/cstrike/..."
AloongSleep is offline
Austin
Senior Member
Join Date: Oct 2005
Old 06-13-2023 , 16:30   Re: FastDL problem
Reply With Quote #4

1) In a web browser manually try to download a bsp from your server to make sure you have the server set up correctly.
This checks the server path and it's ability to serve up the file types.

What you have looks right.
The maps go in a maps folder under that main server folder pointed to by sv_downloadurl

So your manual map dl test would be something like this in browser.
http://109.xx.xx.30/cstrike/maps/dust2.bsp

The file should DL in your browser and if it does your server is set up correctly to serve up the maps using this setting.
sv_downloadurl "http://109.xx.xx.30/cstrike"

I am pretty sure you also need these on the server.
sv_allowupload 1
sv_allowdownload 1

And these in the client?
I just put them all on my CLIENT.
Not sure which ones -exactly- are needed for the client to DL the maps.....
cl_allowdownload 1 // Client downloads customization files
cl_allowupload 1 // Client uploads customization files
cl_downloadfilter all // Determines which files can be downloaded from the server (all, none, nosounds)

This is all the same for csgo too.

Last edited by Austin; 06-13-2023 at 16:32.
Austin is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:14.


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