TerraFirmaCraft-The-Final-Frontier / FileDirector

Automated mod/file downloading.
https://www.curseforge.com/minecraft/mc-mods/filedirector
MIT License
8 stars 5 forks source link

Few ideas as enhancements #5

Open FranklinMCA opened 1 year ago

FranklinMCA commented 1 year ago
  1. Ability to delete a folder completely.
  2. Ability to have more than one remote link in a remote json, its for patches or something.
  3. Auto supersede files from downloaded zip patches.
FranklinMCA commented 1 year ago
  1. Delete downloaded zip files after extract to save space.
FranklinMCA commented 1 year ago
  1. Moving existing files from folder to a different folder.
FranklinMCA commented 1 year ago
  1. Rename existing files?
ACGaming commented 1 year ago

Ability to have more than one remote link in a remote json, its for patches or something.

As this is just a remote substitute for a local config, this is not planned. You could always stuff everything inside one bundle.json and point at it with a remote.json to keep config counts minimal.

Auto supersede files from downloaded zip patches.

Not entirely sure what you are getting at. Automatic disabling of already present files when extracting?

FranklinMCA commented 1 year ago

Ability to have more than one remote link in a remote json, its for patches or something.

As this is just a remote substitute for a local config, this is not planned. You could always stuff everything inside one bundle.json and point at it with a remote.json to keep config counts minimal.

Auto supersede files from downloaded zip patches.

Not entirely sure what you are getting at. Automatic disabling of already present files when extracting?

Automatic overrides of old files.

ACGaming commented 1 year ago

For extracting archives, that‘s already a thing, actually. I‘m going to streamline this with an overwrite installation policy for the upcoming update.