a showmatch like plugin for fun
get hurt continually, your teammates can heal you. 持续受到伤害 只有队友能帮你活下去
if you don't jump, you will get hurt. 不跳就会收到伤害
will noclip on for a while. 每隔一段时间切换一次状态 包点无法起飞
low gravity, counterforce enabled (like that in space). 低重力 射击会有一定反作用力
if you don't forward, you will get hurt. 不按住w则会收到伤害
Ts aim to take soccer ball to CTspawn, while CTs will stop them. T需要将足球踢进CT出生点
see https://docs.cssharp.dev/docs/guides/getting-started.html
...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\FunMatchPlugin\FunMatchPlugin.dll
fun_lists
Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
fun_displayhelp
will display help of every mode on round start 每回合开始播报模式帮助信息 @css/root required
!fun_displayhelp
will NOT display help of every mode 停止播报模式帮助信息 @css/root required
fun_random
will load random mode per round automaticly 启用每回合随机模式 @css/root required
!fun_random
will not load any random mode per round automaticly 停用每回合随机模式 @css/root required
fun_load [num]
load certain mode by num (num can be found in command "fun_lists") won't affect random load 手动加载模式 对应的数字可以在"funlists"指令查到 与随机模式独立 @css/root required
!fun_load
Unload mode you manually load (num can be found in command "fun_lists") 卸载手动加载的模式 @css/root required
if you would like to configurate something, pls put config here 修改模式默认配置 请将配置文件放在此文件夹 ...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\configs\plugins\FunMatchPlugin
FunMatchPlugin.json
will configure enable or disable modes and how modes work. 该文件会配置是否启用特定模式,特定模式的参数
CustomModes.json
will add new custom console-only mode to this plugin. 该文件会配置仅控制台自定义新模式并加入游戏中
you will need .cfg files to add custom console-only mode. 该模式基于.cfg文件运行,请将你需要的指令放在指定的.cfg文件中
see https://github.com/TitaniumLithium/CS2FunMatchPlugin/tree/main/config-example