CA Downloader for CA test?
Moderator: Moderators
CA Downloader for CA test?
Is there a way to make the CA Python downloader for Linux download the latest test version of CA? It's great that it does the stable, but half the games out there are test...
Re: CA Downloader for CA test?
start it in a console with the param "test"
so
unless det changed it
so
Code: Select all
python ca_downloader.sh test
Re: CA Downloader for CA test?
Actually you have to use the 'test' argument on the python script, not the shell script, but your info got me where I needed to go, thanks. I just copied the first shell script to make a new one appended with 'test', so I can update stable and test separately.
Re: CA Downloader for CA test?
there's a shell script AND a python script? <_<
Det, you can make a python script into a shell script with
#!/usr/bin/env python
Det, you can make a python script into a shell script with
#!/usr/bin/env python
Re: CA Downloader for CA test?
Yeah the shell script executes the python script.
Re: CA Downloader for CA test?
Neya made the shell script so users would have something to double click on that would pop up a terminal giving them the status of the program.
Re: CA Downloader for CA test?
I would love to know why it takes longer to download with this than the one on windows and also i already have 2275 so why is it when i download test it wants to download the 5000 something files still?
Re: CA Downloader for CA test?
I think it takes longer because by default windows only saves I think the last 3 version but CA Python downloader just keeps piling them up, constantly increasing the time required to pool all the versions of CA you have. Delete old ones you don't need and it should speed up.
Re: CA Downloader for CA test?
I changed it in SVN so that it will only pool from the latest version instead of them all. Also, it won't pool at all if you are already up to date. Other than that, the windows version supports multiple threads and more importantly, HTTP pipelining. This speeds up downloads considerable when you have to download a lot of different files, such as a fresh download, but for updating makes only a small difference. It would be nice if Neya or someone could update the jobjol with the latest downloader.py from SVN.
Re: CA Downloader for CA test?
Thanks det, I'll have to give the new one a try.
Re: CA Downloader for CA test?
Updated.
Still waiting on the supposed port of the windows one though for some nicer looks and functionality. Kinda amusing that this fugly thing is 2nd most downloaded by now
Still waiting on the supposed port of the windows one though for some nicer looks and functionality. Kinda amusing that this fugly thing is 2nd most downloaded by now

Re: CA Downloader for CA test?
Port of windows downloader was aborted, there is not enough manpower, python downloader works well for CA and springlobby can download maps/mods just like windows downloader can.
If someone is interested feel free to try port it. Atm i can start it in ubuntu mono but no window appears for whatever reason :)
If someone is interested feel free to try port it. Atm i can start it in ubuntu mono but no window appears for whatever reason :)
Re: CA Downloader for CA test?
I've made random improvements to the python downloader... fixed the memory usage, eliminated the pooling step, added pipelining, added a non-copypasta progress bar, and probably other things I have forgotten
it should be released shortly after uberserver
an optional gui will probably be added soon as well
it should be released shortly after uberserver
an optional gui will probably be added soon as well