Home
Download Center
Bonus info:
You can also access the download center directly by going to http://downloads.mercenariesguild.net.
Put the following in your server.cfg if you would like to use our repository for http downloads.
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://downloads.mercenariesguild.net"
sets sv_dlURL "http://downloads.mercenariesguild.net"
Here is a quick script to get all the maps and keep them all up to date using wget (wget is also available for windows)
#!/bin/bash
cd ~/.tremulous/base
wget http://downloads.mercenariesguild.net/maps/ -c -nv -np -r -l1 -nd -nH -A*.pk3
wget http://downloads.mercenariesguild.net/md5.list &>/dev/null
md5sum -c ./md5.list