安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
`function: createMenu -- file: ISInventoryPaneContextMenu.lua line # 960 | Vanilla
function: onRightMouseUp -- file: ISInventoryPane.lua line # 1578 | Vanilla
java.lang.RuntimeException: attempted index: isEmpty of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1530)
The error is longer but can't fit it in this comment.
3 other errors occur simultaneously aswell, but I can't fit them in this comment
Strangely it isn't pointing to the mod when it errors
Fresh save
Only mods on are this and Error magnifier and it's dependency (Mod Update and Alert System)
Go to:
SteamLibrary\steamapps\workshop\content\108600\2335368829\mods\Authentic Z - Current\42\media\lua\shared\NPCs\AuthenticZ_BodyLocations.lua
Replace all code in that file with:
require 'NPCs/BodyLocations'
local AuthenticZLocations = {
"HeadExtra", "HeadExtraHair", "HeadExtraPlus",
"NeckExtra", "LegsExtra",
"TorsoRigPlus2", "TorsoExtraPlus1",
}
local group = BodyLocations.getGroup("Human")
if group then
for _, location in ipairs(AuthenticZLocations) do
local bodyLocation = BodyLocation.new(group, location)
group:getAllLocations():add(bodyLocation)
end
else
print("ERROR: AuthenticZ - BodyLocations group 'Human' not found")
end
Also remove these mods if installed:
- Common Sense
- All NEAT mods (Building, Craft, Framework, XP)
(this work for me)