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
at least gic weapons
the item frames dont work with food when the Food Rot Bars mod is installed. to fix it, add this to line 430:
if itemRoot and itemRoot.config.itemAgingScripts then drawables = {drawables[1]} end
and add these to lines 432, 433, and 434:
if string.sub(drawable.image, 1, 1) ~= "/" then --apply full directory path
drawable.image = itemRoot.directory..drawable.image
end
The new line 430 prevents it from rendering the rot bar with the food, and the other lines give it the directory for the image. We check for itemRoot because saplings are evil