mirror of
https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git
synced 2024-12-12 10:13:58 +02:00
A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
config.lua | ||
control.lua | ||
drand.lua | ||
event.lua | ||
LICENSE | ||
metaball.lua | ||
oarc_utils.lua | ||
README.md | ||
rso_config.lua | ||
rso_control.lua | ||
rso_resource_config.lua | ||
separate_spawns.lua | ||
tag.lua |
FactorioScenarioMultiplayerSpawn
A custom scenario for allowing separate spawn locations in multiplayer. Designed for Co-op and PvE.
Instructions
Download the zip.
Place it in your Factorio/scenarios/... folder
It should look something like this (for my windows steam install location):
C:\Users\user\AppData\Roaming\Factorio\scenarios\FactorioScenarioMultiplayerSpawn\control.lua
TODO
I need to update this with more details about the implementation and explain some of the configuration options.
For now, just take a look at the source and it should be mostly easy to understand I hope.