README.md topic

logo
Release Downloads Star Fork CodeFactor Discord

ExpGaming Scenario Repository

## Explosive Gaming

Explosive Gaming (often ExpGaming) is a server hosting community with a strong focus on [Factorio][factorio] and games with similar themes. We are best known for our weekly reset Factorio server with a vanilla+ scenario where we add new features and mechanics that are balanced with base game progression. Although our servers tend to attract the more experienced players, our servers are open to everyone. You can find us through our [website], [discord], or the public server list with the name ExpGaming.

## Use and Installation

1) Download our [git repository][experimental-dl] for the latest version. For a stable release you can download from our [stable branch][stable-dl]. See [releases](#releases) for other major releases.

2) Extract the downloaded zip file into your Factorio scenario directory: * Windows: `%appdata%\Factorio\scenarios` * Linux: `~/.factorio/scenarios`

3) Within the scenario you can find `./config/_file_loader.lua` which contains a list of all the modules which will be loaded by the scenario. Comment out (or delete) lines for features you do not want. Be aware modules may load other modules as dependencies even when removed from the list.

4) More advanced users can adjust other configs files within `./config` but some files will require a basic understanding of lua.

5) Once you have made your config changes: open Factorio, select either single or multiplayer, select (host) new game, and finally select our scenario which will be called `scenario-stable` or `scenario-dev` under user scenarios.

6) You will now be asked to generate your map and the scenario will load all selected modules. If any module does not load as expected please check `factorio-current.log` in your Factorio directory for errors and report them on our [issues page][issues].

## Contributing

All are welcome to make bug reports, feature requests, and pull requests for our scenario. We do not require you to have any lua or coding knowledge to make bug reports and feature requests. If you have any questions ask us in our [discord].

For developers wanting to add features please follow these guidelines:

* All code is documented using ldoc, the end result can be found [here][docs]. * Changes should be made on your own fork and merged into `dev` through a pull request. * Each pull request should be limited to one feature or a few bug fixes. * Pull requests are automatically checked for lint and documentation errors. * Pull requests are manually reviewed to maintain code and language quality. * New features should have the branch names: `feature/feature-name` * Bug fixes should have the branch names: `fix/bug-name` * Commits should have meaningful messages.

About our versioning and branch structure:

* Versions track changes to the stable branch and are managed by organisation members. * Versions to not track changes on the dev branch which may contain some critical bugs. * Other branches may exist for alternative version of our scenario, these are not versioned. * Major releases contain significant changes to core modules. * Minor releases contain many new features and bug fixes. * Patch releases are only used for critical bugs.

## Releases

| Release* | Release Name | Factorio Version** | |---|---|---| | [6.3][s6.3] | Feature Bundle 2: Electric Boogaloo | [1.1.101][f1.1.101] | | [6.2][s6.2] | Mega Feature Bundle | [1.1.32][f1.1.32] | | [6.1][s6.1] | External Data Overhaul | [1.0.0][f1.0.0] | | [6.0][s6.0] | Gui / 0.18 Overhaul | [0.18.17][f0.18.17] | | [5.10][s5.10] | Data Store Rewrite | [0.17.71][f0.17.71] | | [5.9][s5.9] | Control Modules and Documentation | [0.17.63][f0.17.63] | | [5.8][s5.8] | Home and Chat Bot | [0.17.47][f0.17.49] | | [5.7][s5.7] | Warp System | [0.17.47][f0.17.47] | | [5.6][s5.6] | Information Guis | [0.17.44][f0.17.44] | | [5.5][s5.5] | Gui System | [0.17.43][f0.17.43] | | [5.4][s5.4] | Admin Controls | [0.17.32][f0.17.32] | | [5.3][s5.3] | Custom Roles | [0.17.28][f0.17.28] | | [5.2][s5.2] | Quality of life | [0.17.22][f0.17.22] | | [5.1][s5.1] | Permission Groups | [0.17.13][f0.17.13] | | [5.0][s5.0] | 0.17 Overhaul| [0.17][f0.17.9] | | [4.0][s4.0] | Softmod Manager | [0.16.51][f0.16.51] | | [3.0][s3.0] | 0.16 Overhaul | [0.16][f0.16] | | [2.0][s2.0] | Localization and clean up | [0.15][f0.15] | | [1.0][s1.0] | Modulation | [0.15][f0.15] | | [0.1][s0.1] | First Tracked Version | [0.14][f0.14] |

