安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








DistributionSettings.lua is used to modify spawn chances, room, and roll settings.
MarkedPools.lua is used to modify the item pools of locked cases.
Other than that and selecting mod compatibility in the Sandbox Options, there are no additional settings
Edit: I didn't think about it at the time, but maybe it's trying to load a non-supported rifle in the case? I believe the only one I have is the Foldable Survival Rifle:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3491265315
To clarify, when I said it was a fresh save, I meant in terms of having added the mod to an existing save. I've been running this save for a week or so, and I had both the Weapon Cases and Foldable Survival Rifle enabled at the start.
The house I found the rifle case in is the same I also found a foldable survival rifle. The Rifle case was in a locker in the basement, while the survival rifle was in a cabinet upstairs. Not sure if that matters.
I can say that the foldable rifle is not a problem for sure, because it is neither supported nor automatically patched in
To actually check for which mod to include items from, I've added sandbox variables for each supported mod. In case you didn't have any of them selected, it fallbacks to the vanilla pool.
The catch is, I've found out that fallback vanilla pool was actually enabled all the time ignoring user preferences. And that's why I removed it.
I'm also not exactly sure how sandbox variables behave when the mod is installed into an already existing save. Your logs show an 'Object tries to call nil' error, which means the array that holds the rollable items doesn't exist. It looks like the mod couldn’t find any allowed item pools at all (because it is possible that even vanilla pool is off now) so I'm fairly certain that all compatibility options disabled themselves when the mod first loaded into the save.
The easiest way to verify this is by installing an options editor mod and checking the variables in-game:
B41
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2670674997
B42
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3386906181
In your case, to fix it, just enable Vanilla compatibility flag.
Let me know if this helps
I decided I'd try troubleshooting a bit and I think this might have been user error on my part. I'll save you the troubleshooting story unless you're interested. I don't think it's relevant to my user-error discovery below.
For some background on generating the error, I saw that there was an "Open" context menu when I had picked up the case, so I assumed I needed to use that to open it, even though it was not one of the "locked" cases. That's what caused the error.
I thought I had also tried equipping it like a normal container when I originally found it, but I'm a bit sleep-deprived at the moment so I'm honestly not sure if I did. After my troubleshooting efforts above I hovered the mouse over the case and saw that it showed it had contents, so I equipped it like a normal container. Doing so I was able to access it like a normal container and see the contents without issue.
So...you have my sincere apologies.
The Open / Closed prompt is used to visually toggle between the open and closed case models. It looks like there are some issues with preserving the items inside (which may also bug due to the case being empty)
Thank you for your feedback! I'll definitely look into it