• 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/

Server Redirect + gzip?

Mellnik

Grizzled Veteran
Mar 30, 2012
65
1
Hello all. Today I came over the question if the KF download client supports gzip compressed files from the webserver.

Apache example:
Code:
SetOutputFilter DEFLATE

Already tried it but after 2 seconds Unreal falls back it's internal slow webserver.
 
It only supports UZ2 compressed files.

You have to activate compression in the INI file of the server, and properly set the redirect server information in the INI file.

[IpDrv.HTTPDownload]
RedirectToURL=http://www.bla.com/UZ2/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=true

Then all your files on the redirection server MUST ALL BE in UZ2 file format.


To compress your files there's some windows tools available on internet (google is your friend but I am too...http://www.moddb.com/games/killing-floor/downloads/kftools-uz2 or http://maps4games.ru/downloads/kf-compress-tool.html).
 
Last edited:
Upvote 0