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








typo on v.core.StoragePages in this line:
function eien_costardshed:createWindow()
return fv.core.BuildingWindow(self, {fv.core.StoragePage}, abssize(340, 180))
end
Isn't it should be like this?
function eien_costardshed:createWindow()
return fv.core.BuildingWindow(self, fv.core.StoragePages, abssize(340, 180))
end
It was designed to show only one storage window with specific resources.
I'm closing this thread as it is answered.
This mod introduces to the core game new storage building for raw food such as fruits and vegetables and modded one added by Costermonger MOD - pickled food.
I assume it should only show those resources right? Maybe OP wanted to choose but what's the point if shed is made for only certain food type?
Hi, yes, that's right. I don't see necessity to allow to choose from other resources when it's so called dedicated storage building. It wouldn't be logic to allow more than fruits, vegetables and pickled food. That't why it's limited to those listed.