From 6cc0bda899228e4ccfcdc888bc8d7eab160efc6d Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 13 Oct 2018 16:09:26 +0100 Subject: [PATCH] Fixed linux vs win loading --- locale/en/GameSettingsGui.cfg | 1 + modules/ExpGamingInfo/Readme/softmod.json | 2 +- modules/ExpGamingInfo/Rockets/softmod.json | 2 +- modules/ExpGamingInfo/Science/softmod.json | 2 +- modules/ExpGamingInfo/Tasklist/softmod.json | 2 +- modules/ExpGamingInfo/softmod.json | 8 ++++---- modules/index.lua | 2 -- 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/locale/en/GameSettingsGui.cfg b/locale/en/GameSettingsGui.cfg index d4b49c84..54825990 100644 --- a/locale/en/GameSettingsGui.cfg +++ b/locale/en/GameSettingsGui.cfg @@ -29,3 +29,4 @@ effect-reload-map=Reload Minimap effect-kill-biters=Kill Biters effect-crc=Force CRC Check effect-reset-force=Reset Force +effect-clear-pollution=Clear Pollution \ No newline at end of file diff --git a/modules/ExpGamingInfo/Readme/softmod.json b/modules/ExpGamingInfo/Readme/softmod.json index 14f19f13..8531a82b 100644 --- a/modules/ExpGamingInfo/Readme/softmod.json +++ b/modules/ExpGamingInfo/Readme/softmod.json @@ -16,7 +16,7 @@ "license": "", "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } } \ No newline at end of file diff --git a/modules/ExpGamingInfo/Rockets/softmod.json b/modules/ExpGamingInfo/Rockets/softmod.json index ba9140bd..abdfcd81 100644 --- a/modules/ExpGamingInfo/Rockets/softmod.json +++ b/modules/ExpGamingInfo/Rockets/softmod.json @@ -15,7 +15,7 @@ "license": "", "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } } \ No newline at end of file diff --git a/modules/ExpGamingInfo/Science/softmod.json b/modules/ExpGamingInfo/Science/softmod.json index c9dea87c..6b30c987 100644 --- a/modules/ExpGamingInfo/Science/softmod.json +++ b/modules/ExpGamingInfo/Science/softmod.json @@ -16,7 +16,7 @@ "license": "", "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } } \ No newline at end of file diff --git a/modules/ExpGamingInfo/Tasklist/softmod.json b/modules/ExpGamingInfo/Tasklist/softmod.json index 049f15e4..4b64949c 100644 --- a/modules/ExpGamingInfo/Tasklist/softmod.json +++ b/modules/ExpGamingInfo/Tasklist/softmod.json @@ -16,6 +16,6 @@ "dependencies": { "ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Role": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0" + "FactorioStdLib.Game": "^0.8.0" } } \ No newline at end of file diff --git a/modules/ExpGamingInfo/softmod.json b/modules/ExpGamingInfo/softmod.json index 7c54f666..829aa0bb 100644 --- a/modules/ExpGamingInfo/softmod.json +++ b/modules/ExpGamingInfo/softmod.json @@ -29,7 +29,7 @@ ], "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } }, @@ -47,7 +47,7 @@ ], "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } }, @@ -66,7 +66,7 @@ ], "dependencies": { "ExpGamingCore.Gui": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0", + "FactorioStdLib.Game": "^0.8.0", "ExpGamingCore.Sync": "?^4.0.0" } }, @@ -85,7 +85,7 @@ "dependencies": { "ExpGamingCore.Gui": "^4.0.0", "ExpGamingCore.Role": "^4.0.0", - "FactorioStdlib.Game": "^0.8.0" + "FactorioStdLib.Game": "^0.8.0" } } } diff --git a/modules/index.lua b/modules/index.lua index a7b1217a..c92d71cf 100644 --- a/modules/index.lua +++ b/modules/index.lua @@ -1,8 +1,6 @@ -- not_luadoc=true --- Used to index the files to be loaded return { - ['FactorioStdlib.Game@^0.8.0']='./modules/FactorioStdlib/Game', - ['FactorioStdlib.Game@0.8.0']='./modules/FactorioStdlib/Game', ['FactorioStdLib.String@^0.8.0']='./modules/FactorioStdLib/String', ['FactorioStdLib.String@0.8.0']='./modules/FactorioStdLib/String', ['FactorioStdLib.Table@^0.8.0']='./modules/FactorioStdLib/Table',