mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 20:16:38 +09:00
Cleaner Code
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
<p>5) Once you have made any config changes that you wish to make open factorio, select play, then start scenario (or host scenario from within multiplayer tab), and select the scenario which will be called `scenario-master` if you have downloaded the latest stable release and have not changed the folder name.
|
||||
<p>6) The scenario will now load all the selected modules and start the map, any errors or exceptions raised in the scenario should not cause a game/server crash so if any features don't work as expected then it may be returning an error in the log, please report these errors to [the issues page](issues).
|
||||
<p>## Contributing
|
||||
<p>All are welcome to make pull requests and issues for this scenario, if you are in any doubt please ask someone in our [discord]. If you do not know lua and don't feel like learning you can always make a [feature request]. Please keep in mind while making code changes:
|
||||
<p>All are welcome to make pull requests and issues for this scenario, if you are in any doubt please ask someone in our [discord]. If you do not know lua and don't feel like learning you can always make a [feature request]. All our docs can be found [here][docs]. Please keep in mind while making code changes:
|
||||
<p>* New features should have the branch names: `feature/feature-name`
|
||||
* New features are merged into `dev` after it has been completed.
|
||||
* After a number of features have been added a release branch is made: `release/X.Y.0`; this branch should have no new features and only bug fixes or localization.
|
||||
@@ -297,7 +297,8 @@
|
||||
[f0.14]: https://wiki.factorio.com/Version_history/0.14.0
|
||||
<p>## License
|
||||
<p>The Explosive Gaming codebase is licensed under the [GNU General Public License v3.0](LICENSE)
|
||||
<p>[issues]: https://github.com/explosivegaming/scenario/issues/new/choose
|
||||
<p>[docs]: https://explosivegaming.github.io/scenario/
|
||||
[issues]: https://github.com/explosivegaming/scenario/issues/new/choose
|
||||
[website]: https://explosivegaming.nl
|
||||
[discord]: https://discord.explosivegaming.nl
|
||||
[wiki]: https://wiki.explosivegaming.nl
|
||||
@@ -333,7 +334,7 @@
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
|
||||
</div>
|
||||
<div class="content-footer column col-9 col-sm-12">
|
||||
<i>Last updated 2019-09-17 21:04:13 UTC</i>
|
||||
<i>Last updated 2019-09-22 17:08:34 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user