Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 19, 2024
1 parent 792c5c0 commit b513ec1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,12 @@ A subtitle plugin that adds closing-captioning, HUD text translatation to game,

[DOC](docs/CaptionMod.md) [中文文档](docs/CaptionModCN.md)

![](/img/1.png)

### BulletPhysics

A plugin that transform player model into ragdoll when player is dead or being caught by barnacle.

[DOC](docs/BulletPhysics.md) [中文文档](docs/BulletPhysicsCN.md)

![](/img/6.png)

### MetaRenderer

A graphic enhancement plugin that modifiy the original render engine.
Expand All @@ -134,16 +130,12 @@ You can even play with 200k epolys models and still keep a high framerate.

[DOC](docs/Renderer.md) [中文文档](docs/RendererCN.md)

![](/img/3.png)

### StudioEvents

This plugin can block studio-event sound spamming with controllable cvars.

[DOC](docs/StudioEvents.md) [中文文档](docs/StudioEventsCN.md)

![](/img/8.png)

### SteamScreenshots (Sven Co-op only)

This plugin intercepts `snapshot` command and replace it with `ISteamScreenshots` interface which will upload the snapshot to Steam Screenshot Manager.
Expand All @@ -156,8 +148,6 @@ Cvar : `scmodel_autodownload 0 / 1` Automatically download missing model from sc

Cvar : `scmodel_downloadlatest 0 / 1` Download latest version of this model if there are multiple ones with different version.

Cvar : `scmodel_usemirror 0 / 1` Use mirror (cdn.jsdelivr.net) if github is not available.

### CommunicationDemo (Sven Co-op only)

This plugin exposes an interface to communicate with Sven Co-op server.
Expand Down
10 changes: 0 additions & 10 deletions READMECN.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,32 +130,24 @@ Q: 因为 ThreadGuard.dll 会在游戏退出时强制等待 V社创建的网络

[中文文档](docs/CaptionModCN.md) [ENGLISH DOC](docs/CaptionMod.md)

![](/img/1.png)

### BulletPhysics

对游戏提供布娃娃支持。玩家死亡时以及玩家被藤壶、喷火怪抓住时将玩家模型转化为布娃娃。

[中文文档](docs/BulletPhysicsCN.md) [ENGLISH DOC](docs/BulletPhysics.md)

![](/img/6.png)

### MetaRenderer

替换了原版的图形渲染引擎,极大提升了渲染性能,使用了黑科技提升你的画质和帧率。

[中文文档](docs/RendererCN.md) [ENGLISH DOC](docs/Renderer.md)

![](/img/3.png)

### StudioEvents

该插件可以防止重复播放模型自带音效,防止音效反复刷屏。

[中文文档](docs/StudioEventsCN.md) [ENGLISH DOC](docs/StudioEvents.md)

![](/img/8.png)

### SteamScreenshots (只支持Sven Co-op)

该插件捕获了`snapshots`截图命令,将其重定向到Steam客户端自带的截图功能上。
Expand All @@ -168,8 +160,6 @@ Q: 因为 ThreadGuard.dll 会在游戏退出时强制等待 V社创建的网络

控制台参数 : `scmodel_downloadlatest 0 / 1` 设为1时自动下载最新版本的模型(如果有多个版本的模型)

控制台参数 : `scmodel_usemirror 0 / 1 / 2` 使用CDN镜像加速下载,1 = `cdn.jsdelivr.net`, 2 = `gh.api.99988866.xyz`

### CommunicationDemo (只支持Sven Co-op)

该插件开放了一个接口用于进行客户端-服务端双向通信。
Expand Down
1 change: 1 addition & 0 deletions scripts/build-Plugins.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
MSBuild.exe MetaHook.sln "/target:Plugins\SteamScreenshots" /p:Configuration="Release" /p:Platform="Win32" || goto builderror
MSBuild.exe MetaHook.sln "/target:Plugins\StudioEvents" /p:Configuration="Release" /p:Platform="Win32" || goto builderror
MSBuild.exe MetaHook.sln "/target:Plugins\ThreadGuard" /p:Configuration="Release" /p:Platform="Win32" || goto builderror
MSBuild.exe MetaHook.sln "/target:Plugins\ResourceReplacer" /p:Configuration="Release" /p:Platform="Win32" || goto builderror
goto endbuild

:builderror
Expand Down

0 comments on commit b513ec1

Please sign in to comment.