Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
2023-10-15 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fbef0102 committed Oct 15, 2023
1 parent 9b230a9 commit 5969848
Show file tree
Hide file tree
Showing 18 changed files with 494 additions and 460 deletions.
85 changes: 43 additions & 42 deletions LMC_Black_and_White_Notifier/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,53 +5,22 @@ Notifies selected team(s) when someone is on final strike and add glow
<br/>None

* Image | 圖示
* display who is black and white
> 顯示哪個玩家黑白
<br/>![LMC_Black_and_White_Notifier_1](image/LMC_Black_and_White_Notifier_1.jpg)
* display who healed
> 顯示誰治癒了黑白
<br/>![LMC_Black_and_White_Notifier_2](image/LMC_Black_and_White_Notifier_2.jpg)

* Apply to | 適用於
```
L4D2
```
* Translation Support | 支援翻譯
```
English
繁體中文
简体中文
```
* <details><summary>Changelog | 版本日誌</summary>
* v1.1h (2023-6-23)
* Fixed glow disappear when B&W player switches team
* v1.0h (2022-11-26)
* Request by Yabi
* Remake Code
* Converted plugin source to the latest syntax
* Changes to fix warnings when compiling on SourceMod 1.11.
* Support Translation
* Check Last Life every 1.0 second (For people using admin cheats and other stuff that changes survivor health)
* v2.0.2
* [By Lux](https://forums.alliedmods.net/showthread.php?p=2612147)
</details>
* display who is black and white (顯示哪個玩家黑白)
<br/>![LMC_Black_and_White_Notifier_1](image/LMC_Black_and_White_Notifier_1.jpg)
* display who healed (顯示誰治癒了黑白)
<br/>![LMC_Black_and_White_Notifier_2](image/LMC_Black_and_White_Notifier_2.jpg)

* Require | 必要安裝
1. [left4dhooks](https://forums.alliedmods.net/showthread.php?t=321696)
2. [[INC] Multi Colors](https://github.com/fbef0102/L4D1_2-Plugins/releases/tag/Multi-Colors)
1. [left4dhooks](https://forums.alliedmods.net/showthread.php?t=321696)
2. [[INC] Multi Colors](https://github.com/fbef0102/L4D1_2-Plugins/releases/tag/Multi-Colors)

* Similar Plugin | 相似插件
1. [l4d_blackandwhite](https://github.com/fbef0102/L4D1_2-Plugins/tree/master/l4d_blackandwhite): Notify people when player is black and white.
> 顯示誰是黑白狀態,比較少的提示與支援
1. [l4d_blackandwhite](https://github.com/fbef0102/L4D1_2-Plugins/tree/master/l4d_blackandwhite): Notify people when player is black and white.
> 顯示誰是黑白狀態,比較少的提示與支援
* <details><summary>ConVar | 指令</summary>

* cfg/sourcemod/LMC_Black_and_White_Notifier.cfg
* cfg/sourcemod/LMC_Black_and_White_Notifier.cfg
```php
// Enable black and white notification plugin?(1/0 = yes/no)
lmc_blackandwhite "1"
Expand Down Expand Up @@ -86,7 +55,39 @@ Notifies selected team(s) when someone is on final strike and add glow
</details>

* <details><summary>Command | 命令</summary>
None

None
</details>

* Apply to | 適用於
```
L4D2
```
* <details><summary>Translation Support | 支援翻譯</summary>
```
English
繁體中文
简体中文
```
</details>
* <details><summary>Changelog | 版本日誌</summary>
* v1.1h (2023-6-23)
* Fixed glow disappear when B&W player switches team
* v1.0h (2022-11-26)
* Request by Yabi
* Remake Code
* Converted plugin source to the latest syntax
* Changes to fix warnings when compiling on SourceMod 1.11.
* Support Translation
* Check Last Life every 1.0 second (For people using admin cheats and other stuff that changes survivor health)
* v2.0.2
* [By Lux](https://forums.alliedmods.net/showthread.php?p=2612147)
</details>
- - - -
Expand All @@ -96,7 +97,7 @@ Notifies selected team(s) when someone is on final strike and add glow
* 原理
* 救起玩家之後判定玩家是否為黑白狀態
* 支援其他恢复玩家血量的插件
* [LMC模組是由Lux大佬創建的插件](https://forums.alliedmods.net/showthread.php?t=286987),可以自由切換角色為任何模組
* [LMC模組是由Lux大佬創建的插件](https://forums.alliedmods.net/showthread.php?t=286987),可以自由切換角色為任何模組
* 功能
* 哪些人能看到黑白提示
Expand Down
78 changes: 40 additions & 38 deletions all4dead2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,9 @@ Enables admins to have control over the AI Director and spawn all weapons, melee
* All 4 Dead
<br/>![all4dead2_1](image/all4dead2_1.jpg)

* Apply to | 適用於
```
L4D2
```
* Translation Support | 支援翻譯
```
English
繁體中文
简体中文
```
* <details><summary>Changelog | 版本日誌</summary>
```php
//grandwazir @ 2009-2010
//Harry @ 2020-2023
```
* v3.6 (2023-3-11)
* Fixed translation phrase.
* <details><summary>How does it work?</summary>

* v3.5 (2023-1-27)
* Translation Support. Thanks to wyxls.
* v3.4
* [AlliedModder Post](https://forums.alliedmods.net/showpost.php?p=2719391&postcount=503)
* Convert All codes to new syntax.
* Add gamedata to support infected spawn (without being limit by director)
* Add All weapons、melee、items
* Add firework crate
* Add L4D2 "The Last Stand" two melee: pitchfork、shovel
* Spawn Witch Bride Model in c6m1 to prevent crash
* Add Gnome and Cola.
* Display menu forever
* v2.0
* [Original Plugin by grandwazir](https://forums.alliedmods.net/showthread.php?t=84609)
* Type !admin to call adm menu and you will see "ALL4DEAD" option
</details>

* Require | 必要安裝
Expand Down Expand Up @@ -131,8 +97,44 @@ Enables admins to have control over the AI Director and spawn all weapons, melee

</details>

* How to use
* Type !admin to call adm menu and you will see "ALL4DEAD" option
* Apply to | 適用於
```
L4D2
```
* Translation Support | 支援翻譯
```
English
繁體中文
简体中文
```
* <details><summary>Changelog | 版本日誌</summary>
```php
//grandwazir @ 2009-2010
//Harry @ 2020-2023
```
* v3.6 (2023-3-11)
* Fixed translation phrase.
* v3.5 (2023-1-27)
* Translation Support. Thanks to wyxls.
* v3.4
* [AlliedModder Post](https://forums.alliedmods.net/showpost.php?p=2719391&postcount=503)
* Convert All codes to new syntax.
* Add gamedata to support infected spawn (without being limit by director)
* Add All weapons、melee、items
* Add firework crate
* Add L4D2 "The Last Stand" two melee: pitchfork、shovel
* Spawn Witch Bride Model in c6m1 to prevent crash
* Add Gnome and Cola.
* Display menu forever
* v2.0
* [Original Plugin by grandwazir](https://forums.alliedmods.net/showthread.php?t=84609)
</details>
- - - -
# 中文說明
Expand Down
52 changes: 25 additions & 27 deletions l4d2_biletheworld/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,10 @@ Vomit Jars hit Survivors, Boomer Explosions slime Infected.
* [Video | 影片展示](https://youtu.be/jdkrz0vJoXo)

* Image | 圖示
* Boomer Explosions slime Infected.
> Boomer爆炸的膽汁噴到特感身上
<br/>![l4d2_biletheworld_1](image/l4d2_biletheworld_1.jpg)
* Vomit Jars hit Survivors
> 膽汁瓶會噴到倖存者身上
<br/>![l4d2_biletheworld_2](image/l4d2_biletheworld_2.jpg)

* Apply to | 適用於
```
L4D2
```
* <details><summary>Changelog | 版本日誌</summary>
```php
//AtomicStryker @ 2010-2017
//HarryPotter @ 2022
```
* v1.3.1 (2022-12-27)
* [AlliedModder Post](https://forums.alliedmods.net/showpost.php?p=2771151&postcount=124)
* Remake code
* Remove gamedata
* If player throws Vomit Jar to teammate, reduce his hp :D
* v1.0.7
* [Original Request by AtomicStryker](https://forums.alliedmods.net/showthread.php?t=132264)
</details>
* Boomer Explosions slime Infected. (Boomer爆炸的膽汁噴到特感身上)
<br/>![l4d2_biletheworld_1](image/l4d2_biletheworld_1.jpg)
* Vomit Jars hit Survivors (膽汁瓶會噴到倖存者身上)
<br/>![l4d2_biletheworld_2](image/l4d2_biletheworld_2.jpg)

* Require | 必要安裝
1. [left4dhooks](https://forums.alliedmods.net/showthread.php?t=321696)
Expand Down Expand Up @@ -61,6 +38,27 @@ Vomit Jars hit Survivors, Boomer Explosions slime Infected.
None
</details>

* Apply to | 適用於
```
L4D2
```
* <details><summary>Changelog | 版本日誌</summary>
```php
//AtomicStryker @ 2010-2017
//HarryPotter @ 2022
```
* v1.3.1 (2022-12-27)
* [AlliedModder Post](https://forums.alliedmods.net/showpost.php?p=2771151&postcount=124)
* Remake code
* Remove gamedata
* If player throws Vomit Jar to teammate, reduce his hp :D
* v1.0.7
* [Original Request by AtomicStryker](https://forums.alliedmods.net/showthread.php?t=132264)
</details>
- - - -
# 中文說明
膽汁瓶會噴到倖存者身上,Boomer爆炸的膽汁噴到特感、Tank、Witch、普通感染者
Expand Down
93 changes: 47 additions & 46 deletions l4d2_gifts/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,7 @@ Drop gifts (touch gift to earn reward) when a special infected or a witch/tank k

* Image | 圖示
* Drop Gifts
> 掉落禮物
<br/>![l4d2_gifts_1](image/l4d2_gifts_1.jpg)

* Apply to | 適用於
```
L4D2
```

* Translation Support | 支援翻譯
```
English
繁體中文
简体中文
```

* <details><summary>Changelog | 版本日誌</summary>

```php
//[X]Aceleracion @ 2017
//HarryPotter @ 2022-2023
```
* v3.2 (2023-6-9)
* Add a convar, prevent survivors from switching into new weapons and items when they open gifts
* Create Fake weapon_drop event

* v3.0 (2022-12-26)
* Request by Anzu
* Add health gift, survivor could increase or lose health

* v2.9 (2022-12-2)
* Add cvars to control glow color and range
* Translation Support

* v2.8
* Remake Code
* Remove rotation, and some static models
* Add L4D2 "The Last Stand" two melee: pitchfork、shovel
* Add All weapons、melee、items
* Add laser、firework crate、ammo、incendiary ammo、explosive_ammo
* Use left4dhooks instead
* Remove points
* Add glow flashing

* v1.3.6.1
* [Original Plugin by Aceleracion](https://forums.alliedmods.net/showthread.php?t=302731)
</details>
<br/>![l4d2_gifts_1](image/l4d2_gifts_1.jpg)

* Require | 必要安裝
1. [left4dhooks](https://forums.alliedmods.net/showthread.php?t=321696)
Expand Down Expand Up @@ -144,6 +99,52 @@ Drop gifts (touch gift to earn reward) when a special infected or a witch/tank k
* Special Gift: l4d2_gifts.sp line 111
> __Note__ Recompile after modify

* Apply to | 適用於
```
L4D2
```

* <details><summary>Translation Support | 支援翻譯</summary>

```
English
繁體中文
简体中文
```
</details>

* <details><summary>Changelog | 版本日誌</summary>

```php
//[X]Aceleracion @ 2017
//HarryPotter @ 2022-2023
```
* v3.2 (2023-6-9)
* Add a convar, prevent survivors from switching into new weapons and items when they open gifts
* Create Fake weapon_drop event

* v3.0 (2022-12-26)
* Request by Anzu
* Add health gift, survivor could increase or lose health

* v2.9 (2022-12-2)
* Add cvars to control glow color and range
* Translation Support

* v2.8
* Remake Code
* Remove rotation, and some static models
* Add L4D2 "The Last Stand" two melee: pitchfork、shovel
* Add All weapons、melee、items
* Add laser、firework crate、ammo、incendiary ammo、explosive_ammo
* Use left4dhooks instead
* Remove points
* Add glow flashing

* v1.3.6.1
* [Original Plugin by Aceleracion](https://forums.alliedmods.net/showthread.php?t=302731)
</details>

- - - -
# 中文說明
殺死特感會掉落禮物盒,會獲得驚喜物品,聖誕嘉年華
Expand Down
Binary file added l4d2_item_hint/image/l4d2_item_hint_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added l4d2_item_hint/image/zho/l4d2_item_hint_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5969848

Please sign in to comment.