Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan






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