rpfm
rpfm copied to clipboard
Add ability to provide rpfm_reserved files or options when creating or adding to a pack using rpfm_cli
Possible usage example:
rpfm_cli --game empire pack create -p my.pack --settings settings.rpfm_reserved.json --notes notes.rpfm_reserved.md
It already should work adding them as normal files. It's just the added files do not show up as files.
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.