\* Scenario patch releases have been omitted and can be found [here][releases].

\*\* Factorio versions show the version they were made for, often the minimum requirement to run the scenario.

[s6.3]: https://github.com/explosivegaming/scenario/releases/tag/6.3.0 [s6.2]: https://github.com/explosivegaming/scenario/releases/tag/6.2.0 [s6.1]: https://github.com/explosivegaming/scenario/releases/tag/6.1.0 [s6.0]: https://github.com/explosivegaming/scenario/releases/tag/6.0.0 [s5.10]: https://github.com/explosivegaming/scenario/releases/tag/5.10.0 [s5.9]: https://github.com/explosivegaming/scenario/releases/tag/5.9.0 [s5.8]: https://github.com/explosivegaming/scenario/releases/tag/5.8.0 [s5.7]: https://github.com/explosivegaming/scenario/releases/tag/5.7.0 [s5.6]: https://github.com/explosivegaming/scenario/releases/tag/5.6.0 [s5.5]: https://github.com/explosivegaming/scenario/releases/tag/5.5.0 [s5.4]: https://github.com/explosivegaming/scenario/releases/tag/5.4.0 [s5.3]: https://github.com/explosivegaming/scenario/releases/tag/5.3.0 [s5.2]: https://github.com/explosivegaming/scenario/releases/tag/5.2.0 [s5.1]: https://github.com/explosivegaming/scenario/releases/tag/5.1.0 [s5.0]: https://github.com/explosivegaming/scenario/releases/tag/5.0.0 [s4.0]: https://github.com/explosivegaming/scenario/releases/tag/v4.0 [s3.0]: https://github.com/explosivegaming/scenario/releases/tag/v3.0 [s2.0]: https://github.com/explosivegaming/scenario/releases/tag/v2.0 [s1.0]: https://github.com/explosivegaming/scenario/releases/tag/v1.0 [s0.1]: https://github.com/explosivegaming/scenario/releases/tag/v0.1

[f1.1.101]: https://wiki.factorio.com/Version_history/1.1.0#1.1.101 [f1.1.32]: https://wiki.factorio.com/Version_history/1.1.0#1.1.32 [f1.0.0]: https://wiki.factorio.com/Version_history/1.0.0#1.0.0 [f0.18.17]: https://wiki.factorio.com/Version_history/0.18.0#0.18.17 [f0.17.71]: https://wiki.factorio.com/Version_history/0.17.0#0.17.71 [f0.17.63]: https://wiki.factorio.com/Version_history/0.17.0#0.17.63 [f0.17.49]: https://wiki.factorio.com/Version_history/0.17.0#0.17.49 [f0.17.47]: https://wiki.factorio.com/Version_history/0.17.0#0.17.47 [f0.17.44]: https://wiki.factorio.com/Version_history/0.17.0#0.17.44 [f0.17.43]: https://wiki.factorio.com/Version_history/0.17.0#0.17.43 [f0.17.32]: https://wiki.factorio.com/Version_history/0.17.0#0.17.32 [f0.17.28]: https://wiki.factorio.com/Version_history/0.17.0#0.17.28 [f0.17.22]: https://wiki.factorio.com/Version_history/0.17.0#0.17.22 [f0.17.13]: https://wiki.factorio.com/Version_history/0.17.0#0.17.13 [f0.17.9]: https://wiki.factorio.com/Version_history/0.17.0#0.17.9 [f0.16.51]: https://wiki.factorio.com/Version_history/0.16.0#0.16.51 [f0.16]: https://wiki.factorio.com/Version_history/0.16.0 [f0.15]: https://wiki.factorio.com/Version_history/0.15.0 [f0.14]: https://wiki.factorio.com/Version_history/0.14.0

## License

The Explosive Gaming codebase is licensed under the [GNU General Public License v3.0](LICENSE)

[stable-dl]: https://github.com/explosivegaming/scenario/archive/master.zip [experimental-dl]: https://github.com/explosivegaming/scenario/archive/dev.zip [releases]: https://github.com/explosivegaming/scenario/releases [factorio]: https://factorio.com [docs]: https://explosivegaming.github.io/scenario [issues]: https://github.com/explosivegaming/scenario/issues/new/choose [website]: https://explosivegaming.nl [discord]: https://discord.explosivegaming.nl