Skip to content

Commit 8b44796

Browse files
authored
Update README
1 parent 7b2964d commit 8b44796

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# [TF2] Halloween Cosmetic Enabler
1+
# Halloween Cosmetic Enabler
22

3-
This is a plugin that allows players to equip cosmetics with a Halloween / Full Moon restriction all year around.
3+
This is a Team Fortress 2 plugin that allows players to equip cosmetics with a Halloween / Full Moon restriction all year around.
44

5-
### I already have a plugin that does the same thing. Why would I need this?
5+
### How is this different from setting `tf_forced_holiday` or using other similar plugins?
66

7-
Most servers and similar plugins set `tf_forced_holiday` to a value that allows holiday-restricted cosmetics to be equipped all year around.
7+
Simply setting `tf_forced_holiday` can cause a few issues:
88

9-
However, this causes several problems:
9+
1. The `tf_logic_on_holiday` entity will always think that it is currently Halloween, breaking compatibility with custom maps that want to determine the currently active holiday.
10+
2. If `tf_forced_holiday` is set to another value, Halloween cosmetics and spells will cease to function.
1011

11-
1. Maps that use the `tf_logic_on_holiday` entity to determine the current active holiday will always think that it is currently Halloween.
12-
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.
13-
3. If `tf_forced_holiday` is set to another value, Halloween cosmetics and spells will cease to function.
12+
Furthermore, other similar plugins are known to remove or block holiday features, such as Halloween soul packs or
13+
Thriller taunts.
1414

15-
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.
15+
This plugin solves all these issues, only enabling what it needs to in order to allow players to equip their holiday-restricted items at all times.
1616

17-
It is **not** required to set `tf_forced_holiday` for this plugin to work. In fact, you shouldn't.
17+
> [!IMPORTANT]
18+
> It is **not** required to set `tf_forced_holiday` for this plugin to work. In fact, you **shouldn't**.

0 commit comments

Comments
 (0)