貼圖問題(テクスチャの不具合)(Texture problem)
Added 2025-12-28 17:26:04 +0000 UTC首先,改版後的貼圖損壞可以使用該工具嘗試修復
剛改版的時候工具有可能還未立刻更新,請等待作者更新
如果使用了以下辦法都無法修復的話,請直接告訴我。
First, you can try using this tool to repair texture issues caused by updates.
Right after a new update, the tool may not be updated immediately, so please wait for the author to release an update.
If none of the following methods can fix the issue, please let me know directly.
まず、アップデート後に発生したテクスチャの破損は、このツールを使って修復を試すことができます。
アップデート直後はツールがすぐに更新されていない場合があるため、作者の更新をお待ちください。
以下の方法をすべて試しても修復できない場合は、直接私に知らせてください。
https://github.com/Moonholder/Wuwa_Mod_Fixer/releases
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
➊ 將遊戲的「圖形品質預設」設置為「均衡」或「畫質優先」
➊ Set the game's Graphics Quality Preset to “Balanced” or “Quality Priority.”
➊ ゲームの**「グラフィック品質プリセット」を「バランス」または「画質優先」に設定してください。
------------------------------------------------------------------------------------------------------------------
➋ 將子項「畫面細節(LOD Bias)」設置為「極高(Ultra High)」
➋ Set the sub-option “LOD Bias” to “Ultra High.”
➋ サブ項目の「画面詳細(LOD Bias)」を「ウルトラ高(Ultra High)」**に設定してください。
------------------------------------------------------------------------------------------------------------------
➌ 關閉遊戲,在 DeviceProfiles.ini (檔案路徑:..\Wuthering Waves Game\Client\Saved\Config\WindowsNoEditor)中新增以下程式碼,MinBoost 數值設置 5.0~30.0 均可:
➌ Close the game, then add the following code to DeviceProfiles.ini (file path: ..\Wuthering Waves Game\Client\Saved\Config\WindowsNoEditor).
The MinBoost value can be set anywhere between 5.0 and 30.0.
➌ ゲームを終了した後、DeviceProfiles.ini(ファイルパス:..\Wuthering Waves Game\Client\Saved\Config\WindowsNoEditor)に以下のコードを追加してください。
MinBoost の数値は 5.0~30.0 の範囲で設定可能です。
[Windows_Highest DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
[Windows_VeryHigh DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
[Windows_High DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
[Windows_Mid DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
[Windows_Low DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
[Windows_Lowest DeviceProfile]
CVars=r.Kuro.SkeletalMesh.LODDistanceScaleDeviceOffset=-24
CVars=r.Kuro.SkeletalMesh.LODDistanceScale=24
CVars=r.Streaming.MinBoost=30.0
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=0
------------------------------------------------------------------------------------------------------------------
如仍未能解決,請執行 ✦ 非必要項 ✦
If the issue is still not resolved, try ✦ Optional Steps ✦
まだ解決しない場合は ✦ 任意項目 ✦ を実行してください。
------------------------------------------------------------------------------------------------------------------
➍ 遊戲關閉狀態下,刪除上文步驟➌路徑下的 Engine.ini 檔案,以重置渲染引擎
➍ With the game closed, delete the Engine.ini file in the path mentioned above to reset the rendering engine.
➍ ゲームを終了した状態で、上記パス内の Engine.ini を削除し、レンダリングエンジンをリセットします。
------------------------------------------------------------------------------------------------------------------
➎ 遊戲關閉狀態下,刪掉下面兩個路徑下的所有檔案以重置著色器編譯
➎ With the game closed, delete all files in the following two folders to reset shader compilation.
➎ ゲームを終了した状態で、以下2つのフォルダ内のすべてのファイルを削除し、シェーダーコンパイルをリセットします。
..\Wuthering Waves Game\Client\Saved\PSO\
..\Wuthering Waves Game\Client\Saved\PSOReport\
------------------------------------------------------------------------------------------------------------------
如果還未解決請執行 ✦ 終極殺招 ✦
Still not fixed? Try ✦ Ultimate Method ✦
それでも解決しない場合は ✦ 最終手段 ✦ を試してください。
------------------------------------------------------------------------------------------------------------------
新增以下程式碼到 DeviceProfiles.ini 中所有的 [Windows_*** DeviceProfile] 後,「畫面細節(LOD Bias)」即可任意設置
CVars=r.Streaming.UseAllMips=1
上條程式碼非常吃顯存,務必配合第➌步中的限制紋理池大小的程式碼使用,以免爆顯存,4096 數值(MB)可以依據顯示卡顯存自行調整
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=4096
Add the following code after every [Windows_*** DeviceProfile] entry in DeviceProfiles.ini, and LOD Bias will become freely adjustable:
CVars=r.Streaming.UseAllMips=1
The code above consumes a large amount of VRAM.
Be sure to use it together with the texture pool size limiting code mentioned in Step ➌ to avoid running out of VRAM.
The 4096 (MB) value can be adjusted according to your GPU’s VRAM capacity.
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=4096
以下のコードを DeviceProfiles.ini 内のすべての [Windows_*** DeviceProfile] の後に追加すると、LOD Bias を自由に設定できるようになります:
CVars=r.Streaming.UseAllMips=1
上記のコードは VRAMを大量に消費 します。
VRAM不足を防ぐため、必ず手順➌で説明した テクスチャプールサイズ制限のコード と併用してください。
4096(MB) の数値は、使用しているGPUのVRAM容量に応じて調整可能です。
CVars=r.Streaming.LimitPoolSizeToVRAM=1
CVars=r.Streaming.PoolSize=4096
別人提供的新方法,如果有貼圖問題可以嘗試看看。
Comments
显卡快要撑不住了...优化在哪...
Yaria
2025-12-29 14:06:21 +0000 UTC3.0优化了读取都卡爆了,不优化我都不敢想会有多卡。
zero
2025-12-29 13:07:45 +0000 UTC