安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題






Is the path of the mod config, theres also the mod config menu, is a separate mod that adds a UI for configs inside the game
Color has only 7 args, so I have no clue, how the 8th can be problematic. But I think, I just don´t understand, what the problem is ^^. Hope you can get the problem.
Thanks in advance.
... *mod location*/main.lua:
32: bad argument #8 to ´Color´ (number expected, got no value)
Other mods used are the mentioned ones before.
---
It´s this line: itemSprite.Color = Color(1, 1, 1, 0.65)
Other mods like better tinted rocks and items descriptions work. Any known problem I could fix?
and change it to 'if item.Quality <= 2 then' and it seems to also work but i may give the mod menu a go. Thanks
From there, go to the mods folder and this mod should have main.lua under Better first floor. Open in notepad
Find this line:
if item.Quality == 0 or item.Quality == 1 then
And change it to:
if item.Quality == 0 or item.Quality == 1 or item.Quality == 2 then
it's a feature more than something bad