diff --git a/.gitignore b/.gitignore
index 290c8014..4cf9699f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,3 +83,5 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
+
+#*.vscode
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 2e87afff..00000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "cSpell.enabledLanguageIds": [
- "asciidoc",
- "c",
- "cpp",
- "csharp",
- "css",
- "go",
- "handlebars",
- "html",
- "jade",
- "javascript",
- "javascriptreact",
- "json",
- "latex",
- "less",
- "lua",
- "markdown",
- "php",
- "plaintext",
- "pub",
- "python",
- "restructuredtext",
- "rust",
- "scss",
- "text",
- "typescript",
- "typescriptreact",
- "yml"
- ]
-}
\ No newline at end of file
diff --git a/Boiler Print Module b/Boiler Print Module
deleted file mode 100644
index b53932ae..00000000
--- a/Boiler Print Module
+++ /dev/null
@@ -1,37 +0,0 @@
---- Desction
Out Dated; Will be updated in the future
+ #### Use and Installation + * Download the git repo * Move files into the scenario folder (C:\Users\User\AppData\Roaming\Factorio\scenarios\ExpGamingScenario) * Make edits to role and group configs as well as any other configs that you want @@ -30,9 +33,11 @@ * All modules will be loaded if you have not removed any, any problems see log file #### Creation of new modules + * Please see [FactorioSoftmodManager](https://github.com/explosivegaming/FactorioSoftmodManager) for making new modules #### Forks and Pull Requests + * We are happy for people to make pull requests if you wish to help make our server better * Your server is a community server, it is all about the people and feedback is good * Dont be afraid to make a pull request as if it fixes something then its a good change \ No newline at end of file diff --git a/config.ld b/config.ld deleted file mode 100644 index c79db209..00000000 --- a/config.ld +++ /dev/null @@ -1,3 +0,0 @@ -new_type('command','Commands',false,'param') -new_type('event','Events',false,'field') -new_type('gui','Guis') \ No newline at end of file diff --git a/old/modules/ExpGamingBot/autoMessage/control.lua b/old/modules/DONE/Bot/autoMessage/control.lua similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/control.lua rename to old/modules/DONE/Bot/autoMessage/control.lua diff --git a/old/modules/ExpGamingBot/autoMessage/locale/de.cfg b/old/modules/DONE/Bot/autoMessage/locale/de.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/de.cfg rename to old/modules/DONE/Bot/autoMessage/locale/de.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/en.cfg b/old/modules/DONE/Bot/autoMessage/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/en.cfg rename to old/modules/DONE/Bot/autoMessage/locale/en.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/fr.cfg b/old/modules/DONE/Bot/autoMessage/locale/fr.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/fr.cfg rename to old/modules/DONE/Bot/autoMessage/locale/fr.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/nl.cfg b/old/modules/DONE/Bot/autoMessage/locale/nl.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/nl.cfg rename to old/modules/DONE/Bot/autoMessage/locale/nl.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/locale/sv-SE.cfg b/old/modules/DONE/Bot/autoMessage/locale/sv-SE.cfg similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/locale/sv-SE.cfg rename to old/modules/DONE/Bot/autoMessage/locale/sv-SE.cfg diff --git a/old/modules/ExpGamingBot/autoMessage/softmod.json b/old/modules/DONE/Bot/autoMessage/softmod.json similarity index 100% rename from old/modules/ExpGamingBot/autoMessage/softmod.json rename to old/modules/DONE/Bot/autoMessage/softmod.json diff --git a/old/modules/ExpGamingCommands/cheatMode/control.lua b/old/modules/DONE/Commands/cheatMode/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/cheatMode/control.lua rename to old/modules/DONE/Commands/cheatMode/control.lua diff --git a/old/modules/ExpGamingCommands/cheatMode/softmod.json b/old/modules/DONE/Commands/cheatMode/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/cheatMode/softmod.json rename to old/modules/DONE/Commands/cheatMode/softmod.json diff --git a/old/modules/ExpGamingCommands/kill/control.lua b/old/modules/DONE/Commands/kill/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/kill/control.lua rename to old/modules/DONE/Commands/kill/control.lua diff --git a/old/modules/ExpGamingCommands/kill/softmod.json b/old/modules/DONE/Commands/kill/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/kill/softmod.json rename to old/modules/DONE/Commands/kill/softmod.json diff --git a/old/modules/ExpGamingCommands/tags/control.lua b/old/modules/DONE/Commands/tags/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/tags/control.lua rename to old/modules/DONE/Commands/tags/control.lua diff --git a/old/modules/ExpGamingCommands/tags/softmod.json b/old/modules/DONE/Commands/tags/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/tags/softmod.json rename to old/modules/DONE/Commands/tags/softmod.json diff --git a/old/modules/ExpGamingCommands/teleport/control.lua b/old/modules/DONE/Commands/teleport/control.lua similarity index 100% rename from old/modules/ExpGamingCommands/teleport/control.lua rename to old/modules/DONE/Commands/teleport/control.lua diff --git a/old/modules/ExpGamingCommands/teleport/softmod.json b/old/modules/DONE/Commands/teleport/softmod.json similarity index 100% rename from old/modules/ExpGamingCommands/teleport/softmod.json rename to old/modules/DONE/Commands/teleport/softmod.json diff --git a/old/modules/ExpGamingCore/Command/control.lua b/old/modules/DONE/Core/Command/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Command/control.lua rename to old/modules/DONE/Core/Command/control.lua diff --git a/old/modules/ExpGamingCore/Command/softmod.json b/old/modules/DONE/Core/Command/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Command/softmod.json rename to old/modules/DONE/Core/Command/softmod.json diff --git a/old/modules/ExpGamingCore/Group/config.lua b/old/modules/DONE/Core/Group/config.lua similarity index 100% rename from old/modules/ExpGamingCore/Group/config.lua rename to old/modules/DONE/Core/Group/config.lua diff --git a/old/modules/ExpGamingCore/Group/control.lua b/old/modules/DONE/Core/Group/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Group/control.lua rename to old/modules/DONE/Core/Group/control.lua diff --git a/old/modules/ExpGamingCore/Group/softmod.json b/old/modules/DONE/Core/Group/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Group/softmod.json rename to old/modules/DONE/Core/Group/softmod.json diff --git a/old/modules/ExpGamingCore/Role/config.lua b/old/modules/DONE/Core/Role/config.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/config.lua rename to old/modules/DONE/Core/Role/config.lua diff --git a/old/modules/ExpGamingCore/Role/control.lua b/old/modules/DONE/Core/Role/control.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/control.lua rename to old/modules/DONE/Core/Role/control.lua diff --git a/old/modules/ExpGamingCore/Role/locale/en.cfg b/old/modules/DONE/Core/Role/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingCore/Role/locale/en.cfg rename to old/modules/DONE/Core/Role/locale/en.cfg diff --git a/old/modules/ExpGamingCore/Role/softmod.json b/old/modules/DONE/Core/Role/softmod.json similarity index 100% rename from old/modules/ExpGamingCore/Role/softmod.json rename to old/modules/DONE/Core/Role/softmod.json diff --git a/old/modules/ExpGamingCore/Role/src/commands.lua b/old/modules/DONE/Core/Role/src/commands.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/src/commands.lua rename to old/modules/DONE/Core/Role/src/commands.lua diff --git a/old/modules/ExpGamingCore/Role/src/sync.lua b/old/modules/DONE/Core/Role/src/sync.lua similarity index 100% rename from old/modules/ExpGamingCore/Role/src/sync.lua rename to old/modules/DONE/Core/Role/src/sync.lua diff --git a/old/modules/ExpGamingAdmin/Ban/control.lua b/old/modules/DONE/ExpAdmin/Ban/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Ban/control.lua rename to old/modules/DONE/ExpAdmin/Ban/control.lua diff --git a/old/modules/ExpGamingAdmin/Ban/softmod.json b/old/modules/DONE/ExpAdmin/Ban/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Ban/softmod.json rename to old/modules/DONE/ExpAdmin/Ban/softmod.json diff --git a/old/modules/ExpGamingAdmin/Commands/control.lua b/old/modules/DONE/ExpAdmin/Commands/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/control.lua rename to old/modules/DONE/ExpAdmin/Commands/control.lua diff --git a/old/modules/ExpGamingAdmin/Commands/softmod.json b/old/modules/DONE/ExpAdmin/Commands/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/softmod.json rename to old/modules/DONE/ExpAdmin/Commands/softmod.json diff --git a/old/modules/ExpGamingAdmin/Commands/src/clear.lua b/old/modules/DONE/ExpAdmin/Commands/src/clear.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/clear.lua rename to old/modules/DONE/ExpAdmin/Commands/src/clear.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/jail.lua b/old/modules/DONE/ExpAdmin/Commands/src/jail.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/jail.lua rename to old/modules/DONE/ExpAdmin/Commands/src/jail.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/reports.lua b/old/modules/DONE/ExpAdmin/Commands/src/reports.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/reports.lua rename to old/modules/DONE/ExpAdmin/Commands/src/reports.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/tempban.lua b/old/modules/DONE/ExpAdmin/Commands/src/tempban.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/tempban.lua rename to old/modules/DONE/ExpAdmin/Commands/src/tempban.lua diff --git a/old/modules/ExpGamingAdmin/Commands/src/warnings.lua b/old/modules/DONE/ExpAdmin/Commands/src/warnings.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Commands/src/warnings.lua rename to old/modules/DONE/ExpAdmin/Commands/src/warnings.lua diff --git a/old/modules/ExpGamingAdmin/Jail/control.lua b/old/modules/DONE/ExpAdmin/Jail/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Jail/control.lua rename to old/modules/DONE/ExpAdmin/Jail/control.lua diff --git a/old/modules/ExpGamingAdmin/Jail/softmod.json b/old/modules/DONE/ExpAdmin/Jail/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Jail/softmod.json rename to old/modules/DONE/ExpAdmin/Jail/softmod.json diff --git a/old/modules/ExpGamingAdmin/Kick/control.lua b/old/modules/DONE/ExpAdmin/Kick/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Kick/control.lua rename to old/modules/DONE/ExpAdmin/Kick/control.lua diff --git a/old/modules/ExpGamingAdmin/Kick/softmod.json b/old/modules/DONE/ExpAdmin/Kick/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Kick/softmod.json rename to old/modules/DONE/ExpAdmin/Kick/softmod.json diff --git a/old/modules/ExpGamingAdmin/Reports/control.lua b/old/modules/DONE/ExpAdmin/Reports/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Reports/control.lua rename to old/modules/DONE/ExpAdmin/Reports/control.lua diff --git a/old/modules/ExpGamingAdmin/Reports/softmod.json b/old/modules/DONE/ExpAdmin/Reports/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Reports/softmod.json rename to old/modules/DONE/ExpAdmin/Reports/softmod.json diff --git a/old/modules/ExpGamingAdmin/Teleport/control.lua b/old/modules/DONE/ExpAdmin/Teleport/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Teleport/control.lua rename to old/modules/DONE/ExpAdmin/Teleport/control.lua diff --git a/old/modules/ExpGamingAdmin/Teleport/softmod.json b/old/modules/DONE/ExpAdmin/Teleport/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Teleport/softmod.json rename to old/modules/DONE/ExpAdmin/Teleport/softmod.json diff --git a/old/modules/ExpGamingAdmin/TempBan/control.lua b/old/modules/DONE/ExpAdmin/TempBan/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/TempBan/control.lua rename to old/modules/DONE/ExpAdmin/TempBan/control.lua diff --git a/old/modules/ExpGamingAdmin/TempBan/softmod.json b/old/modules/DONE/ExpAdmin/TempBan/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/TempBan/softmod.json rename to old/modules/DONE/ExpAdmin/TempBan/softmod.json diff --git a/old/modules/ExpGamingAdmin/Warnings/control.lua b/old/modules/DONE/ExpAdmin/Warnings/control.lua similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/control.lua rename to old/modules/DONE/ExpAdmin/Warnings/control.lua diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/de.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/de.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/de.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/de.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/en.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/en.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/en.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/en.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/fr.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/fr.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/fr.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/fr.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/nl.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/nl.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/nl.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/nl.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/locale/sv-SE.cfg b/old/modules/DONE/ExpAdmin/Warnings/locale/sv-SE.cfg similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/locale/sv-SE.cfg rename to old/modules/DONE/ExpAdmin/Warnings/locale/sv-SE.cfg diff --git a/old/modules/ExpGamingAdmin/Warnings/softmod.json b/old/modules/DONE/ExpAdmin/Warnings/softmod.json similarity index 100% rename from old/modules/ExpGamingAdmin/Warnings/softmod.json rename to old/modules/DONE/ExpAdmin/Warnings/softmod.json