This is a set of repositories tracking assets for the Unvanquished game.
Assets packages tracked under UnvanquishedAssets umbrella:
To fetch assets you need the git version control system, and to build them you need the urcheon build tool, and its dependencies.
git clone https://github.com/UnvanquishedAssets/UnvanquishedAssets.git
cd UnvanquishedAssetsgit submodule update --init --recursive
git submodule foreach git fetch
git submodule foreach git checkout 'unvanquished/0.54.1'
urcheon prepare pkg/*.dpkdirYou can now use pkg/ as a pakpath with netradiant and with q3map2.
urcheon build pkg/*.dpkdirYou can now use build/test as pakpath with daemon.
shopt -s extglob
urcheon build -r 'unvanquished/0.54.1' pkg/!(map-*).dpkdir
urcheon build pkg/map-*.dpkdirurcheon package pkg/*.dpkdirYou can now use build/_pakdir/pkg as pakpath with daemon.
urcheon clean pkg/*.dpkdir