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








I've fixed it by changing:
-- Checks if there is Chromatograph with Computer near by
function LabRecipes_IsNearChromatographWithComputer(sourceItem, result)
local square = LabRecipes_IsNearLabEquip("LabChromatograph");
if not(square) then
labEqupmentSquares.DesktopComputer = nil
elseif square and not(labEqupmentSquares.SkipCheck) then
labEqupmentSquares.DesktopComputer = LabRecipes_LookForNearEquipment(square, nil, "Desktop Computer");
end--if
return labEqupmentSquares.DesktopComputer ~= nil;
end--function
to:
-- Checks if there is Chromatograph with Computer near by
function LabRecipes_IsNearChromatographWithComputer(sourceItem, result)
return LabRecipes_IsNearLabEquip("LabChromatograph") ~= nil;
end--function
Patchwork fix I know, but I didn't know how else to fix it, hope it helps.
All work fine without fixes:
https://steamuserimages-a.akamaihd.net/ugc/2072259262085983210/79F3AAC94C1B35E1C783283E49B1AD0318DEB1B9/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false
same here :/
The Spanish translation looks Bad, in case you didn't knew.
I fixed this way and tried to share the file via Google Drive but Steam banned me and removed the comments because of it.
mod list pls