Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Oct 25, 2024
1 parent 50f0117 commit 089fd03
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Plugins

- **[L4D2 Tank Draw](/l4d2_tank_draw)**: Adds a "lucky draw" feature when a Tank is killed by a melee weapon. The player who delivers the final melee blow gets a chance to win various prizes affecting gameplay.
- **[L4D2 Tank Trigger](/l4d2_tank_trigger)**: Adds new triggers to spawn tank.

### Other Language

Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
## 插件

- **[L4D2 Tank Draw](/l4d2_tank_draw)**: 玩家用近战武器杀死 Tank 时,会触发“幸运抽奖”功能。最后一击的玩家有机会赢得影响游戏玩法的各种奖励。
- **[L4D2 Tank Trigger](/l4d2_tank_trigger)**: 加入新的触发坦克的方式
2 changes: 2 additions & 0 deletions l4d2_tank_draw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The plugin includes the following possible prizes:
13. Clear all players' health
14. Disarm all players
15. Disarm lucky player
16. A lucky tank
17. Revive all dead survivors

## Configuration

Expand Down
2 changes: 2 additions & 0 deletions l4d2_tank_draw/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
13. 清空所有玩家的生命值
14. 缴械所有玩家
15. 缴械幸运玩家
16. 一个幸运坦克
17. 复活所有死亡幸存者

## 配置

Expand Down
18 changes: 18 additions & 0 deletions l4d2_tank_trigger/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# L4D2 Tank Trigger

## Basic Function

Add several triggers to randomly spawn tank.

## Trigger

1. Killing witch
2. Trigger car alarm

## Configuration

To customize the plugin, look for the `l4d2_tank_trigger.cfg` file in your SourceMod `addons/sourcemod/configs/` directory after running the plugin on your server first time.

#### Other language

[简体中文](/l4d2_tank_trigger/README_CN.md)
14 changes: 14 additions & 0 deletions l4d2_tank_trigger/README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# L4D2 Tank Trigger

## 基本功能

添加一些新的触发生成坦克的方式

## 触发条件

1. 杀死女巫
2. 触发车警报器

## 配置

要自定义插件,请在您第一次在服务器上运行插件后,前往 SourceMod 的`addons/sourcemod/configs/`目录下找到并修改`l4d2_tank_trigger.cfg`文件。

0 comments on commit 089fd03

Please sign in to comment.