Skip to content

Releases: hzqst/MetaHookSv

MetaHookSv-refs/tags/v20240124b

24 Jan 15:09
Compare
Choose a tag to compare

[Renderer] Fixed a bug that animated textures were unexpectedly freed on level change.

[Renderer] 修复了webp动画贴图在换图后会被意外释放的问题。

MetaHookSv-refs/tags/v20240124a

24 Jan 03:54
Compare
Choose a tag to compare

[Renderer] Fixed a bug that bottomcolor for remapped textures was not working.

[Renderer] 修复了一个mdl模型的remap贴图不受bottomcolor影响,只受topcolor影响的问题。

MetaHookSv-refs/tags/v20240123b

23 Jan 08:40
Compare
Choose a tag to compare

[CaptionMod] Fixed a bug that game crashed in vgui_TextImage_paint if non-ASCII text was painted.
[CaptionMod] Fixed a bug that VGUI2 input system was not responding.

[CaptionMod] 修复了游戏会在绘制VGUI1文本中的非英文字符时崩溃的问题。
[CaptionMod] 修复了一个 VGUI2 的输入操作没有响应的问题。

MetaHookSv-refs/tags/v20240122b

22 Jan 13:09
Compare
Choose a tag to compare

[CaptionMod] Patched engine's ParseTextMessage to support loading titles.txt with UTF-16LE encoding. (Because Valve distrubuted titles.txt with UTF-16LE encoding in valve_schinese and valve_tchinese)

[CaptionMod] titles.txt 现在支持UTF-16LE 编码 (因为Valve 在正版半条命的 valve_schinesevalve_tchinese 多语言版本中分发了UTF-16LE 编码版本的titles.txt,导致默认的加载函数无法正确加载该种编码格式的titles.txt)

MetaHookSv-refs/tags/v20240122a

21 Jan 16:18
Compare
Choose a tag to compare

[CaptionMod] Use ClientTime instead of AbsolueTime in the Subtitle System, subtitle lines no longer fade out when game is paused.

[Renderer] Fixed a bug that studiomodels might get unexpectedly culled. #380

[CaptionMod] 在字幕系统中使用客户端时间代替系统绝对时间,游戏暂停期间字幕不会再提前消失。

[Renderer] 修复了一个mdl模型在渲染流程中可能被意外裁剪掉的问题 #380

MetaHookSv-refs/tags/v20240120c

20 Jan 14:56
Compare
Choose a tag to compare

[CaptionMod] Add sentence support for Sven Co-op in the Subtitle System

[CaptionMod] 为Sven Co-op添加字幕系统的sentence支持(即#和!开头的sentence在Sven Co-op中也可以被字幕系统识别了)

MetaHookSv-refs/tags/v20240120b

20 Jan 12:59
Compare
Choose a tag to compare

[CaptionMod] Add distance filter and avol filter for Sven Co-op in the Subtitle System

[CaptionMod] 在字幕系统中为Sven Co-op补全距离过滤音量过滤功能

MetaHookSv-refs/tags/v20240120a

19 Jan 16:53
Compare
Choose a tag to compare

[Renderer] Fix a bug that studiomodel's mesh structures were sometimes corrupted which might cause artifacts or even memory access violation.

[Renderer] 修复了一个mdl模型在内存中的数据结构有时会遭到破坏的问题,该问题可能会导致模型绘制结果出错或内存越界访问等问题。

MetaHookSv-refs/tags/v20240119c

19 Jan 13:19
Compare
Choose a tag to compare

[CaptionMod] Fixed a bug that Language Enforcement was not working in Sven Co-op

[CaptionMod] 修复了强制游戏语言功能在Sven Co-op中失效的问题

MetaHookSv-refs/tags/v20240119b

19 Jan 09:48
Compare
Choose a tag to compare

[Renderer] Fixed a bug that textures of studiomodels might be unexpected freed.

[Renderer] 修复了一个mdl模型的贴图会被意外释放的问题,该问题曾导致有些模型在切换地图之后丢失贴图,这些模型可能会被以错误材质渲染。