From a7bd49db2b895582f9c3fedb337969bb303115f0 Mon Sep 17 00:00:00 2001 From: katboi01 Date: Fri, 13 Oct 2023 21:27:03 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ff25f..cd5c1b1 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,17 @@ It provides a simple UI for updating the translation files for when new updates Most recent build is packaged with KF3TL's main download. -Upon starting the game, if a new update is available, a button will appear at the top of the screen that can be clicked. +Upon starting the game, an indicator will appear in upper left corner of the game window. -Clicking the button will begin to download and extract the translation files (existing files will be overwritten!) +If a new version of the update is detected, a popup will open where you can change settings, download the update or ignore it. + +Clicking the download button will begin to download and extract the translation files (existing files will be overwritten!) After the update, the game has to be restarted for the changes to take effect. This is a limitation of XUnity which loads translation files on startup. -If there are no new updates, or when the update finishes, the plugin disables itself and does not affect the game. +If there are no new updates, you can access settings by clicking the indicator's settings button when the game starts. + +After installing or cancelling the update, the addon removes itself from the game.

Build