Announcement

Collapse
No announcement yet.

Download all quaddicted.com maps

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Download all quaddicted.com maps

    For those of you who use GNU/linux, *BSD, or have cygwin installed, here's a quick way to download all of the single-player maps from quaddicted.com. Put this code in a file (mines named quake-dl.sh):
    Code:
    #!/bin/sh
    
    wget http://quaddicted.com/filebase/filebase_files.txt
    
    for i in `cat filebase_files.txt`;
        wget http://quaddicted.com/filebase/$i
    done
    then make the file executable; chmod +x quake-dl.sh, and run it; ./quake-dl.sh.

    Have fun!
    Gentoo Linux

  • #2
    There's 1.2 GB of maps, with 34 404's.
    Gentoo Linux

    Comment


    • #3
      Don't! That file was more than 2 years old. I removed it now.
      Just use this:
      Code:
      wget -r -np -l 1 -nH -A zip -w 1 http://www.quaddicted.com/filebase/
      You might want to not download the music packs. Maybe also the speedmaps and map sources.
      Quake 1 Singleplayer Maps and Mods

      Comment


      • #4
        Bah- personally I just go to the Quaddicted maps site itself and do a few filters by rating or by the off chance a crazy keyword that suits my crazy tastes pops up.
        Or else you will NEVER get through them all.
        Check out my awesome Deviant art page!
        Quake fanart (obviously included)!

        http://harry-the-fox.deviantart.com/

        Comment

        Working...
        X