ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.65k stars 617 forks source link

[CS] Add downloading progress when game uses HTTP Fast Download #934

Open ghost opened 11 years ago

ghost commented 11 years ago

If your connection is slow or a file is large, you won't know the downloading progress, although the game says that downloading is complete. download_progress_bar_bug video: http://youtu.be/YOJBBHwZx0A

R4to0 commented 11 years ago

+1 for this.

Freeman-AM commented 11 years ago

Same problems. I have many people complain about that.

kNowo commented 11 years ago

I noticed that the download window is showing the next file in queue, not the current file which is being downloaded. I think that might be the cause of the download progress behave like that.

ghost commented 11 years ago

I don't think so. When I reproduced this issue (you can see it in the video) I made sure that only a map was needed to be downloaded (my horrible english...)

kNowo commented 11 years ago

Could you try with more than one resources to download?

R4to0 commented 11 years ago

@alfred-valve this is a valid suggestion?

dl-steam

Multithreaded downloads and download speed ;)

kNowo commented 11 years ago

@R4to0 did you edit the image or is it a real thing? If it's real, could you share it with me?

R4to0 commented 11 years ago

@kNowo It's just an edited image ;)

R4to0 commented 10 years ago

@alfred-valve Any progress on this? It was fine before 1st 2013 update :S

oaus commented 5 years ago

Copy of https://github.com/ValveSoftware/halflife/issues/2124#issuecomment-486915011

Is there a possibility to add this feature request https://github.com/ValveSoftware/halflife/issues/934#issuecomment-23310086 , also if Multithreading is too much work then just should just use one progress bar with file size and download speed with the total amount of files that we will download.

Examples: download_gif download_v2 download_v1