cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Allow user to change dir locations #44

Closed duran55 closed 6 months ago

duran55 commented 6 months ago

Can you please add a conf file where below paths can be set by the user:

to change mod downloads path from ~/Downloads to something else. to change ammo_conf_dir and ammo_mods_dir paths.

cyberrumor commented 6 months ago

Yeah, I can do that. I'll probably make these arguments, then you can add those arguments to an alias if you need them to persist.

For example, ammo --downloads=/path/to/downloads --conf=/path/to/conf

cyberrumor commented 6 months ago

Let me know if this suits your needs: https://github.com/cyberrumor/ammo/commit/087b45c201bb96d9c2b85fa35b5e4cd21c7b1a25

duran55 commented 6 months ago

Yeah, this seems will do the work. Thank you very much :+1: