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

Add ability to provide rpfm_reserved files or options when creating or adding to a pack using rpfm_cli #274

Open
ilia-r-s opened this issue Oct 5, 2023 · 2 comments

Comments

@ilia-r-s
Copy link

ilia-r-s commented Oct 5, 2023

Possible usage example:
rpfm_cli --game empire pack create -p my.pack --settings settings.rpfm_reserved.json --notes notes.rpfm_reserved.md

@Frodo45127
Copy link
Owner

It already should work adding them as normal files. It's just the added files do not show up as files.

@ilia-r-s
Copy link
Author

ilia-r-s commented Oct 6, 2023

I see. This part, indeed, works. However, my concern is, when you add a folder using cli, the files which are marked to be ignored in the settings are imported anyway.

An example of what I do:

rpfm_cli --game empire pack create -p my.pack
rpfm_cli --game empire pack add -p my.pack -f tgg_core/settings.rpfm_reserved.json
rpfm_cli --game empire pack add -p my.pack -F tgg_core

compile.sh file is listed to ignore in settings.rpfm_reserved.json, but is imported anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants