diff --git a/factorioSoftmodManager.db b/factorioSoftmodManager.db new file mode 100644 index 00000000..2ef3b4b7 Binary files /dev/null and b/factorioSoftmodManager.db differ diff --git a/modules/ExpGamingCore/Commands/locale/en.cfg b/modules/ExpGamingCore/Commands/locale/en.cfg new file mode 100644 index 00000000..bbdffcd8 --- /dev/null +++ b/modules/ExpGamingCore/Commands/locale/en.cfg @@ -0,0 +1,12 @@ +[commands] +unauthorized=401 - Unauthorized: Access is denied due to invalid credentials +error-string-len=Invalid Length, Max: __1__ +error-number=Invalid Number: Command failed to run +error-number-range=Invalid Range, Min: __1__, Max: __2__ +error-player=Invaild Player Name, __1__ ,try using tab key to auto-complete the name +error-player-online=Player is offline: Command failed to run +error-player-alive=Player is dead: Command failed to run +error-player-rank=Player is of Higher Rank: Command failed to run +invalid-inputs=Invalid Input, /__1__ __2__ +invalid-parse=Invalid Input, There was a problem prasing the paramaters +command-ran=Command Complete \ No newline at end of file diff --git a/modules/ExpGamingCore/Gui/locale/en.cfg b/modules/ExpGamingCore/Gui/locale/en.cfg new file mode 100644 index 00000000..18fdb1a8 --- /dev/null +++ b/modules/ExpGamingCore/Gui/locale/en.cfg @@ -0,0 +1,4 @@ +[gui] +unauthorized=401 - Unauthorized: Access is denied due to invalid credentials +cant-open=You can't open this panel right now, reason: __1__ +cant-open-no-reason=You can't open this panel right now \ No newline at end of file diff --git a/modules/ExpGamingCore/Ranking/locale/en.cfg b/modules/ExpGamingCore/Ranking/locale/en.cfg new file mode 100644 index 00000000..dc641783 --- /dev/null +++ b/modules/ExpGamingCore/Ranking/locale/en.cfg @@ -0,0 +1,7 @@ +[ranking] +all-rank-print=[Everyone]: __1__ +rank-print=[__1__]: __2__ +rank-up=__1__ was promoted to __2__ by __3__ +rank-down=__1__ was demoted to __2__ by __3__ +rank-given=You have been given the __1__ Rank! +tag-reset=Your Tag was reset due to a Rank change \ No newline at end of file diff --git a/modules/ExpGamingCore/Server/locale/en.cfg b/modules/ExpGamingCore/Server/locale/en.cfg new file mode 100644 index 00000000..392aba08 --- /dev/null +++ b/modules/ExpGamingCore/Server/locale/en.cfg @@ -0,0 +1,2 @@ +[Server] +interface-description=Runs the given input from the script \ No newline at end of file diff --git a/modules/ExpGamingCore/softmod.json b/modules/ExpGamingCore/softmod.json index cdb366a6..d50ba08a 100644 --- a/modules/ExpGamingCore/softmod.json +++ b/modules/ExpGamingCore/softmod.json @@ -25,14 +25,14 @@ "Core", "Commands" ], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { "ExpGamingLib": "^4.0.0", "FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Game": "^0.8.0", - "ExpGamingCore/Ranking": "?^4.0.0" + "ExpGamingCore.Ranking": "?^4.0.0" } }, "Gui": { @@ -47,7 +47,7 @@ "Gui", "ExpGui" ], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { "FactorioModGui": "^1.0.0", @@ -55,8 +55,8 @@ "FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Game": "^0.8.0", - "ExpGamingCore/Ranking": "?^4.0.0", - "ExpGamingCore/Server": "?^4.0.0" + "ExpGamingCore.Ranking": "?^4.0.0", + "ExpGamingCore.Server": "?^4.0.0" } }, "Ranking": { @@ -73,7 +73,7 @@ "Permissions", "Roles" ], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { "ExpGamingLib": "^4.0.0", @@ -97,7 +97,7 @@ "Interface", "Events" ], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { "ExpGamingLib": "^4.0.0", @@ -123,7 +123,7 @@ "External", "Discord" ], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { "ExpGamingLib": "^4.0.0", diff --git a/modules/ExpGamingLib/softmod.json b/modules/ExpGamingLib/softmod.json index 744eee38..1c17e3d4 100644 --- a/modules/ExpGamingLib/softmod.json +++ b/modules/ExpGamingLib/softmod.json @@ -3,12 +3,12 @@ "module": "GlobalLib", "description": "Adds some common functions used though out all ExpGaming modules", "keywords": ["ExpGaming","Lib"], - "version": "3.4.0", + "version": "4.0.0", "location": "url", "dependencies": { - "StdLib.Game": "^0.8.0", - "StdLib.Color": "^0.8.0", - "StdLib.Table": "^0.8.0" + "FactorioStdLib.Game": "^0.8.0", + "FactorioStdLib.Color": "^0.8.0", + "FactorioStdLib.Table": "^0.8.0" }, "author": "Cooldude2606", "contact": "Discord: Cooldude2606#5241", diff --git a/softmod.json b/softmod.json index 5520e3b7..44081d56 100644 --- a/softmod.json +++ b/softmod.json @@ -1,11 +1,11 @@ { - "name": "ExpGaming", - "version": "4.0.0", + "name": "ExpGamingScenario", + "version": "0.16.51", "module": "Scenario", "description": "Explosive gaming's factorio secenario ran on every public server", "modules": { "ExpGamingCore": "^4.0.0", - "ExpGamingLib": "^3.4.0", + "ExpGamingLib": "^4.0.0", "FactorioModGui": "^1.0.0", "FactorioStdLib": "^0.8.0" }