Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Apr 12, 2022
1 parent 63177aa commit 28a8527
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
It is **not** required to set `tf_forced_holiday` for this plugin to work. In fact, you shouldn't.

0 comments on commit 28a8527

Please sign in to comment.