Unturned

Unturned

1,870 ratings
China Assets
22
8
5
7
9
14
3
4
2
6
6
5
5
2
2
3
2
   
Award
Favorite
Favorited
Unfavorite
Asset Type: Item
Item Type: Gun
File Size
Posted
Updated
1.721 GB
8 Apr, 2021 @ 7:53am
25 Jul @ 7:44am
415 Change Notes ( view )

Subscribe to download
China Assets

Description
Search for more information in ID LIST!
ID LIST in discussion.
Please click the LIKE BUTTON and SUBSCRIBE BUTTON to support us!

Important Notice:
This mod is provided for everyone to use with an open-source original intention! Feel free to download and play as you wish! Even unpacking it for learning purposes will not be warned. However, if you intend to run it on a commercial server, you must obtain authorization/permission from hehele before using it.
If you clearly explain your situation and approach the matter with friendliness and respect, there is a high chance that the resource pack will be authorized for free, and even modifications for re-uploads may be allowed.
For fans, I encourage you to consider offering some donations to support my long-term updates! Thank you!

Copyright of hehele, can not re-upload without permission.
Copyright 2025.
Can only be uploaded with this account:https://steamhost.cn/steamcommunity_com/id/hehaoliang/
Popular Discussions View All (2)
61
17
16 Jul @ 9:49am
PINNED: ID表/ID LIST
hehele
0
27 Mar @ 7:06am
奇怪
Huaiguss
407 Comments
015QwQ 19 Jul @ 11:49pm 
3e] in <c0b17da687f74770a22027259251814d>:0
at SDG.Unturned.ClientMethodHandle.InvokeLoopback (SDG.NetPak.NetPakWriter writer) [0x00049] in <c0b17da687f74770a22027259251814d>:0
这种错误怎么办
bearishplane17 18 Jul @ 8:02am 
The second something is called "China". The whole comment section goes international like crazy.
Yuuri 17 Jul @ 8:59am 
在这个基础上也补充一下,如果是基于linux开的服务器,将服务器steamcmd.sh所在目录中linux64文件夹内的steamclient.so复制,分别替换Unturned服务端根目录(与 ExampleServer.sh 同级)同名文件以及根目录下linux64文件夹内的同名文件,重启服务器即可

参考命令如下:
steamcmd安装目录:/home/steam/.local/share/Steam/steamcmd/
Unturned服务端目录:/home/steam/apps/
(以上两个路径视自己情况修改)

cp /home/steam/.local/share/Steam/steamcmd/linux64/steamclient.so /home/steam/apps/steamclient.so
cp /home/steam/.local/share/Steam/steamcmd/linux64/steamclient.so /home/steam/apps/linux64/steamclient.so
Alan_Killern 17 Jul @ 7:37am 
但是恢复之后服务器回档了,东西也重新没了
Alan_Killern 17 Jul @ 7:28am 
完美解决id不加载的问题,谢谢無觞大大
MysticOrange 17 Jul @ 5:51am 
OK谢谢無觞
無觞 17 Jul @ 5:13am 
希望能帮到喜欢中国南方这个地图的玩家
無觞 17 Jul @ 5:12am 
💡 替换后说明
• 重新启动服务器后,模组下载与更新功能将恢复正常;
• Steam Workshop 将不再报 k_EResultFail、Access Denied 等错误;
• 已受影响模组可在删除后重新订阅并自动拉取最新版内容。

🧩 附加建议
• 对于仍出现 chunk 下载失败(如 No Download Source)的模组,可尝试使用国内加速器/VPN或等待 Steam CDN 同步;
• 可在服务器日志中查看失败的模组 ID,并手动通过 SteamCMD 下载测试;
• 若多个服务器使用相同根目录,请确保所有实例均完成 DLL 替换。
無觞 17 Jul @ 5:12am 
🔧 解决方案(推荐)
替换服务端根目录中的旧 DLL 文件,强制使用 Steam 最新版本接口:
📁 需要替换的文件(共3个):
请从以下路径复制文件(推荐使用已更新过的 Steam 客户端):
Steam 安装目录(如 C:\Program Files (x86)\Steam) 复制以下文件到你的 Unturned 服务端根目录(与 Unturned.exe 同级)覆盖原文件:
1. steamclient64.dll
2. vstdlib_s64.dll
3. tier0_s64.dll
📌 注意: 替换前请做好原文件备份。
無觞 17 Jul @ 5:12am 
✅ 问题原因分析
经过社区大佬GazziFX与服务器技术人员联合排查,该问题源于:
Unturned 服务端依赖的部分 Steam 平台 DLL(动态链接库)版本过旧,与 Steam Workshop 的更新交互机制不再兼容。
具体表现为:
• 服务端调用旧版 steamclient64.dll 与 Steam 平台通信时出现授权/访问异常;
• 部分资源请求遭 Steam 拒绝(如 Access Denied);
• 下载过程中 chunk 校验失败或无法找到下载源(No Download Source);
• 导致最终返回 k_EResultFail 错误码。