AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   [HELP] Problem in FastDownload Cs 1.6 (https://forums.alliedmods.net/showthread.php?t=159803)

hypr2771 10-16-2022 18:31

Re: [HELP] Problem in FastDownload Cs 1.6
 
Hi guys,

I am having an issue with this as well.
I set up a super simple HTTP server to serve my shared resources at http://5.51.142.224/

```
] rcon sv_downloadurl
"sv_downloadurl" is "http://5.51.142.224"
```

But I still can not get fast DL to work and load resources from game server instead.
Any of you guys have any clue on the reason why it can not work?

Mordekay 10-16-2022 19:03

Re: [HELP] Problem in FastDownload Cs 1.6
 
AFAIR you need a trailing / at the end of the url, like:
Code:

sv_downloadurl "http://5.51.142.224/"

hypr2771 10-16-2022 19:09

Re: [HELP] Problem in FastDownload Cs 1.6
 
Quote:

Originally Posted by Mordekay (Post 2791079)
AFAIR you need a trailing / at the end of the url, like:
Code:

sv_downloadurl "http://5.51.142.224/"

Code:

] rcon sv_downloadurl
"sv_downloadurl" is "http://5.51.142.224/"

Did not change anything unfortunately...

DruGzOG 10-16-2022 20:42

Re: [HELP] Problem in FastDownload Cs 1.6
 
Quote:

Originally Posted by hypr2771 (Post 2791080)
Code:

] rcon sv_downloadurl
"sv_downloadurl" is "http://5.51.142.224/"

Did not change anything unfortunately...

Create a directory named "cstrike" and upload the contents there. Try again.

hypr2771 10-16-2022 20:50

Re: [HELP] Problem in FastDownload Cs 1.6
 
Quote:

Originally Posted by DruGzOG (Post 2791085)
Create a directory named "cstrike" and upload the contents there. Try again.

Code:

] rcon sv_downloadurl
"sv_downloadurl" is "http://5.51.142.224/cstrike/"

Still no chance...

fysiks 10-16-2022 20:59

Re: [HELP] Problem in FastDownload Cs 1.6
 
The cstrike folder shouldn't be required. My server has a folder that does not match the name of the game and does not end with a "/".

Why do you think it's not working? Or maybe I should ask, how are you checking if it's working?

hypr2771 10-16-2022 21:15

Re: [HELP] Problem in FastDownload Cs 1.6
 
Quote:

Originally Posted by fysiks (Post 2791087)
The cstrike folder shouldn't be required. My server has a folder that does not match the name of the game and does not end with a "/".

Why do you think it's not working? Or maybe I should ask, how are you checking if it's working?

I wonder whether it is related to the fact that the shared resource folder is on the same host than the CS server, hence does not sees it with its public IP.
But I guess the behavior of
Code:

sv_downloadurl
is just to provide the client with the URL, not download it itself.

I am testing be deleting content of my
Code:

cstrike_downloads/maps
and loading a map on the server (in my case, de_mirage).

fysiks 10-16-2022 22:28

Re: [HELP] Problem in FastDownload Cs 1.6
 
I doubt it has anything to do with them being on the same host as they use different protocols (fast download uses HTTP and the server does not) provided that your host is properly configured for both purposes and can handle the extra processor power required. It's not generally recommended to do this though.

In your console (of the client) turn on developer (developer 1) and then join the server. This should output more info to your console about connecting to the fast download server IIRC.

hypr2771 10-16-2022 22:31

Re: [HELP] Problem in FastDownload Cs 1.6
 
Quote:

Originally Posted by fysiks (Post 2791089)
I doubt it has anything to do with them being on the same host as they use different protocols (fast download uses HTTP and the server does not) provided that your host is properly configured for both purposes and can handle the extra processor power required. It's not generally recommended to do this though.

In your console (of the client) turn on developer (developer 1) and then join the server. This should output more info to your console about connecting to the fast download server IIRC.

Code:

Couldn't find map maps/de_mirage.bsp, server will download the map
Spooling demo header.
Using http://5.51.142.224/cstrike/ as primary download location
Verifying and downloading resources...

Unfortunately, we do not see whether it finds the map there but according to path it's fetching and download location, it should be correct...

Note that these protocols are indeed configured correctly (both are working on local network and over the internet).

fysiks 10-16-2022 22:38

Re: [HELP] Problem in FastDownload Cs 1.6
 
Wait, so you're testing this from behind the same router where the servers reside? I've seen issues trying to access the external IP from inside. Have someone from outside try it.


All times are GMT -4. The time now is 09:59.

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