AMP icon indicating copy to clipboard operation
AMP copied to clipboard

Generic Config files subdirectory

Open IceOfWraith opened this issue 3 years ago • 0 comments

Feature Request

Feature Information:

I'd like to propose a new method to help clean up and handle config files. This would clear up clutter, allow for config files to match names between games (Game.ini is in multiple games), and avoid update steps/stores the configs locally. This also would prevent mismatched config files as you would only receive the latest templates when you get the latest configs.

Currently, they are all placed in the main directory on GH. I suggest users should create sub-folders that match the game's kvp name (conan-exiles.kvp folder would be conan-exiles). Only the kvp file will be in the main directory. The json and any base configs/template files would all go into the sub-folder. All the folders would be downloaded to a base AMP ADS install. A new setting would be created that ADS would use to grab all the files within the sub-folder and places them into the root directory of newly created instances using a format like: app.ConfigDirectory=./conan-exiles.

I confirm:

  • [x] that I have searched for an existing feature request matching the description.

IceOfWraith avatar Feb 12 '22 08:02 IceOfWraith