Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
I restarted the server, and tried to join. It seem to still be trying to download the .bsp file.
I changed it to tfdb_float_a2_fix.bsp.bz2. Same thing.
Changed it to maps/tfdb_float_a2_fix.bsp.bz2. Same thing.
Tried it without the extensions. Nope.
sv_downloadurl "http://example.com/tf/"
Edit:
You should also make sure inside of "tf" folder, than you have a folder named "maps" and the bz2 file is inside of it.
Note the ftp:// before the web address. I used a different host for a previous server of mine that used exclusive ftp, but I dropped it as it had a limit of 5mb data, and my server orientation switched towards large maps. TL;DR I am sure that it supports ftp.
I tested apache out when I tried to set up a server to no success. I was and still am really confused as to how to use it.
Here's my FTP server, you can try it out in your browser if you want, and tell me if I messed something up, or if its not working externally, which it should: ftp:/its7up.no-ip.biz/
Note: since bz2 is a compressed file, the user would need to extract the contents before they are able to use it which is why I suggest listing the .bsp files. That way they would obtain the files and not have to tabout/extract them in order to use them.
I have not messed with TF2 much but in L4D2 custom maps are simply a .VPK addon placed into the addons folder. Clients that see my server playing a custom map will have a link for them to download that custom map, install and launch the game.
Remember, treat all connecting clients as if they were idiots (not literally) by making all the custom content downloading/installing process simple.
I am hosting the FastDL on the same computer as the server, but I do not want to make the server handle BSP downloads, as BZ2 is much faster. VPKs don't play roles in the TF2 server world.
Currently, when I try to make the client computer download BSPs, it takes a while, literally. I can brew 3 cups of tea and come back and still see the bar loading. What I am trying to achieve with BZ2 is that I want it to cut down 75% of the download times. Since both servers are on the same machine having a FastDL with just BSPs would not be ideal, as it would be the same thing.
My problem is that the client does not want to download off the FastDL but instead tries to steal from the server, making the download REALLY slow. I tried asking my friend to join, and we started a conversation that went for over 5 minutes until he got into the game.
Sorry for the confusion.