Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






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