fosspill / FFXIV_Modding_Tool

FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
https://ffmt.pwd.cat/
GNU General Public License v3.0
47 stars 4 forks source link

Accept multiple modpacks at once #208

Closed fosspill closed 3 years ago

fosspill commented 3 years ago

FFMT should accept multiple modpacks at once. Preferably getting rid of -t and just accept free standing paths at the end of the commands - or between mpi and flags, for instance.

fosspill commented 3 years ago

Work on this is started. Idea is to make -t redundant by allowing: ffmt mpi mymodpack.ttmp --all ffmt mpi --all mymodpack.ttmp ffmt mpi --all *.ttmp ffmt mpi modpack1.ttmp modpack2.ttmp --all

fosspill commented 3 years ago

https://github.com/fosspill/FFXIV_Modding_Tool/commit/e8503c1c2748681a47e78421ae00e349570a28d8