Come Chat with us live! Learn how HERE!
love to see you do that on vista.
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
Tremmapdownload v.0.2 (Beta)Copyright: Somethief 2006Downloading tremmapdownload.phpDownloaded tremmapdownload.phpNew maps found: 20Downloading map-gloom_b1.pk3Error downloading map-gloom_b1.pk3!Downloading dark.pk3Error downloading dark.pk3!Downloading map_powergrid_b25.pk3Error downloading map_powergrid_b25.pk3!Downloading map-arachnid2-1.1.0.pk3Error downloading map-arachnid2-1.1.0.pk3!Downloading map-atcs-1.1.0.pk3Error downloading map-atcs-1.1.0.pk3!Downloading map-derelictb-beta03.pk3Error downloading map-derelictb-beta03.pk3!Downloading map-gloom2beta2.pk3Error downloading map-gloom2beta2.pk3!Downloading map-battlezone_b2.pk3Error downloading map-battlezone_b2.pk3!Downloading highrise1.pk3Error downloading highrise1.pk3!Downloading map-gloom3t.pk3Error downloading map-gloom3t.pk3!Downloading map-karith-1.1.0.pk3Error downloading map-karith-1.1.0.pk3!Downloading map-marsbase_b2.pk3Error downloading map-marsbase_b2.pk3!Downloading map-meep_b2.pk3Error downloading map-meep_b2.pk3!Downloading map-nexus6-1.1.0.pk3Error downloading map-nexus6-1.1.0.pk3!Downloading map-niveus-1.1.0.pk3Error downloading map-niveus-1.1.0.pk3!Downloading map-pulse-beta3-1.1.0.pk3Error downloading map-pulse-beta3-1.1.0.pk3!Downloading map-transit-1.1.0.pk3Error downloading map-transit-1.1.0.pk3!Downloading map-tremor-1.1.0.pk3Error downloading map-tremor-1.1.0.pk3!Downloading map-UTCSb2.pk3Error downloading map-UTCSb2.pk3!Downloading map-uncreation-1.1.0.pk3Error downloading map-uncreation-1.1.0.pk3!Done.great program.anybody know where i can actualy get the maps i actually dont have?
anybody know where i can actualy get the maps i actually dont have?
--04:49:05-- http://tremmap.omgwtf.nl/map-pulse-beta3-1.1.0.pk3 => `map-pulse-beta3-1.1.0.pk3'Connecting to tremmap.omgwtf.nl|62.163.191.140|:80... connected.HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable The file is already fully retrieved; nothing to do.
HAVE FUN PPL, IT'S THE MEANING OF LIFE TO LOOK AT THE BRIGHT SIDE OF IT!
Aw the "available for mac" isn't in the changes list
the $[ ] has been deprecated and is going to be removed, so for future proofingCode: [Select]#!/bin/bash#get the raw file listFiles=`wget http://tremmap.omgwtf.nl/tremmapdownload.php -q -O -`#line countLines=`echo -e "$Files" | wc -l`#download the files (skip the first 3 lines, they are a header)echo -e "$Files" | tail --lines=$(($Lines - 3)) - | wget -i - -c -B http://tremmap.omgwtf.nl/i also added the -c
#!/bin/bash#get the raw file listFiles=`wget http://tremmap.omgwtf.nl/tremmapdownload.php -q -O -`#line countLines=`echo -e "$Files" | wc -l`#download the files (skip the first 3 lines, they are a header)echo -e "$Files" | tail --lines=$(($Lines - 3)) - | wget -i - -c -B http://tremmap.omgwtf.nl/
it uses the surrent directory.stick a cd ~/.tremulous/base at the top.should prob also do DIRTMP=`pwd` at the top and cd $DIRTMP at the bottom so it leaves you where it found you.
$ . ./updatemaps
Quote from: "David"it uses the surrent directory.stick a cd ~/.tremulous/base at the top.should prob also do DIRTMP=`pwd` at the top and cd $DIRTMP at the bottom so it leaves you where it found you.why? i don't think many people will run it as Code: [Select] $ . ./updatemaps without the leading '.', it is executed in a new shell, and cd has no affect on the parent shell
Code: [Select]#!/bin/bash#get the raw file listFiles=`wget http://tremmap.omgwtf.nl/tremmapdownload.php -q -O -`#line countLines=`echo -e "$Files" | wc -l`#download the files (skip the first 3 lines, they are a header)echo -e "$Files" | tail --lines=$(($Lines - 3)) - | wget -i - -c -B http://tremmap.omgwtf.nl/
#!/bin/bashwget http://tremmap.omgwtf.nl/tremmapdownload.php -q -O - | tail -n+4 | wget -i - -c -B http://tremmap.omgwtf.nl/
Thats what we need, helpful players, not more powerful admins.
Is it just me, or has the site been thoroughly ddosed by this?Anyway, I'd like to be able to set up my own map repository on my site, since I have unlimited bandwidth anyway.
A new version could use checksums, mirrors, and multiple concurrent downloads.
is that a problem?maby we could make the script use a random mirror.
Quote from: "Undeference"A new version could use checksums, mirrors, and multiple concurrent downloads.And bittorrent.