About
TribesArchive is an unofficial, non-commercial Tribes fan project. All game assets, audio, and trademarks are the property of their respective owners and are used here for historical preservation. Not endorsed by or affiliated with any rights holders.
Have demos? Feedback? shazbot@tribesarchive.org
Bulk Downloads
To facilitate bulk file downloads, use one of the lists below with a download tool such as wget or aria2:
- https://tribesarchive.org/download/tribesarchive-t1-files.txt — All Tribes 1 demos and shoutcasts.
# wget — downloads into directories matching the URL structure
wget -x -nH --cut-dirs=1 -i https://tribesarchive.org/download/tribesarchive-t1-files.txt
# aria2 — faster, downloads 16 files in parallel
aria2c -x4 -j16 -d tribesarchive -i <(curl -s https://tribesarchive.org/download/tribesarchive-t1-files.txt)