安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
In short, both our mods are conflicting on `ISInventoryPage:onBackpackRightMouseDown`. I’ve tried several approaches to solve it (changing load order, replicating Smarter Storage’s context menu creation for CleanUI, and a few other methods) but haven’t had any luck getting a stable result.
I took a look at the mod before Sep 30 and it seemed too broken, but now I see only the missing context menu without other errors showing up, so hopefully only a few small tweaks are needed.
Un-subscribe from the mod(s), wait for the game to download, then Subscribe to the mod again. Wait for the game to download and stuff before starting the game.
I decided to remove the new vanilla rename context menu item. It's non destructive and is completely safe. There's no need for 2 methods to exist and removing mine would make the user have to open 2 separate windows.
I had slightly bigger plans for this update but don't have the time. Maybe next update.
I posted a fix here: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/3290232938/596286923597103045/
Hopefully Broadbent will be able to get around to this soon. For now, this works for me :)
If you search for the lines in question you should get them
First: (Comment this line out)
self.syncToggleStove()
Second:
local vanilla_onBackpackRightMouseDown
Simply replace the function with the one in the pastebin: https://pastebin.com/X0eJeYbJ
I posted a fix here: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/3290232938/596286923597103045/
Hopefully Broadbent will be able to get around to this soon. For now, this works for me :)
42.12
Callframe at: fillContainer
function: checkExplored -- file: ISInventoryPage.lua line # 1467 | MOD: CleanUI
function: refreshBackpacks -- file: ISInventoryPage.lua line # 1686 | MOD: CleanUI
function: refreshBackpacks -- file: SmarterStorageUI.lua line # 30 | MOD: Smarter Storage
function: refreshBackpacks -- file: SmarterStorage.lua line # 56 | MOD: Smarter Storage
function: refreshBackpacks -- file: CleanUI_ContainerSort.lua line # 216 | MOD: CleanUI
function: update -- file: ISInventoryPage.lua line # 2421 | MOD: CleanUI
talking about the manual 'edit' function...