mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Moved Files Around
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -83,3 +83,5 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
|
#*.vscode
|
||||||
31
.vscode/settings.json
vendored
31
.vscode/settings.json
vendored
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
new_type('command','Commands',false,'param')
|
|
||||||
new_type('event','Events',false,'field')
|
|
||||||
new_type('gui','Guis')
|
|
||||||
Reference in New Issue
Block a user