Simple PW patcher proxy to speed up the update process. Downloading all update and caching it.
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_proxyOpen game patcher and choose proxy as update server.
Enjoy!
-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 |
- Download this repository
- Open terminal on downloaded folder and execute:
python -m pip install .- 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"Execute:
python -m pip uninstall dig_pw_patcher_proxy- 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.