Author Topic: Art tarball for Linux  (Read 1467 times)

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
Art tarball for Linux
« on: January 14, 2005, 05:31:04 am »
Could a tarball of the base art be compiled and placed on the Downloads page. On a 512 Kb/s DSL connection the Updater is taking about 10 hours to download the 179 MB of files, the update file server is very slow and disconnects excessively.

Thanx

peeg

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 560
    • View Profile
(No subject)
« Reply #1 on: January 14, 2005, 07:59:36 am »
wget the windows-client and use its art....
[ PSde ] - Join the german community!
Peeg Chaoswind - Mentor in The Rangers Of Yliakum

Aravi

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
(No subject)
« Reply #2 on: January 14, 2005, 10:11:44 am »
That\'s not exactly the most practical of solutions.

Because the installer is an executable, it is not possible to just unzip it. It must be run via Wine (If you don\'t see the dialog when running setup, set Managed=\"N\" ).

You are relying on the end-user being able to figure that out for themselves.
« Last Edit: January 14, 2005, 10:22:18 am by Aravi »

peeg

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 560
    • View Profile
(No subject)
« Reply #3 on: January 14, 2005, 12:16:25 pm »
Sure it\'s a windows-executable :)
But -come on!-, linux-gamers should know how to get those woking! Shouldn\'t they?
But there is the posibility to wget the responsity.zip (or something like that), too... its url can be found in the updaterconfig.xml.
It\'s much faster than let the updater rip down the art.
« Last Edit: January 14, 2005, 12:19:09 pm by peeg »
[ PSde ] - Join the german community!
Peeg Chaoswind - Mentor in The Rangers Of Yliakum

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
(No subject)
« Reply #4 on: January 14, 2005, 04:14:16 pm »
wget 170 files individually or groupings is going to be painfull too!

The tarball does not have to have the update content, just the bulk so that the updater has only a few files to update.

Oh, well updater is snailing along. Maybe it be finished tomorrow!

sekhmet

  • Hydlaa Resident
  • *
  • Posts: 137
    • View Profile
(No subject)
« Reply #5 on: January 14, 2005, 04:50:08 pm »
Yeah a torrent or ftp for the art would be nice, getting tha art is really slow.

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #6 on: January 14, 2005, 04:59:23 pm »
The updater runs faster if you run it with -auto ;)


Back to Planeshift again \\o/

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
(No subject)
« Reply #7 on: January 14, 2005, 05:21:34 pm »
Oi! This is bad!

52 minutes to get registry and manage getting 38% of the first zip file of 33 files with a total of 120.4 MB before cutting out.

Can the dev PLEASE create an art tarball for the Linux people and place it on the Download page.
« Last Edit: January 14, 2005, 05:23:51 pm by confused »

Aravi

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
(No subject)
« Reply #8 on: January 14, 2005, 05:32:30 pm »
The updater is faulty, it seems to tie the download and gui refresh loops together. Move your mouse over the screen repeatedly and you\'ll see what I mean.

psupdater -auto runs much faster. No gui ;)

With respect to wgetting a list of files, create a list of all the files you need to download and
Code: [Select]
for i in `cat filelist`; do
  wget $i
done


Neat, fast shell-fu :).

Androgos

  • Guest
(No subject)
« Reply #9 on: January 14, 2005, 06:03:37 pm »
Quote
Originally posted by Aravi
The updater is faulty, it seems to tie the download and gui refresh loops together.

No. It\'s 2 diffrent threads

Aravi

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
(No subject)
« Reply #10 on: January 14, 2005, 07:01:49 pm »
Ok, however it appears that the download speeds up if you move the mouse over the screen continuously - which is where that theory comes from.

Asraniel

  • Hydlaa Resident
  • *
  • Posts: 94
    • View Profile
(No subject)
« Reply #11 on: January 14, 2005, 07:19:44 pm »
i have the same theorie, and im more or less sure that its true, goes MUCH faster with --auto