1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-07 23:01:35 +02:00
A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
Go to file
2016-12-13 18:46:48 -05:00
config.lua Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
control.lua Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
drand.lua Added RSO, tags, frontier silo, multiple improvements 2016-11-25 16:20:41 -08:00
frontier_silo.lua Cleaned up a lot of code. Starting from scratch with spawn options. 2016-11-30 21:41:04 -05:00
LICENSE First commit 2016-11-10 05:22:32 -05:00
metaball.lua Cleaned up a lot of code. Starting from scratch with spawn options. 2016-11-30 21:41:04 -05:00
oarc_utils.lua Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
README.md Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
rso_config.lua Remove event.lua since I don't use it. Minor config value changes. 2016-12-09 14:51:47 -05:00
rso_control.lua Cleaned up a lot of code. Starting from scratch with spawn options. 2016-11-30 21:41:04 -05:00
rso_resource_config.lua Cleaned up a lot of code. Starting from scratch with spawn options. 2016-11-30 21:41:04 -05:00
separate_spawns_guis.lua Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
separate_spawns.lua Adding long-reach soft mod, random silo position, player limit for joining spawns, text changes messages. 2016-12-13 18:46:48 -05:00
tag.lua Cleaned up a lot of code. Starting from scratch with spawn options. 2016-11-30 21:41:04 -05:00

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

Configuration

Look in config.lua for some controls over the different modules.

Not all configurations have been fully tested so modify at your own risk.

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.

Credit

RSO is not my own creation. It was done by Orzelek. I requested permission to include it in my scenario.

https://mods.factorio.com/mods/orzelek/rso-mod

Several other portions of the code (tags, frontier style rocket silo) have also been adapted from other scenario code.

Credit to 3Ra as well: https://github.com/3RaGaming/3Ra-Enhanced-Vanilla