Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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