安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
LOG : General , 1742995093996> 26,844,738> --------------------TorchFixAZ_Manager.lua--------------------
LOG : General , 1742995093997> 26,844,739> ERROR !!! Authentic Z - Lite or Authentic Z - Current not detected. Glowstick will not be replaced by blank glowstick if depleted.
This issue is caused by the local function onServerStarted(isNewGame) found in TorchFixAZ_Manager.lua file. The code is checking for the mod ID string "Authentic Z", however it will never find it because the Mod ID is not the display name that appears in the ingame mod list. Instead, the function needs to be changed on line 282 to search for "AuthenticZ" (no space) to fix this issue. This will also fix it so that it properly detects AuthenticZLite as well.
Hopefully the creator can update the mod based on this.
LOG : General , 1742995093996> 26,844,738> --------------------TorchFixAZ_Manager.lua--------------------
LOG : General , 1742995093997> 26,844,739> ERROR !!! Authentic Z - Lite or Authentic Z - Current not detected. Glowstick will not be replaced by blank glowstick if depleted.
It means your mod doesn't support Authentic Z Lite? Or the "Blank Glowstick" Item doesn't exist in Authentic Z Lite? (and if so I wonder what other items it's missing).