How to set BWS to use a HTTP proxy to check & download mods?
#1
Posted 04 November 2009 - 06:50 PM
so, is there any method to set BiG World Setup to use a HTTP proxy?
#2
Posted 04 November 2009 - 11:31 PM
Set your env-variable like
set http_proxy = http:// proxy.example.com: 8080
search for wget and add --proxy=yes
If it does not work, try to launch the BiG World Setup from the cmd-session you are using to set the variable and have a look at google.
#3
Posted 06 November 2009 - 06:08 AM
Hm, you could open BiG World Setup\includes\11_NET.au3 and edit some lines...
Set your env-variable like
set http_proxy = http:// proxy.example.com: 8080
search for wget and add --proxy=yes
If it does not work, try to launch the BiG World Setup from the cmd-session you are using to set the variable and have a look at google.
Thanks dabus, it works.
#4
-Tom-
Posted 27 May 2014 - 03:37 PM
I was wondering if you could talk me through this as I'm having some difficulty with the big world setup. For some reason TPP dl's work fine when used through a proxy but not through my normal ip.
#5
Posted 28 May 2014 - 12:12 PM
Search for --no-passive-ftp and add a few parameters: -e use_proxy=yes -e http_proxy=127.0.0.1:8080.
You might also want to add --proxy-user=USER --proxy-password=PASS if you need those.
There should be three instances. Save and execute the BWS.






