• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

mutator weapons slow download? help

Saeidzzz

Member
Nov 1, 2013
14
0
hello im using a listen server on my computer i have the fast dl and everything is fine but when i add mutator weapons like moss12 shotgun or any other weapon it takes forever to download for clients can i add the weapon files to the fast dl server(dropbox)? or how can i make the weapons download quickly for the clients? i have high speed internet 50mbs download and 10mbs upload if that helps..
any suggestions?
thanks
 
As you have a pretty good connection you could set up a little http server on your computer and redirect to it. Make sure to forward the specific ports (usually 80 HTTP or 443 HTTPS) to your machine.

The other way, using a provider hosted service like Dropbox, works as well. You have to add all (mutators, models, maps etc.) the files there and redirect to it.

How to setup a redirect -> go to here

Side note: Compressing the files isn't necessary, just upload them and you're good to go. Just make sure you configure your redirect properly (UseCompression=False) and all files up there are exactly the same like those on your kf-server.
 
Upvote 0
Have you setup redirection?

Yes FluX i have that and i have all my maps there i even uploaded some of the mutators but the problem i have is with the weapons. like moss12 shotgun if someone joins and wants to download it it will download
moss12nd
i looked up for that name in my whole KF folder i couldnt even find it therefor i uploaded the mutator to dropbox but same thing slow download
my dropbox works fine my maps there and downloads fast but the weapons
i wanted once to add Executioner mutator to my server once but i had the same problem so all the weapons i just cant find a way to make them fast dl.
 
Upvote 0
As you have a pretty good connection you could set up a little http server on your computer and redirect to it. Make sure to forward the specific ports (usually 80 HTTP or 443 HTTPS) to your machine.

The other way, using a provider hosted service like Dropbox, works as well. You have to add all (mutators, models, maps etc.) the files there and redirect to it.

How to setup a redirect -> go to here

Side note: Compressing the files isn't necessary, just upload them and you're good to go. Just make sure you configure your redirect properly (UseCompression=False) and all files up there are exactly the same like those on your kf-server.


i really dont know how to set up a http server on my computer or redirect to it.
and i have dropbox i have the maps there and it works like charm but not the weapons i cant find weapons files to add them there
moss12nd
 
Upvote 0
I wouldn't recommend hosting your own HTTP server unless you knew what you was doing and all the possible problems you may come across (like not being able to use your own redirection due to IP mirroring - where you can't see your own WAN IP inside your LAN. I had this before and was forced out of it so I could play at all on my servers).

Another option I will check is maybe check the file names. Make sure the redirected file is the same as the standard, even with capital letters.
 
Upvote 0
Hi, I am also having the same issue with clients downloading custom weapons (Moss12 and Hunting Rifle) and I was wondering if either of you has found a solution?

I've set my redirect option to http://localhost/games/kf/compressed/
and (UseCompression=True)
But I'm not sure how to compress the weapon mutators since they have mutliple files in multiple directories, unlike maps where it's just a .rom file.

And I apologize for asking another question rather than helping OP, but perhaps figuring out how to compress the weapon mutators can help us both.
 
Upvote 0