From 28a8527380f5e6931abb33f5e7346f60fd246d3d Mon Sep 17 00:00:00 2001 From: Mikusch Date: Tue, 12 Apr 2022 10:12:26 +0200 Subject: [PATCH] Update README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c0e55d8..38a4faf 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,14 @@ This is a plugin that allows players to equip cosmetics with a Halloween / Full ### I already have a plugin that does the same thing. Why would I need this? -Most community servers and similar plugins end up setting `tf_forced_holiday` to a value that enables Halloween / Full Moon and manually remove the annoying parts that come with it, such as Halloween souls, crit pumpkins and the Thriller -taunt. +Most servers and similar plugins set `tf_forced_holiday` to a value that allows holiday-restricted cosmetics to be equipped all year around. -However, this method causes several problems: +However, this causes several problems: 1. Maps that use the `tf_logic_on_holiday` entity to determine the current active holiday will always think that it is currently Halloween. -2. Even if it actually is Halloween, many plugins will still remove related entities. -3. `tf_forced_holiday` can not be set to another value, or else Halloween cosmetics and spells will cease to function. +2. Even if it actually is Halloween or Full Moon, many of those plugins will still unintentionally remove or block holiday features, such as Halloween soul packs or Thriller taunts. +3. If `tf_forced_holiday` is set to another value, Halloween cosmetics and spells will cease to function. -This plugin solves all of these problems. +This plugin solves all of these problems. It enables Halloween cosmetics and spells to work all year around, while allowing the TF2 holidays to occur as they normally would. -It enables Halloween cosmetics and spells to work all year around, while allowing the TF2 holidays to occur as they normally would. \ No newline at end of file +It is **not** required to set `tf_forced_holiday` for this plugin to work. In fact, you shouldn't. \ No newline at end of file