From cacc683afcf61e19972d5d707e04d33cb8bbf0b3 Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Thu, 18 Jan 2024 21:41:24 +0800 Subject: [PATCH] update docs. --- docs/BulletPhysics.md | 12 +++++++----- docs/BulletPhysicsCN.md | 12 +++++++++--- docs/CaptionMod.md | 22 +++++++++++----------- docs/CaptionModCN.md | 26 +++++++++++++------------- docs/Renderer.md | 2 +- 5 files changed, 41 insertions(+), 33 deletions(-) diff --git a/docs/BulletPhysics.md b/docs/BulletPhysics.md index 837afd28..172596e9 100644 --- a/docs/BulletPhysics.md +++ b/docs/BulletPhysics.md @@ -4,13 +4,15 @@ ### Features -1. Transform player model into ragdoll when player is dead or being caught by barnacle (thirdperson only for local player). +1. Transform player model into ragdoll when player is dead -2. Transform player model into ragdoll when player being bitten by gargantua (thirdperson only for local player). +2. Transform player model into ragdoll when player is being caught by barnacle or gargantua (thirdperson only for local player). -3. Jiggle Bones +3. Brush entities can interact with ragdoll. -4. Transform monster model into ragdoll when monster is dead. +4. Water can interact with ragdoll if section `[WaterControl]` is specified in the ragdoll config. + +5. Jiggle Bones ![](/img/6.png) @@ -20,7 +22,7 @@ | Engine | | | ---- | ---- | -| GoldSrc_blob (3266~?) | √ | +| GoldSrc_blob (3248~4554) | √ | | GoldSrc_legacy (4554~6153) | √ | | GoldSrc_new (8684 ~) | √ | | SvEngine (8832 ~) | √ | diff --git a/docs/BulletPhysicsCN.md b/docs/BulletPhysicsCN.md index b2697df1..723e7c4f 100644 --- a/docs/BulletPhysicsCN.md +++ b/docs/BulletPhysicsCN.md @@ -4,9 +4,15 @@ ### 功能 -1. 玩家死亡时以及玩家被藤壶抓住时将玩家模型转化为布娃娃 +1. 玩家死亡时将玩家模型转化为布娃娃 -2. 怪物死亡时将怪物模型转化为布娃娃(暂未支持) +2. 玩家被藤壶或喷火怪抓住时转化为布娃娃 + +3. 布娃娃受固体实体运动影响 + +4. 布娃娃可以受水的浮力影响 + +5. 晃动骨骼 ![](/img/6.png) @@ -16,7 +22,7 @@ | Engine | | | ---- | ---- | -| GoldSrc_blob (3266~?) | √ | +| GoldSrc_blob (3248~4554) | √ | | GoldSrc_legacy (4554~6153) | √ | | GoldSrc_new (8684 ~) | √ | | SvEngine (8832 ~) | √ | diff --git a/docs/CaptionMod.md b/docs/CaptionMod.md index ab747ee2..3c8e7061 100644 --- a/docs/CaptionMod.md +++ b/docs/CaptionMod.md @@ -2,13 +2,23 @@ [中文DOC](/docs/CaptionModCN.md) +### Compatibility + +| Engine | | +| ---- | ---- | +| GoldSrc_blob (3248~4554) | √ | +| GoldSrc_legacy (4554~6153) | √ | +| GoldSrc_new (8684 ~) | √ | +| SvEngine (8832 ~) | √ | +| GoldSrc_HL25 (>= 9884) | √ | + ## Features ### Language Enforcement You can force the engine and VGUI2 to use language settings from Steam or from launch parameters. -Check **Luanch Parameters** +Check **Launch Parameters** ### VGUI2-based Subtitle System @@ -68,16 +78,6 @@ e.g. `\Sven Co-op\svencoop_dpi150` or `\Half-Life\valve_dpi200` e.g. `\Sven Co-op\svencoop_hidpi` or `\Half-Life\valve_hidpi` -### Compatibility - -| Engine | | -| ---- | ---- | -| GoldSrc_blob (3248~4554) | √ | -| GoldSrc_legacy (4554~6153) | √ | -| GoldSrc_new (8684 ~) | √ | -| SvEngine (8832 ~) | √ | -| GoldSrc_HL25 (>= 9884) | √ | - #### Console Vars `cap_enabled` : To enable or disable CaptionMod's subtitle display. diff --git a/docs/CaptionModCN.md b/docs/CaptionModCN.md index 99bd5910..9893678a 100644 --- a/docs/CaptionModCN.md +++ b/docs/CaptionModCN.md @@ -2,6 +2,16 @@ [English DOC](/docs/CaptionMod.md) +### 兼容性 + +| Engine | | +| ---- | ---- | +| GoldSrc_blob (3248~4554) | √ | +| GoldSrc_legacy (4554~6153) | √ | +| GoldSrc_new (8684 ~) | √ | +| SvEngine (8832 ~) | √ | +| GoldSrc_HL25 (>= 9884) | √ | + ## 功能 ### 强制游戏语言 @@ -22,11 +32,11 @@ 4、在收到SendAudio(无线电)消息时显示字幕 (仅支持Counter-Strike及它的衍生mod如Counter-Strike : Condition Zero) -5、翻译HUD文字消息 (支持正则表达式) +### HUD文字消息翻译系统 -我们提供了用于翻译[restriction](http://scmapdb.com/map:restriction)系列地图消息文本的字典文件作为参考(位于"\Build\svencoop_addons\maps\restrictionXX_dictionary.csv"),其他地图的消息文本也可以参照这个格式进行翻译 +该插件可以在游戏运行时动态地翻译HUD文字消息 (支持正则表达式匹配原始语句) -### HUD文字消息翻译系统 +我们提供了用于翻译[restriction](http://scmapdb.com/map:restriction)系列地图消息文本的字典文件作为参考(位于"\Build\svencoop_addons\maps\restrictionXX_dictionary.csv"),其他地图的消息文本也可以参照这个格式进行翻译 你可以动态翻译原版客户端的英文HUD文字消息(如友军敌人血量显示以及game_text实体显示的文本)到其他语言(如中文) @@ -50,16 +60,6 @@ ![](/img/1.png) -### 兼容性 - -| Engine | | -| ---- | ---- | -| GoldSrc_blob (3248~4554) | √ | -| GoldSrc_legacy (4554~6153) | √ | -| GoldSrc_new (8684 ~) | √ | -| SvEngine (8832 ~) | √ | -| GoldSrc_HL25 (>= 9884) | √ | - ### 高DPI缩放支持 启用后所有的VGUI2元素都会根据你的游戏分辨率进行缩放。 diff --git a/docs/Renderer.md b/docs/Renderer.md index 0bc9a7bb..b1dd08be 100644 --- a/docs/Renderer.md +++ b/docs/Renderer.md @@ -6,7 +6,7 @@ | Engine | | | ---- | ---- | -| GoldSrc_blob (3248~?) | √ | +| GoldSrc_blob (3248~4554) | √ | | GoldSrc_legacy (4554~6153) | √ | | GoldSrc_new (8684 ~) | √ | | SvEngine (8832 ~) | √ |