安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3582290034
Honestly, this just makes the game better. I always thought it was weird that I could pickup two bookshelves. Also makes items easier to find and organize. Only problem is compatibility with other mods but this is a pretty comprehensive inventory system that doesn't need much else. +1
tilarium Oct 17 @ 8:34am
@<REDACTED>
Use Malkiot's patch. Fixes keyrings and other issues.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3582290034
It makes sense that its so small, but kind of annoying with some things, like stuff you need to be holding in your main inventory for the game to register it.
Like clothing scraps, thread, and needles for patching holes.
- inventory tetris and equipment ui are shown to have errors in pause menu
- doesn't show an option to attach items to belt and such, instead error shows
- using the bar on the side to scroll up and down in inventory doesn't work
- some options like doing mechanics on trunks of cars are gone and show error (could be some other mod but)
I just recently downloaded your mod for more challenging gameplay, I'm running b42 with malkiot's patch, -realistic by Cline West and -All the mods by cosmo can't sleep
Use Malkiot's patch. Fixes keyrings and other issues.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3582290034
Great mod I appreciate your work!
Currently my patch is needed. See below.
Your approach was on the right track. However, the full solution needed additional weight calculation logic.
It will be available as soon as Steam has verified the updated code.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3582290034
I will check it out later today.
I think I came up with the fix for the keyring not accepting keys/keychain tools. If you could add it into ur patch so other people have it easier and there is no need for ByPassCapacity mod.
replace lines 109 to 111 by this code:
''
local destContainerItem = self.destContainer:getContainingItem()
local isKeyRing = destContainerItem and destContainerItem:hasTag("KeyRing")
local valid;
if isKeyRing then
valid = true
elseif destType ~= "floor" and instanceof(self.item, "Moveable") then
''
in this file:
Patches/TimedActions/InventoryTetris_InventoryTransferAction.lua
It may take a while to be verified by Steam.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3582290034
tilarium Sep 23 @ 9:04am
tilarium Sep 19 @ 7:50pm
tilarium Sep 16 @ 4:59am
tilarium Sep 15 @ 3:55am
tilarium Sep 7 @ 1:04pm
tilarium Sep 4 @ 6:30pm
tilarium Aug 31 @ 9:35am
tilarium Aug 9 @ 6:05pm
tilarium Aug 5 @ 4:25am
Use the Bypass Container Capacity Limit mod to be able to use keyrings.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3396168708