MetaHookSv-refs/tags/v20241012g
changes
Added scripts/debug-HalfLifeMMod.bat
and scripts/install-HalfLifeMMod.bat
for debugging & running Half Life : MMod (Steam only).
[Renderer] Fixed an issue that Renderer.dll
raises a crash "Could not found: GameStudioRenderer_StudioCalcAttachments_vftable_index" in HL:MMod #487
[BulletPhysics] Fixed an issue that BulletPhysics.dll
raises a crash "Could not found: GameStudioRenderer_StudioCalcAttachments_vftable_index" in HL:MMod #487
[Renderer] Fixed an issue where the rendering data relied upon by certain models was unexpectedly released after level changes and would not be reloaded during gameplay, causing these models to become invisible in the game.
改动
新增 scripts/debug-HalfLifeMMod.bat
与scripts/install-HalfLifeMMod.bat
,用于调试和运行 Half Life : MMod(仅限Steam版)。
[Renderer] 修复了在HL:MMod中启用 Renderer.dll
时会报错 "Could not found: GameStudioRenderer_StudioCalcAttachments_vftable_index" 的问题 #487
[BulletPhysics] 修复了在HL:MMod中启用 BulletPhysics.dll
时会报错 "Could not found: GameStudioRenderer_StudioCalcAttachments_vftable_index" 的问题 #487
[Renderer] 修复了一个问题,该问题曾导致更换关卡后某些模型依赖的渲染数据被意外释放,且不会在游戏过程中再加载回来,导致这些模型在游戏中不可见。