File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ** CS2FunMatchPlugin CS2类表演赛娱乐插件**
2
2
a showmatch like plugin for fun
3
3
4
- ## Features
4
+ ## Features
5
5
6
- ### random Fun every round 每回合随机一种娱乐模式
6
+ ### random fun mode every round 每回合随机一种娱乐模式
7
7
8
- ## Avaliable Fun 当前可使用的娱乐模式
8
+ ## Avaliable Fun/Mode 当前可使用的娱乐模式
9
9
10
10
### Bullet Teleport 瞬移子弹
11
11
### HealTeammates 攻击治疗队友
@@ -25,7 +25,22 @@ if you don't forward, you will get hurt.
25
25
26
26
## How to Install 如何安装
27
27
28
- ### 1.Install metamod & CounterstrikeSharp
28
+ ### 1.Install metamod & CounterstrikeSharp 安装metamod以及CounterstrikeSharp
29
29
see [ https://docs.cssharp.dev/docs/guides/getting-started.html ] ( https://docs.cssharp.dev/docs/guides/getting-started.html )
30
- ### 2.Put dll to plugins folder
31
-
30
+ ### 2.Put dll to plugins folder 将插件放于指定目录
31
+ ...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\FunMatchPlugin\FunMatchPlugin.dll
32
+
33
+ ## Plugin Console Commands 插件控制台相关指令
34
+ ` funlists ` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
35
+
36
+ ` fun_displayhelp ` will display help of every mode on round start 每回合开始播报模式帮助信息
37
+
38
+ ` !fun_displayhelp ` will NOT display help of every mode 停止播报模式帮助信息
39
+
40
+ ` fun_random ` will load random mode per round automaticly 启用每回合随机模式
41
+
42
+ ` !fun_random ` will not load any random mode per round automaticly 停用每回合随机模式
43
+
44
+ ` fun_load [num] ` load certain mode by num (num can be found in command "funlists") won't affect random load 手动加载模式 对应的数字可以在"funlists"指令查到 与随机模式独立
45
+
46
+ ` !fun_load [num] ` Unload certain mode by num (num can be found in command "funlists") 手动卸载模式
You can’t perform that action at this time.
0 commit comments