Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple asset and config pack search paths #631

Closed
TheJJ opened this issue Oct 7, 2016 · 1 comment
Closed

Multiple asset and config pack search paths #631

TheJJ opened this issue Oct 7, 2016 · 1 comment
Labels
area: assets Involved with assets (images, sounds, ...) lang: c++ Done in C++ code lang: python Done in Python code nice new thing ☺ A new feature that was not there before

Comments

@TheJJ
Copy link
Member

TheJJ commented Oct 7, 2016

After #630 is implemented, we need to add support for locating and overlaying files from the different search paths.

That way, we can have global assets in /usr/share/openage, local (converted) assets in ~/.local/share/openage/

Assets can either be in .tar.* archives or extracted folders in the search paths. The mounting of archives is done transparently by #630.

Basically, we will adhere to http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

Fixes #610
Depends on #630

@TheJJ TheJJ added nice new thing ☺ A new feature that was not there before lang: c++ Done in C++ code lang: python Done in Python code area: assets Involved with assets (images, sounds, ...) labels Oct 7, 2016
@TheJJ TheJJ added this to the nyan milestone Oct 7, 2016
@TheJJ TheJJ removed this from the nyan milestone Jan 10, 2017
@TheJJ
Copy link
Member Author

TheJJ commented Jan 10, 2017

superseeded by #691

@TheJJ TheJJ closed this as completed Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: assets Involved with assets (images, sounds, ...) lang: c++ Done in C++ code lang: python Done in Python code nice new thing ☺ A new feature that was not there before
Projects
None yet
Development

No branches or pull requests

1 participant