mirror of
https://github.com/4sval/FModel.git
synced 2026-08-09 12:42:49 -05:00
Updated Settings Explanation (markdown)
parent
fcfddd3170
commit
ef90289211
|
|
@ -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/`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user