Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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