Moved Files Around

This commit is contained in:
Cooldude2606
2019-04-18 22:24:10 +01:00
parent f6221ee68e
commit 89d52fc73b
57 changed files with 7 additions and 71 deletions

2
.gitignore vendored
View File

@@ -83,3 +83,5 @@ $RECYCLE.BIN/
# Windows shortcuts # Windows shortcuts
*.lnk *.lnk
#*.vscode

31
.vscode/settings.json vendored
View File

@@ -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"
]
}

View File

@@ -1,37 +0,0 @@
--- Desction <get from json>
-- @module ThisModule@X.Y.Z
-- @author <get from json>
-- @license <get from json>
-- @alias ThisModule
-- Module Require
local Module = require('Module')
local SubModule = require('Collection.Submodule')
local OptModule -- OptModule@^X.Y.Z
-- Local Variables
-- Module Define
local module_verbose = false
local ThisModule = {
on_init=function(self)
if loaded_modules['OptModule'] then OptModule = require('OptModule') end
if loaded_modules['OptModule2'] then require(module_path..'/src/module2',{self=self}) end
--code
end,
on_post=function()
--code
end
}
-- Global Define
local global = global{
key='value'
}
-- Function Define
-- Event Handlers Define
-- Module Return
return ThisModule

View File

@@ -22,7 +22,10 @@
</p> </p>
<h2 align="center">ExpGaming Scenario Repository</h2> <h2 align="center">ExpGaming Scenario Repository</h2>
<p align="center"><font size="-2">Out Dated; Will be updated in the future</font></p>
#### Use and Installation #### Use and Installation
* Download the git repo * Download the git repo
* Move files into the scenario folder (C:\Users\User\AppData\Roaming\Factorio\scenarios\ExpGamingScenario) * 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 * 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 * All modules will be loaded if you have not removed any, any problems see log file
#### Creation of new modules #### Creation of new modules
* Please see [FactorioSoftmodManager](https://github.com/explosivegaming/FactorioSoftmodManager) for making new modules * Please see [FactorioSoftmodManager](https://github.com/explosivegaming/FactorioSoftmodManager) for making new modules
#### Forks and Pull Requests #### Forks and Pull Requests
* We are happy for people to make pull requests if you wish to help make our server better * 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 * 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 * Dont be afraid to make a pull request as if it fixes something then its a good change

View File

@@ -1,3 +0,0 @@
new_type('command','Commands',false,'param')
new_type('event','Events',false,'field')
new_type('gui','Guis')