From 080e8f726ef993a09ac81eba71bb79bd03164241 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 2 Sep 2017 00:14:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=80=D0=B0=D1=81=D0=BE=D1=82=D0=B0=20?= =?UTF-8?q?=D0=B6=D0=B5,=20=D0=B0=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Installer/Installer.lua | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index a045a23a..2df31a3f 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -19,24 +19,20 @@ if not _G._OSVERSION or tonumber(_G._OSVERSION:sub(8, 10)) < 1.5 then table.insert(reasons, "Old version of OpenComputers mod detected: MineOS requires OpenComputers 1.5 or newer to work properly.") end --- if computer.getArchitecture and computer.getArchitecture() ~= "Lua 5.2" then --- table.insert(reasons, "Unsupported CPU architecture detected: please take CPU in your hands, switch it to Lua 5.2 arhitecture and try again.") --- end - if component.isAvailable("tablet") then table.insert(reasons, "Tablet PC detected: MineOS can't be installed on tablets.") end if screen.setPrecise and screen.setPrecise(false) == nil then - table.insert(reasons, "Low-tier screen detected: MineOS requires Tier3 screen to work properly.") + table.insert(reasons, "Low-tier screen detected: MineOS requires Tier 3 screen to work properly.") else if gpu.maxResolution() < 160 then - table.insert(reasons, "Low-tier GPU detected: MineOS requires Tier3 GPU to work properly.") + table.insert(reasons, "Low-tier GPU detected: MineOS requires Tier 3 GPU to work properly.") end end if computer.totalMemory() < 2097152 then - table.insert(reasons, "Not enough RAM: MineOS requires at least 2MB (2x Tier3 RAM modules) to work properly.") + table.insert(reasons, "Not enough RAM: MineOS requires at least 2MB (2x Tier 3.5 RAM modules) to work properly.") end if #reasons > 0 then