From eedb0e39f9a2c7190f7fd730e96a09d68ba1934f Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Mar 2020 14:08:46 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6b70f44..d7ca450 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ Although these can be viewed ingame through the operator manual, the default key | Toggle keylock | L | | Toggle key bind set | K | +## Changing the UI file save type +As the UI can be moved and scaled, the system also saves the UI data as it is set by the user. By default, this identifier type uses `license` to name the JSON files saved in the `saves` folder. This can easily be changed by opening the `sv_saving.lua` file, then looking for the following line of code at the top: +```lua +DATASAVE.idType = "license" +``` +All you need to do is change the value, so for example, if I wanted the save files to be saved using Steam IDs, I would change the code to look like this: +```lua +DATASAVE.idType = "steam" +``` + ## Script configuration All of the configuration for the Wraith ARS 2X is done inside the `config.lua` file, below is a copy of the configuration file. All of the options have comments to describe what they do, along with the available options you can set. You have the ability to change the key binds for the large and small key set, the default operator menu options, and the default UI element scale and safezone. ```lua