Some testing with FSM

This commit is contained in:
Cooldude2606
2018-06-16 21:37:42 +01:00
parent 864279377e
commit a7e35552e6
8 changed files with 40 additions and 15 deletions

BIN
factorioSoftmodManager.db Normal file

Binary file not shown.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,2 @@
[Server]
interface-description=Runs the given input from the script

View File

@@ -25,14 +25,14 @@
"Core", "Core",
"Commands" "Commands"
], ],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore/Ranking": "?^4.0.0" "ExpGamingCore.Ranking": "?^4.0.0"
} }
}, },
"Gui": { "Gui": {
@@ -47,7 +47,7 @@
"Gui", "Gui",
"ExpGui" "ExpGui"
], ],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"FactorioModGui": "^1.0.0", "FactorioModGui": "^1.0.0",
@@ -55,8 +55,8 @@
"FactorioStdLib.Table": "^0.8.0", "FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"ExpGamingCore/Ranking": "?^4.0.0", "ExpGamingCore.Ranking": "?^4.0.0",
"ExpGamingCore/Server": "?^4.0.0" "ExpGamingCore.Server": "?^4.0.0"
} }
}, },
"Ranking": { "Ranking": {
@@ -73,7 +73,7 @@
"Permissions", "Permissions",
"Roles" "Roles"
], ],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
@@ -97,7 +97,7 @@
"Interface", "Interface",
"Events" "Events"
], ],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",
@@ -123,7 +123,7 @@
"External", "External",
"Discord" "Discord"
], ],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"ExpGamingLib": "^4.0.0", "ExpGamingLib": "^4.0.0",

View File

@@ -3,12 +3,12 @@
"module": "GlobalLib", "module": "GlobalLib",
"description": "Adds some common functions used though out all ExpGaming modules", "description": "Adds some common functions used though out all ExpGaming modules",
"keywords": ["ExpGaming","Lib"], "keywords": ["ExpGaming","Lib"],
"version": "3.4.0", "version": "4.0.0",
"location": "url", "location": "url",
"dependencies": { "dependencies": {
"StdLib.Game": "^0.8.0", "FactorioStdLib.Game": "^0.8.0",
"StdLib.Color": "^0.8.0", "FactorioStdLib.Color": "^0.8.0",
"StdLib.Table": "^0.8.0" "FactorioStdLib.Table": "^0.8.0"
}, },
"author": "Cooldude2606", "author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241", "contact": "Discord: Cooldude2606#5241",

View File

@@ -1,11 +1,11 @@
{ {
"name": "ExpGaming", "name": "ExpGamingScenario",
"version": "4.0.0", "version": "0.16.51",
"module": "Scenario", "module": "Scenario",
"description": "Explosive gaming's factorio secenario ran on every public server", "description": "Explosive gaming's factorio secenario ran on every public server",
"modules": { "modules": {
"ExpGamingCore": "^4.0.0", "ExpGamingCore": "^4.0.0",
"ExpGamingLib": "^3.4.0", "ExpGamingLib": "^4.0.0",
"FactorioModGui": "^1.0.0", "FactorioModGui": "^1.0.0",
"FactorioStdLib": "^0.8.0" "FactorioStdLib": "^0.8.0"
} }