|
|
转自n网:https://www.nexusmods.com/hollowknightsilksong/mods/1
Silksong officially supports up to 21:9, but 32:9 users get black bars. This patched Assembly-CSharp.dll removes the aspect ratio cap so the game runs correctly in 32:9.
Silksong 官方支持高达 21:9,但 32:9 的用户会得到黑条。此修补 Assembly-CSharp.dll 删除了纵横比上限,因此游戏以 32:9 正确运行。
Tested at 5120×1440 and 3840×1080. ✔️ Works with both Steam and Game Pass releases.
在 5120×1440 和 3840×1080 下进行了测试。✔️ 适用于 Steam 和 Game Pass 版本。
Install: 安装:
- Backup Your Original: Hollow Knight- Silksong\Content\Hollow Knight Silksong_Data\Managed\Assembly-CSharp.dll
备份您的原始文件: Hollow Knight- Silksong\Content\Hollow Knight Silksong_Data\Managed\Assembly-CSharp.dll - Replace it with the patched Assembly-CSharp.dll.
用修补的 Assembly-CSharp.dll 替换它。 - Launch the game and enjoy!
启动游戏并享受!
DIY: DIY:
If you’d rather patch your own DLL (useful if combining with other mods):
如果您想修补自己的 DLL(如果与其他模组结合使用,则很有用):
- The game clamps aspect ratio between 16:9 (1.77) and ~21:9 (2.39).
游戏将纵横比限制在 16:9 (1.77) 和 ~21:9 (2.39) 之间。 - In Assembly-CSharp.dll, the 2.39 limit is stored as the float 2.3916667, which appears in hex as 11 11 19 40.
在 Assembly-CSharp.dll 中, 2.39 限制 存储为浮点 数 2.3916667,在十六进制中显示为 11 11 19 40。 - To unlock up to 32:9 (3.56), replace all instances of 11 11 19 40 → 39 8E 63 40.
要解锁高达 32:9 (3.56),请替换 11 11 19 40 → 39 8E 63 40 的所有实例。 - There should be 3 occurrences to replace.
应该有 3 次要替换。
Notes: 笔记:
- Game updates overwrite Assembly-CSharp.dll, so this fix may need to be reapplied after patches.
游戏更新会覆盖 Assembly-CSharp.dll,因此可能需要在补丁后重新应用此修复程序。
Updates: 更新:
- Updated .dll to allow for larger aspect ratios.
更新了.dll 以允许更大的纵横比。
Github: https://github.com/michael-y03/Silksong-Ultrawide-Fix
Github: https://github.com/michael-y03/Silksong-Ultrawide-Fix
Updated .dll to allow for larger aspect ratios.
更新了.dll 以允许更大的纵横比。
|
评分
-
1
查看全部评分
-
|