From ef90289211012a360a6eeefc84194e370566c06d Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 24 Aug 2022 00:29:50 +0200 Subject: [PATCH] Updated Settings Explanation (markdown) --- Settings-Explanation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings-Explanation.md b/Settings-Explanation.md index 59650e3..ae396f2 100644 --- a/Settings-Explanation.md +++ b/Settings-Explanation.md @@ -68,7 +68,7 @@ Really useful to enable/disable parts of the package's deserialization process. These two are for people who know what they are doing and allow you to customize endpoints used to fetch [AES encryption key]() and [mappings](). They both use the [JSONPath syntax](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html) to reformat the endpoint response in order for FModel to understand it dynamically. ### AES -This expression can either return a single element, that represents the main AES encryption key, or a set of 2 elements where the first one is the main AES encryption key and the second one is the list of dynamic keys. Said list should at least be formatted as follow: +This expression can either return a single element, that represents the main AES encryption key, or a set of 2 elements where the first one is the main AES encryption key and the second one is the list of dynamic keys. The said list should at least be formatted as follow: ```jsonc [ { @@ -80,7 +80,7 @@ This expression can either return a single element, that represents the main AES ``` ### Mapping -This expression can either return 1 element or a set of up to 2 elements. The first one represents the mapping download URL and the second one represents the mapping file name. If said file name is unspecified, it will be grabbed from the URL. +This expression can either return 1 element or a set of up to 2 elements. The first one represents the mapping download URL and the second one represents the mapping file name. If the said file name is unspecified, it will be grabbed from the URL. ## Keep Directory Structure If enabled, the package's property will be auto-saved according to its game directory structure. Else it will be auto-saved, by default, at `/Output/Exports/`.