All Projects → explosivegaming → scenario

explosivegaming / scenario

Licence: GPL-3.0 license
Factorio scenario

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to scenario

autotorio
autotorio.com
Stars: ✭ 56 (+273.33%)
Mutual labels:  factorio
selenium BDD framework
Behavioural driven development UI automation framework using selenium, cucumber-java, testng, maven, phantomjs
Stars: ✭ 34 (+126.67%)
Mutual labels:  scenario
kekiri
A .NET framework that supports writing low-ceremony BDD tests using Gherkin language
Stars: ✭ 19 (+26.67%)
Mutual labels:  scenario
CFAN
The Cool Factorio Archive Network
Stars: ✭ 14 (-6.67%)
Mutual labels:  factorio
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (+233.33%)
Mutual labels:  softmod
clusterio
internet communication for factorio mods
Stars: ✭ 218 (+1353.33%)
Mutual labels:  factorio
FactoryPlanner
A mod for Factorio. It allows you to plan out your production in detail.
Stars: ✭ 45 (+200%)
Mutual labels:  factorio
Warehousing
🏗️ Mod for Factorio. Store all the things! (We heard you like boxes, you packrat you!)
Stars: ✭ 27 (+80%)
Mutual labels:  factorio
scenario
Agent simulation in Jupyter
Stars: ✭ 17 (+13.33%)
Mutual labels:  scenario
docker-factorio
Factorio Game Server in Docker
Stars: ✭ 27 (+80%)
Mutual labels:  factorio
mapshot
Factorio mod to export maps as zoomable html
Stars: ✭ 39 (+160%)
Mutual labels:  factorio
IridiumApplicationTesting
A&G Web Application Testing Suite
Stars: ✭ 19 (+26.67%)
Mutual labels:  scenario
Archipelago
Archipelago Multi-Game Randomizer and Server
Stars: ✭ 109 (+626.67%)
Mutual labels:  factorio
cnide
Circuit Network IDE for Factorio
Stars: ✭ 36 (+140%)
Mutual labels:  factorio
Rampant
Factorio Mod - Basic AI augmentation using potential fields
Stars: ✭ 39 (+160%)
Mutual labels:  factorio
m-microcontroller
Factorio mod: program circuit network logic using FAL, a Factorio Assembly Language.
Stars: ✭ 13 (-13.33%)
Mutual labels:  factorio
camunda-platform-scenario
Easily execute Camunda process scenarios and verify your expectations with Given/Then/When style tests.
Stars: ✭ 58 (+286.67%)
Mutual labels:  scenario
MajorDomo-Scenarios
Сценарии для системы домашней автоматизации Majordomo
Stars: ✭ 12 (-20%)
Mutual labels:  scenario
factorio dissector
Factorio dissector for Wireshark
Stars: ✭ 23 (+53.33%)
Mutual labels:  factorio
graftorio2
(fork of graftorio) factorio mod for creating grafana dashboard
Stars: ✭ 42 (+180%)
Mutual labels:  factorio

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 and games with similar themes. We are best known for our weekly reset Factorio server with a vanilla+ scenario. 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 for the stable release. For the latest features you can download our dev branch. See 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 remove) 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 please be aware 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-master 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 to our issues page.

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.
  • Changes should be made on your own fork and merged into dev through a pull request.
  • Pull requests are automatically linted and documentation checked.
  • 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

Releases

Release* Release Name Factorio Version**
6.2 Mega Feature Bundle 1.1.32
6.1 External Data Overhaul 1.0.0
6.0 Gui / 0.18 Overhaul 0.18.17
5.10 Data Store Rewrite 0.17.71
5.9 Control Modules and Documentation 0.17.63
5.8 Home and Chat Bot 0.17.47
5.7 Warp System 0.17.47
5.6 Information Guis 0.17.44
5.5 Gui System 0.17.43
5.4 Admin Controls 0.17.32
5.3 Custom Roles 0.17.28
5.2 Quality of life 0.17.22
5.1 Permission Groups 0.17.13
5.0 0.17 Overhaul 0.17
4.0 Softmod Manager 0.16.51
3.0 0.16 Overhaul 0.16
2.0 Localization and clean up 0.15
1.0 Modulation 0.15
0.1 First Tracked Version 0.14

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

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

License

The Explosive Gaming codebase is licensed under the GNU General Public License v3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].