Coder Social home page Coder Social logo

map-antares_src.dpkdir's Introduction

Unvanquished Assets

This is a set of repositories tracking assets for the Unvanquished game.

Repositories

Assets packages tracked under UnvanquishedAssets umbrella:

Repository Issues Merges
map-antares_src.dpkdir issues merges
map-chasm_src.dpkdir issues merges
map-forlorn_src.dpkdir issues merges
map-parpax_src.dpkdir issues merges
map-perseus_src.dpkdir issues merges
map-plat23_src.dpkdir issues merges
map-spacetracks_src.dpkdir issues merges
map-station15_src.dpkdir issues merges
map-thunder_src.dpkdir issues merges
map-vega_src.dpkdir issues merges
map-yocto_src.dpkdir issues merges
res-ambient_src.dpkdir issues merges
res-buildables_src.dpkdir issues merges
res-legacy_src.dpkdir issues merges
res-players_src.dpkdir issues merges
res-soundtrack_src.dpkdir issues merges
res-voices_src.dpkdir issues merges
res-weapons_src.dpkdir issues merges
tex-all_src.dpkdir issues merges
tex-common_src.dpkdir issues merges
tex-ej01_src.dpkdir issues merges
tex-exm_src.dpkdir issues merges
tex-ex_src.dpkdir issues merges
tex-pk01_src.dpkdir issues merges
tex-pk02_src.dpkdir issues merges
tex-space_src.dpkdir issues merges
tex-tech_src.dpkdir issues merges
tex-trak5_src.dpkdir issues merges
tex-vega_src.dpkdir issues merges
unvanquished_src.dpkdir issues merges

Fetching, building, packaging

To fetch assets you need the git version control system, and to build them you need the urcheon build tool, and its dependencies.

Clone this repository, enter it

git clone https://github.com/UnvanquishedAssets/UnvanquishedAssets.git
cd UnvanquishedAssets

Clone every package

git submodule update --init --recursive

Fetch updates for every package

git submodule foreach git fetch

Checkout reference for every package

git submodule foreach git checkout 'unvanquished/0.54.1'

Prepare assets for mapping (generate IQM models and materials for example)

urcheon prepare pkg/*.dpkdir

You can now use pkg/ as a pakpath with netradiant and with q3map2.

Build test dpkdir (using final formats) for every package

urcheon build pkg/*.dpkdir

You can now use build/test as pakpath with daemon.

Build delta test dpkdir for everything but maps, and complete dpkdir for maps

shopt -s extglob
urcheon build -r 'unvanquished/0.54.1' pkg/!(map-*).dpkdir
urcheon build pkg/map-*.dpkdir

Packaging final release dpk for every package

urcheon package pkg/*.dpkdir

You can now use build/_pakdir/pkg as pakpath with daemon.

Cleaning built files

urcheon clean pkg/*.dpkdir

Credits

map-antares_src.dpkdir's People

Contributors

illwieckz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

map-antares_src.dpkdir's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.