3.23.6.0 更新日志
阅读
2024-10-07更新
最新编辑:NACGNOH
阅读:
更新日期:2024-10-07
最新编辑:NACGNOH
作者:SDGNelson
时间:2023-04-15
来源: Steam News
原文地址:https://steamstore-a.akamaihd.net/news/externalpost/steam_community_announcements/6539831519489702266
更新日志
变更:
- Rewrote .dat/.asset parsing and made distinction between "v1" and "v2" assets irrelevant.
- Removed April Fools' terrain materials because they were widely reported as annoying.
- Temporarily ban players kicked by BattlEye for 60 seconds. [Thanks Alex!]
修补:
- Potential workaround for reaching audio channel limit while loading. [Thanks Animatic!]
- Infinite loop if animated NPC dialogue was missing a closing angle bracket. [Thanks NSTM and Dug!]
- Blowtorch LOD1 incorrect UVs. [Thanks ItsRodrigoAl!]
- Respawn button disabled label out of sync. [Thanks ItsRodrigoAl!]
- Outdoors skill description missing increased drops. [Thanks P9nda!]
- Shared_Skin_Lookup_ID not working with ragdoll effect or kill counter. [Thanks NickSkunk!]
Asset Parsing Rewrite
Previously there were separate code paths and file formats for older and newer assets. This has been rewritten into a unified code path and unified file format. It doesn't sound particularly exciting, but there will be a variety of future benefits, and in the meantime:
- Modding is a bit easier without the separation between "v1" and "v2" assets, and now with better error messages.
- Parsing asset files is a bit faster. Rather than copying the entire file in memory multiple times it is parsed+hashed as it is read.
- Cleaned up significant "technical debt".
- All of the new code is unit-tested to help avoid accidental bugs.
View Merged v1/v2 Asset Documentation
View Data File Format Documentation
New Modding Documentation Site
Molt has recently finished upgrading all of the documentation for a dedicated Unturned docs website. It is still a work-in-progress, but already has a much better UX / UI, built-in search functionality, offline downloads, and the option to switch between release (stable) and preview (latest) documentation. The new docs are written in reStructuredText, built with Sphinx, and hosted by Read the Docs.
View Documentation Site
补丁 #1
修补:
- Lasers and night vision not parsing color blue channel. [Thanks DiFFoZ and DanielWillett!]
补丁 #2
Minor important update. Released 2023-05-04.