Skip to content

DIG-/python-pw-patcher-proxy

Repository files navigation

DIG PW Patcher Proxy

License Python Version Version

Windows - Supported Linux - Supported MacOS - Partial

Simple PW patcher proxy to speed up the update process. Downloading all update and caching it.

How to use

Edit file [game]/patcher/server/updateserver.txt, adding line:

"proxy"  "http://localhost:8080/"

Open terminal and execute the follow line to start this project:

python -m dig_pw_patcher_proxy

Open game patcher and choose proxy as update server.

Enjoy!

Options

-s --server Url to original update server
-c --cache Path to cache dir
--clear-cache Clear entire cache before start
-j --jobs Number of parallel downloads for cache
-p --port Port of proxy server
--bind Bind proxy server to that ip, allowing external connections

Instalation

Option 1:

  • Download this repository
  • Open terminal on downloaded folder and execute:
python -m pip install .

Option 2:

  • Open terminal and execute:
python -m pip install "https://github.com/DIG-/python-pw-patcher-proxy/releases/download/0.2.1/dig_pw_patcher_proxy-0.2.1-py3-none-any.whl"

Uninstall

Execute:

python -m pip uninstall dig_pw_patcher_proxy

License

CC BY-ND 4.0

  • You can use and redist freely.
  • You can also modify, but only for yourself.
  • You can use it as a part of your project, but without modifications in this project.

About

Simple PW patcher proxy to speed up the update process. Downloading all update and caching it.

Resources

Stars

Watchers

Forks

Languages