From d659e0fa4186687792842202b5c2343876db79a2 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Sun, 27 Oct 2024 11:08:57 +0100 Subject: [PATCH] Refactor README.md: Remove ExtraFileVerification section --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 6d68b47d..ce117b3a 100644 --- a/README.md +++ b/README.md @@ -126,30 +126,6 @@ Builds for macOS may not work on Windows/Linux and vice-versa. --- -### ExtraFileVerification - -The Extra File Verification System - -ExtraFileVerification prevents the use of unapproved mods in HeliosLauncher by verifying the integrity of each mod from the distribution, blocking unauthorized changes, and ensuring a secure, reliable gaming experience. - -**How to active this ?** - -```console -> npm run extraverif -``` - -``` -Would you like to activate extra file verification? (yes/no): yes -Would you like to activate debug mode? (yes/no): yes -Would you like to hide or block the menu? (hide/block): block - -Extra file verification activated. Menu blocked. -``` - -You can choose whether extra file verification hides the mod category or blocks interaction with the drop-in mod. - ---- - ### Visual Studio Code All development of the launcher should be done using [Visual Studio Code][vscode].