Coder Social home page Coder Social logo

unvanquishedassets / map-yocto_src.dpkdir Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 37.25 MB

An undersea research base map for the Unvanquished game project

Home Page: https://unvanquished.net

GLSL 11.97% ShaderLab 87.95% Python 0.08%
game game-art art level-design

map-yocto_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-yocto_src.dpkdir's People

Contributors

illwieckz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

map-yocto_src.dpkdir's Issues

possible error in one ladder

map contains this snippet:

( -192 600 836 ) ( -192 596 836 ) ( -224 600 836 ) common/ladder 48 0 0 0.25 0.25 134217728 0 0 
( -196 600 824 ) ( -228 600 824 ) ( -196 600 768 ) common/ladder 0 0 0 0.25 0.25 134217728 0 0 
( -196 600 824 ) ( -196 600 768 ) ( -196 596 824 ) common/ladder 0 0 0 0.25 0.25 134217728 0 0 
( -228 596 768 ) ( -196 596 768 ) ( -228 600 768 ) common/ladder 0 0 0 0.25 0.25 134217728 0 0 
( -228 594 764 ) ( -228 594 820 ) ( -196 594 764 ) common/ladder 0 48 0 0.25 0.25 134217728 0 0 
( -228 596 768 ) ( -228 600 768 ) ( -228 596 824 ) common/ladder 0 0 0 0.25 0.25 134217728 0 0 
( 64 596 836 ) ( -64 594 820 ) ( -64 596 836 ) common/ladder 0 48 0 0.25 0.25 134217728 0 0 

Last line corresponds approximately to this position (player's position, and I'm looking at the ladder corresponding to other triangles):
2022-01-02-161830_1366x758_scrot

missing texture on disabled elevator rail

It's hard to notice, but there is a missing textures on the vertical rail for the disabled elevator.

yocto bug

yocto bug

It's probably expected to be a (disabled or white) light, given the enabled elevator has (purple) lights at this precise place:

yocto bug

several disconnected navmeshes

THere are several severed navmeshes, affecting all classes except dretches, mantis and humans. Dragoons and tyrants have additional ones. They can be fixed manually by adding junctions in /navedit mode, but maybe it would be better to simply change the geometry.

Marauder class and bigger:
https://p.mort.coffee/L2H.png

Dragoons class and bigger:
https://p.mort.coffee/zQz.png

Tyrants only:
https://p.mort.coffee/GfD.png

This is probably rather easy to fix for someone knowing how to use netradiant.

To view navmeshes for tyrants (it shows flickering stuff): /navedit enable level4. If tyrants can pass, others can too.

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.