From d7ce2539041dd73f524d4b52d38bc2eeab28a763 Mon Sep 17 00:00:00 2001 From: ficool2 <34815548+ficool2@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:50:49 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c8fdb78..5710962 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ This client-side plugin bypasses integrity checks for items_games.txt and proto_ Beta branches `pre_07_25_23_demos` and `pre_smissmas_2022_demos` currently crash on boot due to the newer item schema. This plugin supports these branches and will also fix these crashes, by forcefully disabling item schema updating. ## Installation -* Download the latest release and extract the "addons" folder to TF2's main folder (../common/Team Fortress 2/tf). -* Go into tf/scripts/items, copy the items_game.txt and rename it to items_game_custom.txt. This file will be loaded instead of the original items_games.txt. proto_defs.vpd will still load the same file. -* Create a blank txt file in the same folder and name it "items_game_custom.txt.sig". -* Run the game with -insecure in the launch parameters. -* If successful, you should see the plugin loaded in console. +1. Download the latest release and extract the "addons" folder to TF2's main folder (../common/Team Fortress 2/tf). +2. If you installed this plugin just to stop the beta branches from crashing, skip to Step 5. +3. Go into tf/scripts/items, copy the items_game.txt and rename it to items_game_custom.txt. This file will be loaded instead of the original items_games.txt. proto_defs.vpd will still load the same file. +4. Create a blank txt file in the same folder and name it "items_game_custom.txt.sig". +5. Run the game with -insecure in the launch parameters. +6. If successful, you should see the plugin loaded in console. To disable the plugin, remove -insecure from the launch parameters. The game will not load plugins if -insecure is not present in the launch parameters, and multiplayer servers can then be joined normally. To fully uninstall, simply remove the "addons" folder. \ No newline at end of file